Interface ISkill
public interface ISkill
Properties
Chance
int Chance { get; }
Property Value
CustomField
SkillCustomField? CustomField { get; }
Property Value
Power
Determines damage of AttackSkill
.
Determines effect of BuffSkill
.
long Power { get; }
Property Value
ReferencedStatType
StatType ReferencedStatType { get; }
Property Value
SkillRow
SkillSheet.Row SkillRow { get; }
Property Value
StatPowerRatio
int StatPowerRatio { get; }
Property Value
Methods
IsBuff()
bool IsBuff()
Returns
IsDebuff()
bool IsDebuff()
Returns
Update(int, long, int)
void Update(int chance, long power, int statPowerRatio)