From 8f8a80b5692e374bfbe27b7071597ada712c3704 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 14:51:01 -0400 Subject: Activities to craft `iron_axe` and `iron_pickaxe` --- data/activities.yml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/data/activities.yml b/data/activities.yml index 119dad9..a75651a 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -404,6 +404,68 @@ craft_iron_shield: xp: - gid: "otherforge" value: 40 +craft_iron_pickaxe: + name: "Craft Iron Pickaxe" + description: "Craft an iron pickaxe." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 120 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "iron_ingot" + quantity: 3 + - type: "item" + gid: "wood" + quantity: 2 + results: + - type: "item" + gid: "iron_pickaxe" + xp: + - gid: "otherforge" + value: 15 +craft_iron_axe: + name: "Craft Iron Axe" + description: "Craft an iron axe." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 1 + duration: + base: 120 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "iron_ingot" + quantity: 3 + - type: "item" + gid: "wood" + quantity: 2 + results: + - type: "item" + gid: "iron_axe" + xp: + - gid: "otherforge" + value: 15 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." -- cgit v1.2.3