Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Damaged Equipment Icons #130

Closed Gvin closed 4 years ago

Gvin commented 4 years ago

Damaged Equipment Icons should be shown when equipment durability is less than 30%. They should also be shown if durability reaches 2 even if it is actually greater than 30% (for example max durability is 4). These icons should be located on game view, to the right from game world display. They should wary depending on which parts are really damaged (weapon, helmet, chest, leggings). Their color should indicate current equipment damage status (according to inventory damage status colors).