Balancing and renaming

This commit is contained in:
Auxilor 2022-10-04 14:48:15 +01:00
parent 5db2b868a2
commit e543d7b462
3 changed files with 11 additions and 4 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
display-name: "Strong"
display-name: "Might"
description: "Gives &a+%placeholder%&r %ecoskills_strength_name%"
placeholder: "-1 + 4 * %level%"
type: normal

View File

@ -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: [ ]