Send Condition (Bi-Entity Condition Type)

Asks an apoli:receive_condition power on the actor for the answer.

Asks an apoli:receive_condition power on the actor, passing both entities through so the receiver can answer with its bientity_condition.

Type ID: apoli:send_condition (also shappoli:send_condition)

Fields

FieldTypeDefaultDescription
receiverIdentifierrequiredThe id of a power on the same entity. Nothing happens if the entity does not have it, if it is suppressed, if its own condition fails, or if it is not the right receiving type.

Example

{
  "type": "apoli:receive_condition",
  "bientity_condition": {
    "type": "apoli:target_condition",
    "condition": { "type": "apoli:command", "command": "team list", "comparison": ">", "compare_to": 0 }
  }
}
{
  "type": "apoli:entity_glow",
  "bientity_condition": {
    "type": "apoli:send_condition",
    "receiver": "mypack:counts_as_ally"
  }
}