Removed supercritical, buffed flashbang

This commit is contained in:
Auxilor 2022-09-06 11:23:13 +01:00
parent 83f212fa1b
commit ed68856643
2 changed files with 1 additions and 28 deletions

View File

@ -20,7 +20,7 @@ effects:
args:
effect: blindness
level: 3
duration: 30
duration: 50
apply_to_player: false
- id: play_sound
args:

View File

@ -1,27 +0,0 @@
display-name: "Supercritical"
description: "Gives a &a%chance%%&r chance to deal &a%damage%x&r damage"
placeholders:
chance: "%level% / 2"
damage: "2 + floor(%level%/2)"
type: normal
targets:
- sword
- axe
conflicts: [ ]
rarity: uncommon
max-level: 3
tradeable: true
discoverable: true
enchantable: true
effects:
- id: damage_multiplier
args:
chance: "%level% / 200"
multiplier: "2 + floor(%level%/2)"
triggers:
- melee_attack
conditions: [ ]