summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-19 21:16:15 -0400
committerDavid Gay <david@davidgay.org>2021-05-19 21:16:15 -0400
commit5afdcd12f04102b5cf5d5a310981bc576a992119 (patch)
tree2f8a8768856268cf755a6c4eb82f768f8c02affc /data
parente941a28056142ee239bbba623f03537aab0ae039 (diff)
Implement crafting from the hearth forge
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml16
-rw-r--r--data/items.yml6
2 files changed, 22 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index cf494c1..2395f82 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -33,6 +33,22 @@ construct_forge_level1:
- type: "hearth_amenity"
gid: "forge"
level: 1
+craft_pig_iron_ingot:
+ name: "Smelt Pig Iron Ingot"
+ description: "Smelt a pig iron ingot."
+ whatnot:
+ duration:
+ base: 70
+ minimum: 35
+ scaling:
+ otherforge: 2
+ cost:
+ - type: "item"
+ gid: "crude_iron_ore"
+ quantity: 10
+ results:
+ - type: "item"
+ gid: "pig_iron_ingot"
quarry_floret_mines:
name: "Quarry Floret Mines"
description: "Planequarry at the Floret Mines."
diff --git a/data/items.yml b/data/items.yml
index 06bd627..3d1adef 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -43,6 +43,12 @@ yellow_beryl:
whatnot:
xp_value:
planequarry: 50
+pig_iron_ingot:
+ name: "pig iron ingot"
+ description: "Low quality iron ingot meant to be remelted for further use."
+ whatnot:
+ xp_value:
+ otherforge: 15
iron_short_sword:
name: "Iron short sword"
description: "A short sword made of iron."