Fix(stun.yml): Stun no longer activates 100% of the time

This commit is contained in:
refractored 2024-03-18 23:43:09 -05:00 committed by GitHub
parent 9c4675f8f3
commit b85f64103f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
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%"
type: normal
@ -20,6 +20,7 @@ effects:
- id: strip_ai
args:
duration: 40
chance: "2.5 + 2.5 * %level%"
triggers:
- melee_attack
- bow_attack