summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
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