Skip to content

Resource Transfer

Entity Action Type.

Transfers a value from a "provider" resource into a resource.

Type ID: apugli:resource_transfer

Fields

Field Type Default Description
resource Identifier The namespace and ID of the power that uses the Resource (Power Type) or has a built-in cooldown to transfer the value from provider into.
provider Identifier The namespace and ID of the power that uses the Resource (Power Type) or has a built-in cooldown to use for the value transfer.

Example

"entity_action": {
    "type": "apugli:resource_transfer",
    "resource": "test:inactive_resource",
    "provider": "test:active_resource"
}
This action transfers the value from test:active_resource to test:inactive_resource