Table of Contents

Class StageRewardExpHelper

Namespace
Nekoyume.Battle
Assembly
Lib9c.dll
public static class StageRewardExpHelper
Inheritance
StageRewardExpHelper
Inherited Members

Fields

CachedExp

key: differ (stage number - character level) value: exp

public static readonly IReadOnlyDictionary<int, int> CachedExp

Field Value

IReadOnlyDictionary<int, int>

DifferLowerLimit

public const int DifferLowerLimit = -15

Field Value

int

DifferUpperLimit

public const int DifferUpperLimit = 10

Field Value

int

RewardExpMax

public const int RewardExpMax = 300

Field Value

int

RewardExpMin

public const int RewardExpMin = 0

Field Value

int

Methods

GetExp(int, int)

public static int GetExp(int characterLevel, int stageNumber)

Parameters

characterLevel int
stageNumber int

Returns

int