Tairesh / midia

Fantasy roguelike inspired by my friend's Savage World tabletop RPG.
MIT License
3 stars 1 forks source link

Throw-type attacks #14

Open Tairesh opened 1 year ago

Tairesh commented 1 year ago

Throwing weapons

Improvised throwing weapons

Throwing roll is same as shooting one, -2/-4 for distance and other modificators Natural 1 on throwing roll is a hit to nearby target (on neighbour tiles or on the way of missile) So we need shooting_roll() function to correctly calculate natural ones.

Other modificators

UI