Table of Contents

Class StatBuffSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class StatBuffSheet.Row : SheetRow<int>
Inheritance
StatBuffSheet.Row
Inherited Members

Properties

Chance

100: 100%

public int Chance { get; }

Property Value

int

Duration

Turn count.

public int Duration { get; }

Property Value

int

GroupId

GroupId는 같은 GroupId를 공유하는 버프 중 가장 작은 값으로 함. Id가 다르더라도 GroupId가 같으면, 서로 덮어씀. 이때의 우선순위는 Id가 큰 것이 남는 것으로 구현함.

public int GroupId { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int

IsEnhanceable

public bool IsEnhanceable { get; }

Property Value

bool

Key

public override int Key { get; }

Property Value

int

MaxStack

public int MaxStack { get; }

Property Value

int

OperationType

public StatModifier.OperationType OperationType { get; }

Property Value

StatModifier.OperationType

StatType

public StatType StatType { get; }

Property Value

StatType

TargetType

public SkillTargetType TargetType { get; }

Property Value

SkillTargetType

Value

public long Value { get; }

Property Value

long

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>