summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-25 22:23:35 -0400
committerDavid Gay <david@davidgay.org>2021-05-25 22:23:35 -0400
commit29650491d5c1aa89bd4002ee50f0866fe5d8cd79 (patch)
tree9ce80ce3bae44aedecb4c08b931cfa6d5eb5bd20 /data
parentc4ba54f606c0c4cc5eaa78e108f6529187de3d78 (diff)
Add listern font, some related times, and tweak misc data
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml81
-rw-r--r--data/hearth_amenities.yml9
-rw-r--r--data/items.yml3
3 files changed, 91 insertions, 2 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 8f64132..e7f657e 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -36,8 +36,8 @@ construct_forge_level1:
gid: "forge"
level: 1
construct_forge_level2:
- name: "Construct Forge Level 2"
- description: "Build a level 2 forge."
+ name: "Upgrade Forge to Level 2"
+ description: "Upgrade your forge to level 2."
innate: true
whatnot:
requirements:
@@ -82,6 +82,46 @@ construct_labratory_level1:
- type: "hearth_amenity"
gid: "labratory"
level: 1
+construct_listern_font_level1:
+ name: "Construct Listern Font Level 1"
+ description: "Build a level 1 listern font."
+ innate: true
+ whatnot:
+ duration:
+ base: 1000
+ cost:
+ - type: "item"
+ gid: "stone"
+ quantity: 200
+ - type: "item"
+ gid: "shimmering_essence"
+ quantity: 30
+ results:
+ - type: "hearth_amenity"
+ gid: "listern_font"
+ level: 1
+construct_listern_font_level2:
+ name: "Upgrade Listern Font to Level 2"
+ description: "Upgrade your listern font to level 2."
+ innate: true
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "listern_font"
+ level: 1
+ duration:
+ base: 3600
+ cost:
+ - type: "item"
+ gid: "stone"
+ quantity: 500
+ - type: "item"
+ gid: "manadross_tincture"
+ quantity: 1
+ results:
+ - type: "hearth_amenity"
+ gid: "listern_font"
+ level: 2
craft_pig_iron_ingot:
name: "Smelt Pig Iron Ingot"
description: "Smelt a pig iron ingot."
@@ -141,6 +181,7 @@ craft_iron_ingot:
craft_mending_salve:
name: "Mix mending salve"
description: "Mix a mending salve."
+ innate: true
whatnot:
requirements:
- type: "hearth_amenity"
@@ -166,6 +207,42 @@ craft_mending_salve:
xp:
- gid: "fluxseethe"
value: 15
+ - type: "activity"
+ chance: 0.05
+ table:
+ - gid: "craft_manadross_tincture"
+ score: 0
+craft_manadross_tincture:
+ name: "Distill manadross tincture"
+ description: "Create a manadross tincture."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "labratory"
+ level: 1
+ duration:
+ base: 180
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "fluxseethe"
+ scale_value: 2
+ cost:
+ - type: "item"
+ gid: "arcane_dust"
+ quantity: 200
+ - type: "item"
+ gid: "wisp_of_the_current"
+ quantity: 1
+ - type: "item"
+ gid: "shrine_hassock"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "mending_salve"
+ xp:
+ - gid: "fluxseethe"
+ value: 15
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 b93070d..33fab3c 100644
--- a/data/hearth_amenities.yml
+++ b/data/hearth_amenities.yml
@@ -21,3 +21,12 @@ labratory:
construct_activities:
- level: 1
gid: "construct_labratory_level1"
+listern_font:
+ name: "Listern Font"
+ description: "A basin upon a pedestal. Over time, it fills with a healing liquid."
+ whatnot:
+ construct_activities:
+ - level: 1
+ gid: "construct_listern_font_level1"
+ - level: 2
+ gid: "construct_listern_font_level2"
diff --git a/data/items.yml b/data/items.yml
index a6225e4..dabb603 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -129,3 +129,6 @@ shrine_hassock:
wisp_of_the_current:
name: "wisp of the current"
description: "A glowing ball of energy. It fills the hazy air around it with visions of a river."
+manadross_tincture:
+ name: "manadross tincture"
+ description: "A clear, blue-tinted liquid containing a swirling, silver cloud."