Types/CapsuleAction
Revision as of 15:03, 11 March 2019 by Bilka (talk | contribs) (Created page with "A types/table. The table is loaded as a specific capsule action, depending on the value of the <code>type</code> key. == type == '''Type''': Types/string Mandatory m...")
A types/table. The table is loaded as a specific capsule action, depending on the value of the type
key.
type
Type: Types/string
Mandatory member. Either "throw", "equipment-remote", "use-on-self", "artillery-remote" or "destroy-cliffs".
- If this is
"throw"
, this table is loaded as a Types/ThrowCapsuleAction, - If this is
"equipment-remote"
, this table is loaded as a Types/ActivateEquipmentCapsuleAction, - If this is
"use-on-self"
, this table is loaded as a Types/UseOnSelfCapsuleAction, - If this is
"artillery-remote"
, this table is loaded as a Types/ArtilleryRemoteCapsuleAction, - If this is
"destroy-cliffs"
, this table is loaded as a Types/DestroyCliffsCapsuleAction,