From aac7563767c5fbc5ef67f4d615833e7523a46df7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 29 May 2021 17:19:56 -0400 Subject: Conditions and states (boons & banes), with `quarrying_draught` --- data/conditions.yml | 9 +++++++++ data/items.yml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 data/conditions.yml (limited to 'data') diff --git a/data/conditions.yml b/data/conditions.yml new file mode 100644 index 0000000..99aacc4 --- /dev/null +++ b/data/conditions.yml @@ -0,0 +1,9 @@ +quarrying_draught: + name: "quarrying draught" + description: "Increases the speed of planequarrying for some time." + whatnot: + effects: + - type: "stat_change" + level: 2 + gid: "planequarry_speed" + modifier: 5 diff --git a/data/items.yml b/data/items.yml index f5be768..70dbc48 100644 --- a/data/items.yml +++ b/data/items.yml @@ -343,3 +343,12 @@ aethermesh: whatnot: equip_slots: - "mainhand" +quarrying_draught: + name: "quarrying draught" + description: "Increases the speed of planequarrying for an hour." + whatnot: + use_effects: + - type: "condition" + gid: "quarrying_draught" + duration: 3600 # 1 Hour + message: "The draught increases your planequarry speed." -- cgit v1.2.3