Added soul storm

This commit is contained in:
Auxilor 2022-09-26 17:30:12 +01:00
parent b42c9a1776
commit 4f72cd3dd4

View File

@ -0,0 +1,44 @@
display-name: "Soul Storm"
description: "Gives a &a%bonus%%&r to attack damage for &a%seconds%%&r seconds at the expense of &a3&r hearts"
placeholders:
bonus: "150 + 50 * %level%"
seconds: "15 + 5 * %level%"
type: spell
targets:
- sword
conflicts: [ ]
rarity: legendary
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- effects:
- id: add_holder
args:
effects:
- id: damage_multiplier
args:
multiplier: "1.5 + 0.5 * %level%"
- id: bonus_health
args:
health: -6
conditions: [ ]
duration: "(15 + 5 * %level%) * 20"
- id: play_sound
args:
sound: entity_ghast_scream
pitch: 0.7
volume: 1
args:
cooldown: 180
send_cooldown_message: true
triggers:
- alt_click
conditions: [ ]