realDragon11 / Trawel-Text

An open world text adventure rpg. (Source-Available, ask before redistributing.)
Other
5 stars 3 forks source link

Locational Damage Implemented #40

Closed realDragon11 closed 11 months ago

realDragon11 commented 11 months ago

Locational damage was added as part of the re-write for Targets/body parts. It seems to function well, however it currently doesn't do anything besides go down. It can be linked into people differently, in the backend it is merely stored as 0-1 decimal doubles. This means it is a 'condition'- which could be crossreferenced with the Person's main hp to give it an hp value, or some other effect.

realDragon11 commented 11 months ago

added conditional trigger wounds (untested but doesn't crash right now, although it may be related to another bug that was fixed but needs more investigation), and several effects that interact, such as raw guts skill is one of the many systems that will need constant adding to, but it's MVP now