luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
55 stars 30 forks source link

Health recovery, waterbolt drain #721

Closed jdevnull closed 8 months ago

jdevnull commented 8 months ago

Changes to health recovery:

  1. Symbiotes help to heal both Physical and Stun damage. (M&M errata)
  2. Let lifestyle affect both Physical and Stun damage recovery. Also, changed this to 10% per lifestyle level instead of adding a flat number, so that it provides the same proportional effects regardless of character position and/or conditions.
  3. Changed the order of operations for health recovery so that penalties can't truncate gain to 0 too early (i.e., before all bonuses have been applied). Also loosened some checks in case we want a room to be both flagged both social and sterile, and in case NPCs some day gain bioware and/or use drugs.

Waterbolt:

  1. Changed drain damage level to match sourcebook (Target: Wastelands pg 124).
luciensadi commented 8 months ago

LGTM, thanks!