Class GameMod_Limbo
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Mirror.NetworkBehaviour
GameMod_Limbo
Assembly: Dew.Core.dll
Syntax
public class GameMod_Limbo : GameModifierBase, ILogicUpdate, ICleanup, ICustomDestroyRoutine, IExcludeFromPool
Fields
atkMovSpdPerDepth
Declaration
public float atkMovSpdPerDepth
Field Value
atkMovSpdPerDepthMax
Declaration
public float atkMovSpdPerDepthMax
Field Value
d1HuntSpeedAmp
Declaration
public float d1HuntSpeedAmp
Field Value
d1SkillHaste
Declaration
public float d1SkillHaste
Field Value
d2Armor
Declaration
Field Value
d2DamageAmp
Declaration
Field Value
d3ExpReduction
Declaration
public float d3ExpReduction
Field Value
d3GoldPriceAmp
Declaration
public float d3GoldPriceAmp
Field Value
d3ShieldReduction
Declaration
public float d3ShieldReduction
Field Value
d4ElementalDurationAmp
Declaration
public float d4ElementalDurationAmp
Field Value
d4MirageSkinChance
Declaration
public float d4MirageSkinChance
Field Value
d5BossAtkSpd
Declaration
public float d5BossAtkSpd
Field Value
d5BossMovSpd
Declaration
public float d5BossMovSpd
Field Value
depth
Declaration
[SaveVar(SaveVarFlags.Default)]
[NonSerialized]
public int depth
Field Value
Methods
ActiveLogicUpdate(float)
Declaration
protected override void ActiveLogicUpdate(float dt)
Parameters
| Type |
Name |
Description |
| float |
dt |
|
Overrides
GetCurrentUnlockedEvilLucidDreams()
Declaration
public static int GetCurrentUnlockedEvilLucidDreams()
Returns
GetDepthLocalized(int)
Declaration
public static string GetDepthLocalized(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
Returns
GetInsufficientRequirementMessage()
Declaration
public static string GetInsufficientRequirementMessage()
Returns
GetMaxDepths()
Declaration
public static int GetMaxDepths()
Returns
GetRequiredUnlockedEvilLucidDreams()
Declaration
public static int GetRequiredUnlockedEvilLucidDreams()
Returns
IsLimboUnlocked()
Declaration
public static bool IsLimboUnlocked()
Returns
Lobby_GetDepth()
Declaration
public static int Lobby_GetDepth()
Returns
Lobby_GetDepth(LobbyInstance)
Declaration
public static int Lobby_GetDepth(LobbyInstance lobby)
Parameters
Returns
Lobby_GetLimboDepthState(int)
Declaration
public static LimboDepthState Lobby_GetLimboDepthState(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
Returns
Lobby_GetLimboDepthUnavailableReason(int)
Declaration
public static string Lobby_GetLimboDepthUnavailableReason(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
Returns
Lobby_SetDepth(int)
Declaration
public static void Lobby_SetDepth(int depth)
Parameters
| Type |
Name |
Description |
| int |
depth |
|
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroyActor()
Declaration
protected override void OnDestroyActor()
Overrides
OnPrepare()
Declaration
protected override void OnPrepare()
Overrides
OnStartClientLobby()
Declaration
public override void OnStartClientLobby()
Overrides
OnStartServerLobby()
Declaration
public override void OnStartServerLobby()
Overrides
Implements
Extension Methods