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.

Throwing Range Calculation

Throwing Range = (2 + M) * ( 1 + (2 * S - W)/30)

⚠️ **GitHub.com Fallback** ⚠️