From 6420794ed63b746a5a1af2790bba0eca423b1102 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 14:18:50 -0400 Subject: Add arcanite axe, arcanite pickaxe, and crafting activities --- data/activities.yml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ data/items.yml | 40 +++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 76142a4..304bcc9 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -711,6 +711,74 @@ craft_iron_axe: xp: - gid: "otherforge" value: 15 +craft_arcanite_pickaxe: + name: "Craft Arcanite Pickaxe" + description: "Craft an arcanite pickaxe." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 10 + duration: + base: 140 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 3 + - type: "item" + gid: "wood" + quantity: 2 + results: + - type: "item" + gid: "arcanite_pickaxe" + xp: + - gid: "otherforge" + value: 30 +craft_arcanite_axe: + name: "Craft Arcanite Axe" + description: "Craft an arcanite axe." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "forge" + level: 2 + - type: "skill" + gid: "otherforge" + level: 10 + duration: + base: 140 + minimum: 35 + scaling: + - type: "skill" + gid: "otherforge" + scale_value: 1 + - type: "stat" + gid: "otherforge_speed" + scale_value: 1 + cost: + - type: "item" + gid: "arcanite_ingot" + quantity: 3 + - type: "item" + gid: "wood" + quantity: 2 + results: + - type: "item" + gid: "arcanite_axe" + xp: + - gid: "otherforge" + value: 30 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." diff --git a/data/items.yml b/data/items.yml index b1b08d9..da5e6fb 100644 --- a/data/items.yml +++ b/data/items.yml @@ -444,6 +444,46 @@ iron_axe: - type: "stat_change" gid: "power" modifier: 2 +arcanite_pickaxe: + name: "arcanite pickaxe" + description: "A pickaxe made of arcanite." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + skills: + - gid: "planequarry" + level: 10 + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 100 + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "power" + modifier: 3 +arcanite_axe: + name: "arcanite axe" + description: "An axe made of arcanite." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + skills: + - gid: "wealdreap" + level: 10 + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 100 + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "power" + modifier: 3 aethermesh: name: "aethermesh" description: "A tool for manatrawl." -- cgit v1.2.3