Table of Contents

Class BuffSheet.Row

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class BuffSheet.Row : SheetRow<int>
Inheritance
BuffSheet.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

IconResource

public string IconResource { get; }

Property Value

string

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

StatModifier

public StatModifier StatModifier { get; }

Property Value

StatModifier

TargetType

public SkillTargetType TargetType { get; }

Property Value

SkillTargetType

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>