Class BuffSheet.Row
[Serializable]
public class BuffSheet.Row : SheetRow<int>
- Inheritance
-
BuffSheet.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
IconResource
public string IconResource { get; }
Property Value
Id
public int Id { get; }
Property Value
Key
public override int Key { get; }
Property Value
StatModifier
public StatModifier StatModifier { get; }
Property Value
TargetType
public SkillTargetType TargetType { get; }
Property Value
Methods
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>