30 lines
492 B
YAML
30 lines
492 B
YAML
display-name: "Stun"
|
|
description: "Gives a &a%placeholder%%&r chance to stun attacked mobs for &a2&r seconds"
|
|
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
|
|
chance: "2.5 + 2.5 * %level%"
|
|
triggers:
|
|
- melee_attack
|
|
- bow_attack
|
|
- trident_attack
|
|
|
|
conditions: [ ]
|