mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Added stun
This commit is contained in:
parent
1aa9118928
commit
7c3e8595ec
28
eco-core/core-plugin/src/main/resources/enchants/stun.yml
Normal file
28
eco-core/core-plugin/src/main/resources/enchants/stun.yml
Normal file
@ -0,0 +1,28 @@
|
||||
display-name: "Stun"
|
||||
description: "Gives a &a%placeholder%%&r chance to stun attacked mobs for &a1&r second"
|
||||
placeholder: "2.5 + 2.5 * %level%"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
- bow
|
||||
- trident
|
||||
- crossbow
|
||||
conflicts: [ ]
|
||||
rarity: rare
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: strip_ai
|
||||
args:
|
||||
duration: 40
|
||||
triggers:
|
||||
- melee_attack
|
||||
- bow_attack
|
||||
- trident_attack
|
||||
|
||||
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user