mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-08 03:11:19 +01:00
Added rocket saver
This commit is contained in:
parent
57fc290911
commit
98af8c891d
@ -1,5 +1,5 @@
|
||||
display-name: "Arcane Defence"
|
||||
description: "&a%placeholder%% &rchance to ignore potion damage"
|
||||
description: "Gives a &a%placeholder%%&r chance to ignore potion damage"
|
||||
placeholder: "%level% * 4"
|
||||
type: normal
|
||||
|
||||
|
@ -0,0 +1,21 @@
|
||||
display-name: "Rocket Saver"
|
||||
description: "Gives a &a%placeholder%%&r chance to not consume fireworks when boosting"
|
||||
placeholder: "%level% * 20"
|
||||
type: elytra
|
||||
|
||||
targets:
|
||||
- armor
|
||||
conflicts: [ ]
|
||||
rarity: rare
|
||||
max-level: 3
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: elytra_boost_save_chance
|
||||
args:
|
||||
chance: "%level% * 0.2"
|
||||
|
||||
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user