Class BalanceConfig
Inheritance
System.Object
BalanceConfig
Assembly: Eco.Gameplay.dll
Syntax
public class BalanceConfig : Singleton<BalanceConfig>, IController, IViewController, IHasUniversalID
Constructors
BalanceConfig()
Declaration
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 |
|
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 |
|
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
Extension Methods