summaryrefslogtreecommitdiff
path: root/data/hearth_amenities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-28 10:21:12 -0400
committerDavid Gay <david@davidgay.org>2021-05-28 10:21:12 -0400
commit04a81a4517c33d86cdebed9116bbd0a7656bd68d (patch)
tree3b817d0a4af5fc948c5d336dd7d9ecf825a7d889 /data/hearth_amenities.yml
parent87d006ed6b34d00274c72dba055ba4fbc2980212 (diff)
Refactor HA effects and equipment equip effects to use the same format, then include them both in Character#effects
Diffstat (limited to 'data/hearth_amenities.yml')
-rw-r--r--data/hearth_amenities.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml
index d6dca76..fd090c8 100644
--- a/data/hearth_amenities.yml
+++ b/data/hearth_amenities.yml
@@ -17,7 +17,7 @@ forge:
effects:
- type: "stat_change"
level: 2
- stat: "otherforge_speed"
+ gid: "otherforge_speed"
modifier: 4
labratory:
name: "Labratory"
@@ -31,7 +31,7 @@ labratory:
effects:
- type: "stat_change"
level: 2
- stat: "fluxseethe_speed"
+ gid: "fluxseethe_speed"
modifier: 4
listern_font:
name: "Listern Font"
@@ -50,5 +50,5 @@ listern_font:
effects:
- type: "stat_change"
level: 2
- stat: "max_wounds"
+ gid: "max_wounds"
modifier: 1