mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-07 22:27:34 +01:00
Added thrive, renamed arcanic to arcane defence
This commit is contained in:
parent
6551b1d382
commit
a147ac6e6c
@ -1,13 +1,13 @@
|
||||
display-name: "Arcanic"
|
||||
display-name: "Arcane Defence"
|
||||
description: "&a%placeholder%% &8chance to ignore potion damage"
|
||||
placeholder: "%level% * 8"
|
||||
placeholder: "%level% * 4"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- armor
|
||||
conflicts: [ ]
|
||||
rarity: epic
|
||||
max-level: 6
|
||||
max-level: 5
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
@ -16,7 +16,7 @@ enchantable: true
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: "%level% * 8"
|
||||
chance: "%level% * 4"
|
||||
triggers:
|
||||
- take_damage
|
||||
filters:
|
21
eco-core/core-plugin/src/main/resources/enchants/thrive.yml
Normal file
21
eco-core/core-plugin/src/main/resources/enchants/thrive.yml
Normal file
@ -0,0 +1,21 @@
|
||||
display-name: "Thrive"
|
||||
description: "Gives &a%placeholder%&8 bonus health"
|
||||
placeholder: "%level% * 2"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- armor
|
||||
conflicts: [ ]
|
||||
rarity: legendary
|
||||
max-level: 2
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: bonus_health
|
||||
args:
|
||||
health: "%level% * 2"
|
||||
|
||||
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user