This commit is contained in:
Brianna 2019-08-05 17:52:11 -04:00
parent d49389e966
commit 7330df8657
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ effects:
# The trigger that will fire this effect
trigger: "DEFENSE_PLAYER_MELEE,DEFENSE_MOB_MELEE"
# Chance that this effect wil fire.
chance: "user_is_sneaking ? (8 * {level)) : (4 * {level})"
chance: "user_is_sneaking ? (8 * {level}) : (4 * {level})"