bleehu / Compound_X

Compound X table top role playing game.
Apache License 2.0
6 stars 4 forks source link

Simplify the health system #979

Closed bleehu closed 4 years ago

bleehu commented 4 years ago

in accordance with our new Simple Health System (SHS) Design doc. The wounds system was a design I'd originally come up with to lend some complexity to our weapons and healing systems, long before other, better-written systems did that better. I think this will speed play up a bit and make playing more fun.

bleehu commented 4 years ago

Blocked until I can update engineer procs and doctor procs to not use the health system. The first pass will just get the procs play-able. Another pass will re-write the tree entirely to make selecting procs much more interesting. Second pass will also improve the awful image we're using to show the trees.

bleehu commented 4 years ago

This will also help simplify the grenade weirdness. No need to track multiple shotgun or shrapnel wounds. That was silly.

Turtlelord26 commented 4 years ago

To be clear, I'm totally ok with this breaking frag grenades in dev branch (because they're already broken anyway) until we put in a separate fix.

bleehu commented 4 years ago

While there is still work to be done, I now consider our health system untangled.