Описание
## Life Leech Enchantment
This mod introduces Life Leech enchantment, to gain HP from your foes.
#### Configuration
`config/lifeleech-common.toml`
```
[General]
#Base value to calculate leeched HP from
#Allowed Values: DEALT_DAMAGE, PLAYER_MAX_HP, TARGET_MAX_HP
Base = "DEALT_DAMAGE"
#Multiplier to calculate leeched HP (=Base(%)*level*Multiplier)
Multiplier = 20
```
There's also `data/lifeleech/tags/entity_types/blacklisted.json`, entities defined here won't be leeched.
#### Dependencies
Fabric version requires [Forge Config API Port](https://modrinth.com/mod/forge-config-api-port).