mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Balancing and renaming
This commit is contained in:
parent
5db2b868a2
commit
e543d7b462
@ -68,7 +68,7 @@ display:
|
||||
descriptions:
|
||||
enabled: true # If enchantment descriptions should be shown in lore
|
||||
threshold: 5 # Above this amount, enchantment descriptions will not be shown
|
||||
word-wrap: 32 # Number of characters to have on each line
|
||||
word-wrap: 36 # Number of characters to have on each line
|
||||
format: "&8"
|
||||
|
||||
require-enchantable: true # If EcoEnchants should not display on non-enchantable items.
|
||||
|
@ -1,4 +1,4 @@
|
||||
display-name: "Strong"
|
||||
display-name: "Might"
|
||||
description: "Gives &a+%placeholder%&r %ecoskills_strength_name%"
|
||||
placeholder: "-1 + 4 * %level%"
|
||||
type: normal
|
@ -1,6 +1,9 @@
|
||||
display-name: "Neptune"
|
||||
description: "Gives &a+%placeholder%&r %ecoskills_crit_damage_name%"
|
||||
placeholder: "20 + 10 * %level%"
|
||||
description: "Gives &a+%crit_damage%&r to %ecoskills_crit_damage_name%&r but reduces %ecoskills_crit_chance_name%&r by &c%crit_chance%%"
|
||||
placeholders:
|
||||
crit_damage: "20 + 10 * %level%"
|
||||
crit_chance: "40 - 5 * %level%"
|
||||
|
||||
type: normal
|
||||
|
||||
targets:
|
||||
@ -18,6 +21,10 @@ effects:
|
||||
args:
|
||||
stat: crit_damage
|
||||
amount: "20 + 10 * %level%"
|
||||
- id: multiply_stat
|
||||
args:
|
||||
stat: crit_chance
|
||||
multiplier: "0.6 + %level% * 5"
|
||||
|
||||
conditions: [ ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user