Table of Contents

Class PoisonBlade

Namespace
AshesOfVelsingrad
Assembly
Ashes of Velsingrad.dll

Poison Blade – Deals light damage and applies BurningEffect as a stand-in for Poison (to be replaced with PoisonEffect once implemented).

public sealed class PoisonBlade : SkillSystem
Inheritance
PoisonBlade
Inherited Members

Constructors

PoisonBlade()

public PoisonBlade()

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