24 lines
408 B
YAML
24 lines
408 B
YAML
#
|
|
# Extract EcoEnchant
|
|
#
|
|
|
|
config-version: 5.0 # Don't edit this.
|
|
|
|
name: "Extract"
|
|
description: Heals a portion of damage dealt.
|
|
enabled: true
|
|
|
|
obtaining:
|
|
table: true
|
|
villager: true
|
|
loot: true
|
|
rarity: epic
|
|
|
|
general-config:
|
|
grindstoneable: true
|
|
conflicts: []
|
|
maximum-level: 6
|
|
|
|
config:
|
|
damage-multiplier-per-level: 0.02 # Damage * Level * Multiplier is used to calculate how much health to heal
|