nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Great Sword Mechanic #395

Open nsmryan opened 2 years ago

nsmryan commented 2 years ago

The game mechanics spreadsheet indicates that the great sword is a combination of spear and sword.

The mechanic as I understand it is something like: without pressing shift the great sword slashes like the regular sword, and with shift it stabs forward like the spear without shift. The spear with shift moves forward, which would also be fine, but seems like something you would do with a spear.