Types/CapsuleAction: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 9: | Line 9: | ||
* If this is <code>"use-on-self"</code>, this table is loaded as a [[Types/UseOnSelfCapsuleAction]], | * If this is <code>"use-on-self"</code>, this table is loaded as a [[Types/UseOnSelfCapsuleAction]], | ||
* If this is <code>"artillery-remote"</code>, this table is loaded as a [[Types/ArtilleryRemoteCapsuleAction]], | * If this is <code>"artillery-remote"</code>, this table is loaded as a [[Types/ArtilleryRemoteCapsuleAction]], | ||
* If this is <code>"destroy-cliffs"</code>, this table is loaded as a [[Types/DestroyCliffsCapsuleAction]] | * If this is <code>"destroy-cliffs"</code>, this table is loaded as a [[Types/DestroyCliffsCapsuleAction]]. | ||
{{Prototype property type usage|{{FULLPAGENAME}}}} |
Revision as of 17:14, 8 August 2019
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.