Entity Group
Defines the entity group of the player, mostly used for determining enchantment bonus damage towards the player. A player should only have one of these powers.
Type ID: origins:entity_group
Fields
| Field | Type | Default | Description |
|---|---|---|---|
group |
String | The group to associate with the player. One of default, undead, arthropod, illager, or aquatic. See here for more information about the entity groups |
Example
{
"type": "origins:entity_group",
"group": "arthropod"
}
This power marks the player as an arthropod, meaning they will take more damage from Bane of Arthropods.