Class ShieldBash
- Namespace
- AshesOfVelsingrad
- Assembly
- Ashes of Velsingrad.dll
Shield Bash – Reduces the target's DEF for 2 turns. Uses a DefDebuffer (simple flat DEF reduction via AtkBuffer pattern on Def stat).
public sealed class ShieldBash : SkillSystem
- Inheritance
-
ShieldBash
- Inherited Members
Constructors
ShieldBash()
public ShieldBash()
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.).