summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-19 18:39:35 -0400
committerDavid Gay <david@davidgay.org>2021-05-19 18:39:35 -0400
commit9fec79398a34d26be1042e35cae429b88f8b96d0 (patch)
treec51814b60f5fb3ae753f9fe7549b30af6930adcc /data
parent9ab7dfd99e7015513bfe1a092f257c1c7a7afb1b (diff)
Revise and progress with hearth amenity construction
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml31
-rw-r--r--data/hearth_amenities.yml19
2 files changed, 31 insertions, 19 deletions
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