Hidden from tablist
origins-powerful-powers:hidden_from_tablistpower type
Leaves the holder out of chosen viewers' tab list while the power is active. See Tab list hiding.
| Field | Type | Default | Description |
|---|---|---|---|
viewer_condition | Bi-entity condition | none | Whose tab list the holder is left out of. The actor is the viewer and the target is the holder. Left out: every other player. |
condition | Entity condition | none | Hidden only while this is true. |
Example: players with the mypack:hunter origin can't find the holder in their tab list.
{
"type": "origins-powerful-powers:hidden_from_tablist",
"viewer_condition": {
"type": "origins:actor_condition",
"condition": {
"type": "origins:origin",
"origin": "mypack:hunter"
}
}
}