summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/activities.yml22
-rw-r--r--data/items.yml6
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"