mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-09 22:47:38 +01:00
Fixed sedri's ymls
This commit is contained in:
parent
475880d553
commit
612c185aa1
@ -1,7 +1,7 @@
|
||||
display-name: Curse of Breaklessness
|
||||
description: Chance to prevent block breaking
|
||||
placeholder: '%level%'
|
||||
type: Curse
|
||||
display-name: "Curse of Breaklessness"
|
||||
description: "Gives a &a%placeholder%%&8 chance to fail to break blocks"
|
||||
placeholder: "15 * %level%"
|
||||
type: curse
|
||||
|
||||
targets:
|
||||
- axe
|
||||
@ -19,7 +19,7 @@ enchantable: true
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: 15*%level%
|
||||
chance: "15 * %level%"
|
||||
triggers:
|
||||
- mine_block
|
||||
conditions: []
|
@ -1,7 +1,7 @@
|
||||
display-name: Curse of Misfortune
|
||||
description: Chance of blocks to not drop items
|
||||
placeholder: '%level%'
|
||||
type: Curse
|
||||
display-name: "Curse of Misfortune"
|
||||
description: "Gives a &a%placeholder%% &8chance for blocks to not drop items"
|
||||
placeholder: "15 * %level%"
|
||||
type: curse
|
||||
|
||||
targets:
|
||||
- hoe
|
||||
@ -19,7 +19,7 @@ enchantable: true
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: 15*%level%
|
||||
chance: "15 * %level%"
|
||||
triggers:
|
||||
- block_item_drop
|
||||
conditions: []
|
||||
|
@ -1,7 +1,7 @@
|
||||
display-name: "Dexterous"
|
||||
description: "&8Increases attack speed by &a%placeholder%%"
|
||||
placeholder: '%level% * 10'
|
||||
type: Normal
|
||||
description: "Increases attack speed by &a%placeholder%%"
|
||||
placeholder: "%level% * 10"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- sword
|
||||
|
@ -1,7 +1,7 @@
|
||||
display-name: Curse of Harmlessness
|
||||
description: Chance for attacks to do nothing
|
||||
placeholder: '%level%'
|
||||
type: Curse
|
||||
display-name: "Curse of Harmlessness"
|
||||
description: "Gives a &a%placeholder%% &8chance for attacks to do nothing"
|
||||
placeholder: "15 * %level%"
|
||||
type: curse
|
||||
|
||||
targets:
|
||||
- sword
|
||||
@ -17,7 +17,7 @@ enchantable: true
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: 15*%level%
|
||||
chance: "15 * %level%"
|
||||
triggers:
|
||||
- melee_attack
|
||||
conditions: []
|
@ -1,7 +1,7 @@
|
||||
display-name: Curse of Hunger
|
||||
description: Increases hunger loss
|
||||
placeholder: '%level%'
|
||||
type: Curse
|
||||
display-name: "Curse of Hunger"
|
||||
description: "Increases hunger loss by &a%placeholder%%"
|
||||
placeholder: "50 * %level%"
|
||||
type: curse
|
||||
|
||||
targets:
|
||||
- helmet
|
||||
@ -16,5 +16,5 @@ enchantable: true
|
||||
effects:
|
||||
- id: hunger_multiplier
|
||||
args:
|
||||
multiplier: 1.5 * %level%
|
||||
multiplier: "1 + 0.5 * %level%"
|
||||
conditions: []
|
Loading…
Reference in New Issue
Block a user