Class BlowAttack
[Serializable]
public class BlowAttack : AttackSkill, IState, ISkill
- Inheritance
-
BlowAttack
- Implements
- Inherited Members
Constructors
BlowAttack(Row, long, int, int, StatType)
public BlowAttack(SkillSheet.Row skillRow, long power, int chance, int statPowerRatio, StatType referencedStatType)
Parameters
Methods
Use(CharacterBase, int, IEnumerable<Buff>, bool)
public override Skill Use(CharacterBase caster, int simulatorWaveTurn, IEnumerable<Buff> buffs, bool copyCharacter)
Parameters
caster
CharacterBasesimulatorWaveTurn
intbuffs
IEnumerable<Buff>copyCharacter
bool