mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Update resources and pull code from master.
This commit is contained in:
parent
d2afb22e07
commit
5c0ff2544b
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 8e276dce36ce41ecdc9d3182174edc7116610591
|
||||
Subproject commit 78d0c91b2ab38ea4132a7a032be9446e804e71bc
|
|
@ -156,6 +156,7 @@ class BattleCalculatorAI:
|
|||
else:
|
||||
randChoice = random.randint(0, 99)
|
||||
propAcc = AvPropAccuracy[atkTrack][atkLevel]
|
||||
propAcc = min(propAcc * 1.3, 100)
|
||||
if atkTrack == LURE:
|
||||
treebonus = self.__toonCheckGagBonus(attack[TOON_ID_COL], atkTrack, atkLevel)
|
||||
propBonus = self.__checkPropBonus(atkTrack)
|
||||
|
|
Loading…
Reference in a new issue