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
|
display-name: "Curse of Breaklessness"
|
||||||
description: Chance to prevent block breaking
|
description: "Gives a &a%placeholder%%&8 chance to fail to break blocks"
|
||||||
placeholder: '%level%'
|
placeholder: "15 * %level%"
|
||||||
type: Curse
|
type: curse
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- axe
|
- axe
|
||||||
@ -19,7 +19,7 @@ enchantable: true
|
|||||||
effects:
|
effects:
|
||||||
- id: cancel_event
|
- id: cancel_event
|
||||||
args:
|
args:
|
||||||
chance: 15*%level%
|
chance: "15 * %level%"
|
||||||
triggers:
|
triggers:
|
||||||
- mine_block
|
- mine_block
|
||||||
conditions: []
|
conditions: []
|
@ -1,7 +1,7 @@
|
|||||||
display-name: Curse of Misfortune
|
display-name: "Curse of Misfortune"
|
||||||
description: Chance of blocks to not drop items
|
description: "Gives a &a%placeholder%% &8chance for blocks to not drop items"
|
||||||
placeholder: '%level%'
|
placeholder: "15 * %level%"
|
||||||
type: Curse
|
type: curse
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- hoe
|
- hoe
|
||||||
@ -19,7 +19,7 @@ enchantable: true
|
|||||||
effects:
|
effects:
|
||||||
- id: cancel_event
|
- id: cancel_event
|
||||||
args:
|
args:
|
||||||
chance: 15*%level%
|
chance: "15 * %level%"
|
||||||
triggers:
|
triggers:
|
||||||
- block_item_drop
|
- block_item_drop
|
||||||
conditions: []
|
conditions: []
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
display-name: "Dexterous"
|
display-name: "Dexterous"
|
||||||
description: "&8Increases attack speed by &a%placeholder%%"
|
description: "Increases attack speed by &a%placeholder%%"
|
||||||
placeholder: '%level% * 10'
|
placeholder: "%level% * 10"
|
||||||
type: Normal
|
type: normal
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- sword
|
- sword
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
display-name: Curse of Harmlessness
|
display-name: "Curse of Harmlessness"
|
||||||
description: Chance for attacks to do nothing
|
description: "Gives a &a%placeholder%% &8chance for attacks to do nothing"
|
||||||
placeholder: '%level%'
|
placeholder: "15 * %level%"
|
||||||
type: Curse
|
type: curse
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- sword
|
- sword
|
||||||
@ -17,7 +17,7 @@ enchantable: true
|
|||||||
effects:
|
effects:
|
||||||
- id: cancel_event
|
- id: cancel_event
|
||||||
args:
|
args:
|
||||||
chance: 15*%level%
|
chance: "15 * %level%"
|
||||||
triggers:
|
triggers:
|
||||||
- melee_attack
|
- melee_attack
|
||||||
conditions: []
|
conditions: []
|
@ -1,7 +1,7 @@
|
|||||||
display-name: Curse of Hunger
|
display-name: "Curse of Hunger"
|
||||||
description: Increases hunger loss
|
description: "Increases hunger loss by &a%placeholder%%"
|
||||||
placeholder: '%level%'
|
placeholder: "50 * %level%"
|
||||||
type: Curse
|
type: curse
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
- helmet
|
- helmet
|
||||||
@ -16,5 +16,5 @@ enchantable: true
|
|||||||
effects:
|
effects:
|
||||||
- id: hunger_multiplier
|
- id: hunger_multiplier
|
||||||
args:
|
args:
|
||||||
multiplier: 1.5 * %level%
|
multiplier: "1 + 0.5 * %level%"
|
||||||
conditions: []
|
conditions: []
|
Loading…
Reference in New Issue
Block a user