Class StatBuffSheet.Row
[Serializable]
public class StatBuffSheet.Row : SheetRow<int>
- Inheritance
-
StatBuffSheet.Row
- Inherited Members
Properties
Chance
100: 100%
public int Chance { get; }
Property Value
Duration
Turn count.
public int Duration { get; }
Property Value
GroupId
GroupId는 같은 GroupId를 공유하는 버프 중 가장 작은 값으로 함. Id가 다르더라도 GroupId가 같으면, 서로 덮어씀. 이때의 우선순위는 Id가 큰 것이 남는 것으로 구현함.
public int GroupId { get; }
Property Value
Id
public int Id { get; }
Property Value
IsEnhanceable
public bool IsEnhanceable { get; }
Property Value
Key
public override int Key { get; }
Property Value
MaxStack
public int MaxStack { get; }
Property Value
OperationType
public StatModifier.OperationType OperationType { get; }
Property Value
StatType
public StatType StatType { get; }
Property Value
TargetType
public SkillTargetType TargetType { get; }
Property Value
Value
public long Value { get; }
Property Value
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>