Throwing Range - caraminden/anathema-roguelike GitHub Wiki
Throwing Range determines the distance that Throwing Weapons and Bombs can be thrown. Throwing Range is based on Strength, Throwing Mastery and the Weight of the Throwing Weapon or Bomb.
- M = Throwing Mastery
- S = Strength
- W = Weight
Throwing Range = (2 + M) * ( 1 + (2 * S - W)/30)