mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-08 03:11:19 +01:00
Fixed aura and soul storm
This commit is contained in:
parent
4f72cd3dd4
commit
af7db86dc2
@ -26,5 +26,6 @@ effects:
|
|||||||
multiplier: "1 - %level% * 0.1"
|
multiplier: "1 - %level% * 0.1"
|
||||||
triggers:
|
triggers:
|
||||||
- take_damage
|
- take_damage
|
||||||
|
conditions: []
|
||||||
|
|
||||||
conditions: [ ]
|
conditions: [ ]
|
||||||
|
@ -23,6 +23,10 @@ effects:
|
|||||||
- id: damage_multiplier
|
- id: damage_multiplier
|
||||||
args:
|
args:
|
||||||
multiplier: "1.5 + 0.5 * %level%"
|
multiplier: "1.5 + 0.5 * %level%"
|
||||||
|
triggers:
|
||||||
|
- bow_attack
|
||||||
|
- melee_attack
|
||||||
|
- trident_attack
|
||||||
- id: bonus_health
|
- id: bonus_health
|
||||||
args:
|
args:
|
||||||
health: -6
|
health: -6
|
||||||
|
Loading…
Reference in New Issue
Block a user