summaryrefslogtreecommitdiff
path: root/data/activities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-26 21:59:47 -0400
committerDavid Gay <david@davidgay.org>2021-05-26 21:59:47 -0400
commitb923b0febd35ba1b635dde02a7f97428367f7831 (patch)
tree9446f9c5d06ee98af08463ac78a838311f62ca73 /data/activities.yml
parent6ad1800081d8bbbf9375dc9744f7f35357c19d68 (diff)
Implement activity speed increases from HAs, add lab 2, and tweak some construct costs
Diffstat (limited to 'data/activities.yml')
-rw-r--r--data/activities.yml50
1 files changed, 45 insertions, 5 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 6a0f4c4..4c70da7 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -49,10 +49,16 @@ construct_forge_level2:
cost:
- type: "item"
gid: "stone"
- quantity: 500
+ quantity: 300
- type: "item"
gid: "iron_ingot"
- quantity: 50
+ quantity: 10
+ - type: "item"
+ gid: "arcane_dust"
+ quantity: 500
+ - type: "item"
+ gid: "shimmering_essence"
+ quantity: 10
results:
- type: "hearth_amenity"
gid: "forge"
@@ -71,17 +77,39 @@ construct_labratory_level1:
cost:
- type: "item"
gid: "wood"
+ quantity: 200
+ - type: "item"
+ gid: "stone"
quantity: 100
+ results:
+ - type: "hearth_amenity"
+ gid: "labratory"
+ level: 1
+construct_labratory_level2:
+ name: "Upgrade Labratory to Level 2"
+ description: "Upgrade your labratory to level 2."
+ innate: true
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "labratory"
+ level: 1
+ duration:
+ base: 2400
+ cost:
+ - type: "item"
+ gid: "wood"
+ quantity: 200
- type: "item"
gid: "stone"
- quantity: 50
+ quantity: 200
- type: "item"
gid: "iron_ingot"
- quantity: 10
+ quantity: 6
results:
- type: "hearth_amenity"
gid: "labratory"
- level: 1
+ level: 2
construct_listern_font_level1:
name: "Construct Listern Font Level 1"
description: "Build a level 1 listern font."
@@ -138,6 +166,9 @@ craft_pig_iron_ingot:
- type: "skill"
gid: "otherforge"
scale_value: 2
+ - type: "stat"
+ gid: "otherforge_speed"
+ scale_value: 1
cost:
- type: "item"
gid: "crude_iron_ore"
@@ -168,6 +199,9 @@ craft_iron_ingot:
- type: "skill"
gid: "otherforge"
scale_value: 2
+ - type: "stat"
+ gid: "otherforge_speed"
+ scale_value: 1
cost:
- type: "item"
gid: "iron_ore"
@@ -194,6 +228,9 @@ craft_mending_salve:
- type: "skill"
gid: "fluxseethe"
scale_value: 2
+ - type: "stat"
+ gid: "fluxseethe_speed"
+ scale_value: 1
cost:
- type: "item"
gid: "aseas_leaf"
@@ -227,6 +264,9 @@ craft_manadross_tincture:
- type: "skill"
gid: "fluxseethe"
scale_value: 2
+ - type: "stat"
+ gid: "fluxseethe_speed"
+ scale_value: 1
cost:
- type: "item"
gid: "arcane_dust"