mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-03 02:21:21 +01:00
fixed cleave
added confusion.yml
This commit is contained in:
parent
60e219a35d
commit
af55176021
@ -7,7 +7,7 @@ targets:
|
|||||||
- axe
|
- axe
|
||||||
conflicts:
|
conflicts:
|
||||||
- carve
|
- carve
|
||||||
rarity: common
|
rarity: rare
|
||||||
max-level: 8
|
max-level: 8
|
||||||
|
|
||||||
tradeable: true
|
tradeable: true
|
||||||
|
@ -0,0 +1,22 @@
|
|||||||
|
display-name: Confusion
|
||||||
|
description: "%placeholder%% chance to shuffle your opponents hotbar"
|
||||||
|
placeholder: '2*%level%'
|
||||||
|
type: Special
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- sword
|
||||||
|
conflicts: []
|
||||||
|
rarity: special
|
||||||
|
max-level: 4
|
||||||
|
|
||||||
|
tradeable: true
|
||||||
|
discoverable: true
|
||||||
|
enchantable: true
|
||||||
|
|
||||||
|
effects:
|
||||||
|
- id: shuffle_hotbar
|
||||||
|
args:
|
||||||
|
chance: 2 * %level%
|
||||||
|
triggers:
|
||||||
|
- melee_attack
|
||||||
|
conditions: []
|
Loading…
Reference in New Issue
Block a user