From 38fff0e2d09f2954d747baf65ab555427ba653be Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 19 May 2021 19:24:20 -0400 Subject: Hearth amenity building working! --- data/activities.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index c94218f..e9bad7d 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -5,9 +5,12 @@ construct_foundation_level1: duration: base: 60 cost: - items: - stone: 100 - wood: 100 + - type: "item" + gid: "stone" + quantity: 100 + - type: "item" + gid: "wood" + quantity: 100 results: - type: "hearth_amenity" gid: "foundation" @@ -23,8 +26,9 @@ construct_forge_level1: duration: base: 600 cost: - items: - stone: 300 + - type: "item" + gid: "stone" + quantity: 300 results: - type: "hearth_amenity" gid: "forge" -- cgit v1.2.3