mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-03-12 13:39:06 +01:00
Removed supercritical, buffed flashbang
This commit is contained in:
parent
83f212fa1b
commit
ed68856643
@ -20,7 +20,7 @@ effects:
|
|||||||
args:
|
args:
|
||||||
effect: blindness
|
effect: blindness
|
||||||
level: 3
|
level: 3
|
||||||
duration: 30
|
duration: 50
|
||||||
apply_to_player: false
|
apply_to_player: false
|
||||||
- id: play_sound
|
- id: play_sound
|
||||||
args:
|
args:
|
||||||
|
@ -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: [ ]
|
|
Loading…
Reference in New Issue
Block a user