Table of Contents

Class BladeDance

Namespace
AshesOfVelsingrad
Assembly
Ashes of Velsingrad.dll

Blade Dance – Attacks up to 3 adjacent enemies in sequence.

public sealed class BladeDance : SkillSystem
Inheritance
BladeDance
Inherited Members

Constructors

BladeDance()

public BladeDance()

Methods

Use(UnitSystem, List<UnitSystem>, MapSystem?)

Executes the skill logic when cast.

public override void Use(UnitSystem caster, List<UnitSystem> targets, MapSystem? map)

Parameters

caster UnitSystem
targets List<UnitSystem>
map MapSystem

Remarks

This method must be implemented in derived classes to define the actual effect of the skill (damage, healing, etc.).