diff options
Diffstat (limited to 'data/items.yml')
-rw-r--r-- | data/items.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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." |