From 5afdcd12f04102b5cf5d5a310981bc576a992119 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 19 May 2021 21:16:15 -0400 Subject: Implement crafting from the hearth forge --- data/activities.yml | 16 ++++++++++++++++ data/items.yml | 6 ++++++ 2 files changed, 22 insertions(+) (limited to 'data') 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." -- cgit v1.2.3