MineCICD added "plugins"
This commit is contained in:
25
plugins/EcoEnchants/enchants/getaway.yml
Normal file
25
plugins/EcoEnchants/enchants/getaway.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
display-name: "Getaway"
|
||||
description: "Gain a &a%placeholder%%&r bonus to movement speed below &a20%&r health"
|
||||
placeholder: "10 * %level%"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- boots
|
||||
conflicts: [ ]
|
||||
rarity: rare
|
||||
max-level: 2
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: movement_speed_multiplier
|
||||
args:
|
||||
multiplier: "1 + 0.1 * %level%"
|
||||
triggers: [ ]
|
||||
|
||||
conditions:
|
||||
- id: below_health_percent
|
||||
args:
|
||||
percent: 20
|
Reference in New Issue
Block a user