From d70dd3e44c3560ce7acd0bcdaea6683ea80988d4 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 13:54:36 -0400 Subject: New item and crafting activity for it: reaping draught --- data/activities.yml | 34 ++++++++++++++++++++++++++++++++++ data/conditions.yml | 11 ++++++++++- data/items.yml | 11 ++++++++++- 3 files changed, 54 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index b3a3d54..a539d5d 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -813,6 +813,40 @@ craft_quarrying_draught: xp: - gid: "fluxseethe" value: 30 +craft_reaping_draught: + name: "Brew reaping draught" + description: "Brew a reaping draught." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "labratory" + level: 1 + - type: "skill" + gid: "fluxseethe" + level: 3 + duration: + base: 105 + minimum: 35 + scaling: + - type: "skill" + gid: "fluxseethe" + scale_value: 1 + - type: "stat" + gid: "fluxseethe_speed" + scale_value: 1 + cost: + - type: "item" + gid: "silver_iris" + quantity: 1 + - type: "item" + gid: "woodrun_bloom" + quantity: 6 + results: + - type: "item" + gid: "reaping_draught" + xp: + - gid: "fluxseethe" + value: 30 planequarry_floret_mines: name: "Quarry Floret Mines" description: "Planequarry at the Floret Mines." diff --git a/data/conditions.yml b/data/conditions.yml index 99aacc4..559ab7c 100644 --- a/data/conditions.yml +++ b/data/conditions.yml @@ -1,9 +1,18 @@ quarrying_draught: name: "quarrying draught" - description: "Increases the speed of planequarrying for some time." + description: "Increases the speed of planequarry for some time." whatnot: effects: - type: "stat_change" level: 2 gid: "planequarry_speed" modifier: 5 +reaping_draught: + name: "reaping draught" + description: "Increases the speed of wealdreap for some time." + whatnot: + effects: + - type: "stat_change" + level: 2 + gid: "wealdreap_speed" + modifier: 5 diff --git a/data/items.yml b/data/items.yml index 5586ab0..0814bf4 100644 --- a/data/items.yml +++ b/data/items.yml @@ -452,13 +452,22 @@ aethermesh: - "mainhand" quarrying_draught: name: "quarrying draught" - description: "Increases the speed of planequarrying for an hour." + description: "Increases the speed of planequarry for an hour." whatnot: use_effects: - type: "condition" gid: "quarrying_draught" duration: 3600 # 1 Hour message: "The draught increases your planequarry speed." +reaping_draught: + name: "reaping draught" + description: "Increases the speed of wealdreap for an hour." + whatnot: + use_effects: + - type: "condition" + gid: "reaping_draught" + duration: 3600 # 1 Hour + message: "The draught increases your wealdreap speed." gem_dust: name: "gem dust" description: "Dust resulting from the crushing of a gem." -- cgit v1.2.3