mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Added metabolism
This commit is contained in:
parent
7c3e8595ec
commit
db6aa4351a
@ -0,0 +1,21 @@
|
||||
display-name: "Metabolism"
|
||||
description: "Increases the hunger gained by eating food by &a%placeholder%%"
|
||||
placeholder: "%level% * 12.5"
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
- chestplate
|
||||
conflicts: [ ]
|
||||
rarity: legendary
|
||||
max-level: 2
|
||||
|
||||
tradeable: true
|
||||
discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: food_multiplier
|
||||
args:
|
||||
multiplier: "1 * %level% * 0.125"
|
||||
|
||||
conditions: [ ]
|
Loading…
Reference in New Issue
Block a user