mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Removed stimulating
This commit is contained in:
parent
db6aa4351a
commit
70487ca226
@ -1,41 +0,0 @@
|
||||
display-name: "Stimulating"
|
||||
description: "Gives a &a%bonus%%&r to all stats for &a%seconds%%&r seconds"
|
||||
placeholders:
|
||||
bonus: "10 * %level%"
|
||||
seconds: "3 * %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: multiply_all_stats
|
||||
args:
|
||||
multiplier: "1 + 0.1 * %level%"
|
||||
conditions: [ ]
|
||||
duration: "3 * %level% * 20"
|
||||
|
||||
- id: play_sound
|
||||
args:
|
||||
sound: entity_allay_death
|
||||
pitch: 1.2
|
||||
volume: 1
|
||||
|
||||
args:
|
||||
cooldown: 180
|
||||
send_cooldown_message: true
|
||||
triggers:
|
||||
- alt_click
|
||||
|
||||
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user