Table of Contents

Class EventScheduleSheet.Row

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

Properties

DungeonEndBlockIndex

public long DungeonEndBlockIndex { get; }

Property Value

long

DungeonExpSeedValue

public int DungeonExpSeedValue { get; }

Property Value

int

DungeonTicketAdditionalPrice

This value is divided by 10 and used. e.g., DecimalMath.DecimalEx.Floor(row.DungeonTicketAdditionalPrice * .1m, 2);

public int DungeonTicketAdditionalPrice { get; }

Property Value

int

DungeonTicketPrice

This value is divided by 10 and used. e.g., DecimalMath.DecimalEx.Floor(row.DungeonTicketPrice * .1m, 2);

public int DungeonTicketPrice { get; }

Property Value

int

DungeonTicketsMax

public int DungeonTicketsMax { get; }

Property Value

int

DungeonTicketsResetIntervalBlockRange

public int DungeonTicketsResetIntervalBlockRange { get; }

Property Value

int

Id

public int Id { get; }

Property Value

int

Key

public override int Key { get; }

Property Value

int

RecipeEndBlockIndex

public long RecipeEndBlockIndex { get; }

Property Value

long

StartBlockIndex

public long StartBlockIndex { get; }

Property Value

long

Methods

Set(IReadOnlyList<string>)

public override void Set(IReadOnlyList<string> fields)

Parameters

fields IReadOnlyList<string>