pumaFGT wrote:When calculating the damage a bow will deal to a deer, how is a deer's damage resistance calculated? It is a solid number, or influenced by agi, perc, etc?
Deer has no armour actually. For dealing damage with a bow, the deer's agility (as well as your perception) determine the minimum damage the bow can deal.
- Code: Select all
Max damage = 110*sqrt(BowQ/10) + (10 or 20)*sqrt(ArrowQ/10)
Min damage = max damage*0.5*(YourPerc/TargetsAgi)
Do not forget to apply the martial/peaceful modifier if you've changed your beliefs (-20% damage if full peaceful).