combat_mechanic
Combat Mechanic
- Things to think about for combat functions
- Melee - ATTACK formula would be something like this:
- weaponAttackMod + meleeAttackBonus > opponentDefenseValue = HIT
- Melee - Damage formula would be something like this:
- weaponDamage + StrengthBonus = totalMeleeDamage
combat_mechanic.txt · Last modified: by John
