Show / Hide Table of Contents

Class BalanceConfig

Inheritance
System.Object
BalanceConfig
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public class BalanceConfig : Singleton<BalanceConfig>, IController, IViewController, IHasUniversalID

Constructors

BalanceConfig()

Declaration
public BalanceConfig()

Properties

CalorieMultiplierOnMove

Declaration
public int CalorieMultiplierOnMove { get; set; }
Property Value
Type Description
System.Int32

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

CraftingQueueQuantity

Declaration
public int CraftingQueueQuantity { get; set; }
Property Value
Type Description
System.Int32

ExperienceGrowthPercentage

Declaration
public float ExperienceGrowthPercentage { get; set; }
Property Value
Type Description
System.Single

ExperienceIncreaseAdditive

Declaration
public int ExperienceIncreaseAdditive { get; set; }
Property Value
Type Description
System.Int32

MaintenanceDecayMultiplier

Declaration
public int MaintenanceDecayMultiplier { get; set; }
Property Value
Type Description
System.Int32

MaintenanceDecayPercentage

Declaration
public int MaintenanceDecayPercentage { get; set; }
Property Value
Type Description
System.Int32

RetroactiveExperienceRate

Declaration
public int RetroactiveExperienceRate { get; set; }
Property Value
Type Description
System.Int32

ShowOilLayer

Declaration
public bool ShowOilLayer { get; set; }
Property Value
Type Description
System.Boolean

SkillGainMultiplier

Declaration
public float SkillGainMultiplier { get; set; }
Property Value
Type Description
System.Single

SpecialtyExperiencePerLevelSquared

Declaration
public float SpecialtyExperiencePerLevelSquared { get; set; }
Property Value
Type Description
System.Single

StarsRequiredPerStage

Declaration
public int StarsRequiredPerStage { get; set; }
Property Value
Type Description
System.Int32

ToolRepairPenalty

Declaration
public float ToolRepairPenalty { get; set; }
Property Value
Type Description
System.Single

VehicleMaintenanceDecayPercentage

Declaration
public int VehicleMaintenanceDecayPercentage { get; set; }
Property Value
Type Description
System.Int32

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾