From 9fec79398a34d26be1042e35cae429b88f8b96d0 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 19 May 2021 18:39:35 -0400 Subject: Revise and progress with hearth amenity construction --- data/activities.yml | 31 +++++++++++++++++++++++++++++++ data/hearth_amenities.yml | 19 ------------------- 2 files changed, 31 insertions(+), 19 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 9ecd299..c94218f 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1,3 +1,34 @@ +construct_foundation_level1: + name: "Construct Foundation Level 1" + description: "Build a level 1 foundation." + whatnot: + duration: + base: 60 + cost: + items: + stone: 100 + wood: 100 + results: + - type: "hearth_amenity" + gid: "foundation" + level: 1 +construct_forge_level1: + name: "Construct Forge Level 1" + description: "Build a level 1 forge." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "foundation" + level: 1 + duration: + base: 600 + cost: + items: + stone: 300 + results: + - type: "hearth_amenity" + gid: "forge" + level: 1 quarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." diff --git a/data/hearth_amenities.yml b/data/hearth_amenities.yml index a9c6889..751b880 100644 --- a/data/hearth_amenities.yml +++ b/data/hearth_amenities.yml @@ -1,25 +1,6 @@ foundation: name: "Foundation" description: "The foundation is the necessary first step to building anything of value." - whatnot: - constructions: - - level: 1 - requirements: - cost: - items: - stone: 100 - wood: 100 - duration: - base: 60 forge: name: "Forge" description: "Can be used for practicing the otherforge skill." - whatnot: - constructions: - - level: 1 - requirements: - cost: - items: - stone: 300 - duration: - base: 600 -- cgit v1.2.3