Enitity provider

Provides entities for item effects

Entity provider

Provides an entity from the item effect context based on the given key.

Format:
typetetra:context
entitystring

The key used for the entity in the item effect context.

Example:
{
  "type": "tetra:context",
  "entity": "target"
}

Context entity provider shorthand

Shorthand value for the context entity provider, takes a string instead of typed object.

Format:
string
Example values:
target
breaker

Shorthand value for the context entity provider, takes a string instead of typed object.

Examples:
"target"
"breaker"