Class BloodDrain
- Namespace
- AshesOfVelsingrad
- Assembly
- Ashes of Velsingrad.dll
Blood Drain – Drains life from the target: deals ATK damage and heals caster for 30%.
public sealed class BloodDrain : SkillSystem
- Inheritance
-
BloodDrain
- Inherited Members
Constructors
BloodDrain()
public BloodDrain()
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.).