Adjustable Level Entity
This condition will check involved entities for their level. This works only for Entities which implements the IAdjustableLevel
interface (Basic Vampire and Hunters for example).
This will match if the specified entity parameter has the exact level
{
"condition": "vampirism:adjustable_level",
"predicate": {
"level": "<level>",
"entity": "<entity target>"
}
}
level
The exact level of the entityentity
The type of entity target. Can bethis
,killer
,direct_killer
orkiller_player
from the vanilla types.