Table of Contents

Class CriticalStrike

Namespace
AshesOfVelsingrad
Assembly
Ashes of Velsingrad.dll

Critical Strike – Deals 200% ATK to a single enemy. 3-turn cooldown.

public sealed class CriticalStrike : SkillSystem
Inheritance
CriticalStrike
Inherited Members

Constructors

CriticalStrike()

public CriticalStrike()

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