Battle Logic

Each account's HP, Attack power, and Defense Power are determined by the sum of the stats and boosts of its deployed combatants.

When account A attempts to loot B, the rates of A winning are calculated as follows.

RateofwinforA=qp+q Rate\,of\,win\,for\,A=\frac{q}{p+q}
p=HPofB(AttackPowerofA)(1DamagereductionrateofB)p=\lceil \frac{HP\,of\,B}{(Attack\,Power\,of\,A)(1-Damage\,reduction\,rate\,of\,B)} \rceil
q=HPofA(AttackPowerofB)(1DamagereductionrateofA)q=\lceil \frac{HP\,of\,A}{(Attack\,Power\,of\,B)(1-Damage\,reduction\,rate\,of\,A)} \rceil
Damagereductionrate=61011(DefensePower+100000)20.6Damage\,reduction\,rate=6\cdot 10^{-11}\cdot(Defense\,Power+100000)^2-0.6

Last updated