mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fixed AI accuracy calculation for OHKO moves, reviewed more AI function code score modifiers
This commit is contained in:
@@ -68,8 +68,8 @@ module Battle::AI::Handlers
|
||||
MoveBasePower = HandlerHash.new
|
||||
MoveFailureCheck = HandlerHash.new
|
||||
GeneralMoveScore = HandlerHash.new
|
||||
# Move type
|
||||
# Move accuracy
|
||||
# Move type - uses main battle code via rough_type
|
||||
# Move accuracy - uses main battle code via rough_accuracy
|
||||
# Move target
|
||||
# Move additional effect chance
|
||||
# Move unselectable check
|
||||
|
||||
Reference in New Issue
Block a user