Class ExecutionBlade
- Namespace
- AshesOfVelsingrad
- Assembly
- Ashes of Velsingrad.dll
Execution Blade – Deals 200% ATK to a target below 30% HP. No bonus if the target is above the threshold.
public sealed class ExecutionBlade : SkillSystem
- Inheritance
-
ExecutionBlade
- Inherited Members
Constructors
ExecutionBlade()
public ExecutionBlade()
Methods
Use(UnitSystem, List<UnitSystem>, MapSystem?)
Executes the skill logic when cast.
public override void Use(UnitSystem caster, List<UnitSystem> targets, MapSystem? map)
Parameters
casterUnitSystemtargetsList<UnitSystem>mapMapSystem
Remarks
This method must be implemented in derived classes to define the actual effect of the skill (damage, healing, etc.).