Origins: Powerful Powers
» Entity actions » Hidden from tablist

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.

FieldTypeDefaultDescription
viewer_conditionBi-entity conditionnoneWhose tab list the holder is left out of. The actor is the viewer and the target is the holder. Left out: every other player.
conditionEntity conditionnoneHidden only while this is true.

Example: players with the mypack:hunter origin can't find the holder in their tab list.

json
{
  "type": "origins-powerful-powers:hidden_from_tablist",
  "viewer_condition": {
    "type": "origins:actor_condition",
    "condition": {
      "type": "origins:origin",
      "origin": "mypack:hunter"
    }
  }
}