mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-24 00:41:23 +01:00
fixed cleave
added confusion.yml
This commit is contained in:
parent
60e219a35d
commit
af55176021
@ -7,7 +7,7 @@ targets:
|
||||
- axe
|
||||
conflicts:
|
||||
- carve
|
||||
rarity: common
|
||||
rarity: rare
|
||||
max-level: 8
|
||||
|
||||
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