Table of Contents

Class ApplyRegionBuffAction

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

ECA action that applies a buff to a character in a region. Server-only (gameplay state); suppressed during prediction reconciliation.

[Serializable]
public class ApplyRegionBuffAction : BaseAction, IAction
Inheritance
ApplyRegionBuffAction
Implements
Inherited Members

Fields

Buff

The buff template to apply.

[Tooltip("The buff template to apply to the character.")]
public BaseBuffTemplate Buff

Field Value

BaseBuffTemplate

Methods

Execute(ICharacter, EventData)

Executes the action. Must be implemented by derived classes.

public override void Execute(ICharacter initiator, EventData eventData)

Parameters

initiator ICharacter

The character initiating the action.

eventData EventData

Event data for the action.