Table of Contents

Class EnemyBurningSlash

Namespace
AshesOfVelsingrad
Assembly
Ashes of Velsingrad.dll

Enemy Swordsman's special: a burning slash with fire damage-over-time.

public sealed class EnemyBurningSlash : SkillSystem
Inheritance
EnemyBurningSlash
Inherited Members

Constructors

EnemyBurningSlash()

public EnemyBurningSlash()

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.).