diff options
author | David Gay <david@davidgay.org> | 2021-05-26 20:57:47 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-26 20:57:47 -0400 |
commit | 8cec9b3f6f277399c6da23a04d8afb0c68cf8a2b (patch) | |
tree | 749356642343c8f7ad2e20f7d3d94fe709c26725 /data | |
parent | 920b9a66eb2d7e7810c16f1d9b70d65a19736487 (diff) |
Basic usage of hearth amenities
Diffstat (limited to 'data')
-rw-r--r-- | data/hearth_amenities.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index 33fab3c..a99b9a8 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -30,3 +30,13 @@ listern_font: gid: "construct_listern_font_level1" - level: 2 gid: "construct_listern_font_level2" + use_effects: + - type: "change_wounds" + value: -9999 + message: "Every wound heals, every moment a chance for rebirth." + cooldown: 3600 + effects: + - type: "stat_change" + level: 2 + stat: "max_wounds" + modifier: 1 |