From 2b4f55811e6358e1fa5f9b2bed0d784fdfcef79f Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 14:33:19 -0400 Subject: Add axes and pickaxes, and a wildscour task to find them --- data/activities.yml | 37 +++++++++++++++++++++++++++++++++++++ data/items.yml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 951a090..8153589 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -734,3 +734,40 @@ open_unlocked_rusted_lockbox: score: 0.90 - gid: "granite_ring" score: 0.95 +wildscour_crumbling_ruins: + name: "Scour Crumbling Ruins" + description: "Wildscour within the crumbling ruins." + location: "floret_region" + whatnot: + duration: + base: 60 + minimum: 35 + scaling: + - type: "skill" + gid: "wildscour" + scale_value: 1 + results: + - type: "item" + chance: 1 + table: + - gid: "vestige" + score: 0.55 + max_quantity: 5 + xp: + - gid: "wildscour" + value: 2 + - gid: "stone_pickaxe" + score: 0.70 + xp: + - gid: "manatrawl" + value: 4 + - gid: "stone_axe" + score: 0.80 + xp: + - gid: "wildscour" + value: 4 + - gid: "disturbing_doodad" + score: 0.998 + xp: + - gid: "wildscour" + value: 93 diff --git a/data/items.yml b/data/items.yml index 7d26b95..7fb61f3 100644 --- a/data/items.yml +++ b/data/items.yml @@ -261,3 +261,43 @@ iron_lockpicks: whatnot: equip_slots: - "mainhand" +stone_pickaxe: + name: "stone pickaxe" + description: "An old pickaxe found in some ruins." + whatnot: + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 60 +stone_axe: + name: "stone axe" + description: "An old axe found in some ruins." + whatnot: + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 60 +iron_pickaxe: + name: "iron pickaxe" + description: "A pickaxe made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 80 +iron_axe: + name: "iron axe" + description: "An axe made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 80 -- cgit v1.2.3