mob baseline stats

This commit is contained in:
2024-03-28 21:46:54 -05:00
parent 25fed51523
commit 08060cf06f
4 changed files with 35 additions and 42 deletions
@@ -139,6 +139,8 @@ public enum CombatManager {
//calculate hit chance based off ATR and DEF
int hitChance;
if(def == 0)
def = 1;
float dif = atr / def;
if (dif <= 0.8f)