Class PhantomStrike
- Namespace
- AshesOfVelsingrad
- Assembly
- Ashes of Velsingrad.dll
Phantom Strike – Ranged sword slash that ignores DEF partially. Deals 120% ATK at range 2 with a DEF penetration flavour (implemented as raw damage).
public sealed class PhantomStrike : SkillSystem
- Inheritance
-
PhantomStrike
- Inherited Members
Constructors
PhantomStrike()
public PhantomStrike()
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.).