mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Merge pull request #389 from refractored/patch-1
Fix(stun.yml): Stun no longer activates 100% of the time
This commit is contained in:
commit
026544b8cb
@ -1,5 +1,5 @@
|
|||||||
display-name: "Stun"
|
display-name: "Stun"
|
||||||
description: "Gives a &a%placeholder%%&r chance to stun attacked mobs for &a1&r second"
|
description: "Gives a &a%placeholder%%&r chance to stun attacked mobs for &a2&r seconds"
|
||||||
placeholder: "2.5 + 2.5 * %level%"
|
placeholder: "2.5 + 2.5 * %level%"
|
||||||
type: normal
|
type: normal
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ effects:
|
|||||||
- id: strip_ai
|
- id: strip_ai
|
||||||
args:
|
args:
|
||||||
duration: 40
|
duration: 40
|
||||||
|
chance: "2.5 + 2.5 * %level%"
|
||||||
triggers:
|
triggers:
|
||||||
- melee_attack
|
- melee_attack
|
||||||
- bow_attack
|
- bow_attack
|
||||||
|
Loading…
Reference in New Issue
Block a user