Table of Contents

Interface ISkill

Namespace
Nekoyume.Model.Skill
Assembly
Lib9c.dll
public interface ISkill

Properties

Chance

int Chance { get; }

Property Value

int

CustomField

SkillCustomField? CustomField { get; }

Property Value

SkillCustomField?

Power

Determines damage of AttackSkill. Determines effect of BuffSkill.

long Power { get; }

Property Value

long

ReferencedStatType

StatType ReferencedStatType { get; }

Property Value

StatType

SkillRow

SkillSheet.Row SkillRow { get; }

Property Value

SkillSheet.Row

StatPowerRatio

int StatPowerRatio { get; }

Property Value

int

Methods

IsBuff()

bool IsBuff()

Returns

bool

IsDebuff()

bool IsDebuff()

Returns

bool

Update(int, long, int)

void Update(int chance, long power, int statPowerRatio)

Parameters

chance int
power long
statPowerRatio int