mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-09 22:47:38 +01:00
added curse_of_misfortune.yml
This commit is contained in:
parent
f4ab06ab38
commit
b853b06318
@ -0,0 +1,25 @@
|
||||
display-name: Curse of Misfortune
|
||||
description: Chance of blocks to not drop items
|
||||
placeholder: '%level%'
|
||||
type: Curse
|
||||
|
||||
targets:
|
||||
- hoe
|
||||
- shovel
|
||||
- pickaxe
|
||||
- axe
|
||||
conflicts: []
|
||||
rarity: legendary
|
||||
max-level: 1
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: 15*%level%
|
||||
triggers:
|
||||
- block_item_drop
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user