Commands

All commands executed by the Combat plugin through Spark.Network.ExecuteCommand().

Ability Commands

Command
Properties
Description

ExecuteAbilityCommand

casterId, actionId, targetPosition, targetObjectId

Execute an ability

Combo Commands

Command
Properties
Description

StartComboCommand

casterId, comboId, targetPosition

Begin a combo chain

ContinueComboCommand

casterId, comboId, nextStep, targetPosition

Continue to next combo step

CancelComboCommand

casterId, comboId

Cancel an active combo

Stat Commands

Command
Properties
Description

ModifyStatCommand

Target, StatModifier

Apply a stat modifier

RemoveModifierCommand

Target, ModifierId

Remove a stat modifier

Item Stat Commands

Command
Properties
Description

ApplyItemStatsCommand

Target, Item, ItemInstance, Source

Apply item stat modifiers to entity

RemoveItemStatsCommand

Target, Item, ItemInstance, Source

Remove item stat modifiers from entity

See Command System for full details on creating and executing commands.

Last updated

Was this helpful?