Class CultureConfig
Values related to the culture system, set via mods.
Inheritance
System.Object
CultureConfig
Namespace: Eco.Gameplay.Culture
Assembly: Eco.Gameplay.dll
Syntax
public static class CultureConfig : Object
Fields
CultureValueCalculation
Accepts a placed world object, the settlement it's displayed in, and a usertexture, and calculates the culture value.
Declaration
public static Func<CultureConfig.CultureInputs, ValResult<float>> CultureValueCalculation
Field Value
Type | Description |
---|---|
System.Func<CultureConfig.CultureInputs, ValResult<System.Single>> |
SameSettlementReputationMutliplier
The ArtworCalculation function by default uses this value to reduce domestic reputation.
Declaration
public static float SameSettlementReputationMutliplier
Field Value
Type | Description |
---|---|
System.Single |