[Switch] Survival concern: incoming Earthquake ~6100%% estimated damage
Garchomp Lv50 used Swoeds Dance once.
Chansey Lv50 HoldEviolite,EVsDefense252
It seems likely that the status ranks are being calculated multiple times.
It should be around 87%
I will report
The Setup Moves score is also high against opponents with Yawn, Dragon Tail, Curse, Encore, etc., or opponents with abilities such as Unaware.
As a result, this is a losing strategy, and I'm losing.
# Sweep Potential
if user.hp > user.totalhp * 0.7
score += 30
end
else
score -= 40 # Dangerous to setup
end
0_Move_Scorer.rb
Error: I solved it by deleting "end".
I don’t think this is a "bug" per se, but I believe the default AI is actually superior when it comes to using status moves.
This is because status moves are almost always chosen with a specific role or "utility" in mind. For example:
Stealth Rock is used to punish switching and to nullify...