diff options
Diffstat (limited to 'data/hearth_amenities.yml')
-rw-r--r-- | data/hearth_amenities.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index e660a92..e53e583 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -71,3 +71,17 @@ loamspire: level: 2 gid: "planting_spots" modifier: 5 +spicebench: + name: "spicebench" + description: >- + An array of tools, containers, and shelves for practicing spicework. Also includes a small stone oven. + whatnot: + construct_activities: + - level: 1 + gid: "construct_spicebench_level1" + - level: 2 + gid: "construct_spicebench_level2" + - type: "stat_change" + level: 2 + gid: "spicework_speed" + modifier: 4 |