Types/CapsuleAction
Jump to navigation
Jump to search
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.