From b8fe53ce7bf7a0fd279a80d57d62c76c76260a0f Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 14:46:24 -0400 Subject: Fully implement stone axe, stone pickaxe, and aethermesh --- data/activities.yml | 22 +++++++++++++++++++--- data/items.yml | 6 ++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/data/activities.yml b/data/activities.yml index 8153589..119dad9 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -478,12 +478,15 @@ planequarry_floret_mines: location: "floret_region" whatnot: duration: - base: 70 + base: 130 minimum: 35 scaling: - type: "skill" gid: "planequarry" scale_value: 1 + - type: "stat" + gid: "planequarry_speed" + scale_value: 1 results: - type: "item" chance: 1 @@ -567,12 +570,15 @@ wealdreap_twil_woods: location: "floret_region" whatnot: duration: - base: 60 + base: 120 minimum: 35 scaling: - type: "skill" gid: "wealdreap" scale_value: 1 + - type: "stat" + gid: "wealdreap_speed" + scale_value: 1 results: - type: "item" chance: 1 @@ -614,6 +620,9 @@ manatrawl_sor_well: - type: "skill" gid: "manatrawl" scale_value: 1 + requirements: + - type: "equipment" + gid: "aethermesh" results: - type: "item" chance: 1 @@ -653,6 +662,8 @@ manatrawl_sor_well_depths: - type: "skill" gid: "manatrawl" level: 7 + - type: "equipment" + gid: "aethermesh" results: - type: "item" chance: 1 @@ -751,11 +762,16 @@ wildscour_crumbling_ruins: chance: 1 table: - gid: "vestige" - score: 0.55 + score: 0.45 max_quantity: 5 xp: - gid: "wildscour" value: 2 + - gid: "aethermesh" + score: 0.60 + xp: + - gid: "wildscour" + value: 4 - gid: "stone_pickaxe" score: 0.70 xp: diff --git a/data/items.yml b/data/items.yml index 7fb61f3..93f9ebb 100644 --- a/data/items.yml +++ b/data/items.yml @@ -301,3 +301,9 @@ iron_axe: - type: "stat_change" gid: "wealdreap_speed" modifier: 80 +aethermesh: + name: "aethermesh" + description: "A tool for manatrawl." + whatnot: + equip_slots: + - "mainhand" -- cgit v1.2.3