Table of Contents

Class StatBuff

Namespace
Nekoyume.Model.Buff
Assembly
Lib9c.dll
[Serializable]
public class StatBuff : Buff, ICloneable
Inheritance
StatBuff
Implements
Inherited Members

Constructors

StatBuff(StatBuff)

protected StatBuff(StatBuff value)

Parameters

value StatBuff

StatBuff(SkillCustomField, Row)

public StatBuff(SkillCustomField customField, StatBuffSheet.Row row)

Parameters

customField SkillCustomField
row StatBuffSheet.Row

StatBuff(Row)

public StatBuff(StatBuffSheet.Row row)

Parameters

row StatBuffSheet.Row

Properties

CustomField

public SkillCustomField? CustomField { get; }

Property Value

SkillCustomField?

RowData

public StatBuffSheet.Row RowData { get; }

Property Value

StatBuffSheet.Row

Stack

public int Stack { get; }

Property Value

int

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override object Clone()

Returns

object

A new object that is a copy of this instance.

GetModifier()

public StatModifier GetModifier()

Returns

StatModifier

IsBuff()

public override bool IsBuff()

Returns

bool

IsDebuff()

public override bool IsDebuff()

Returns

bool

SetStack(int)

public void SetStack(int stack)

Parameters

stack int