Class DinnerPartyConfig
Inheritance
System.Object
DinnerPartyConfig
Assembly: Eco.Gameplay.dll
Syntax
public class DinnerPartyConfig : Object
Constructors
DinnerPartyConfig()
Declaration
public DinnerPartyConfig()
Properties
DinnerPartyCultureToFoodValue
Declaration
[PropertyExplanation]
public LimitMapper.Config DinnerPartyCultureToFoodValue { get; set; }
Property Value
DinnerPartyDaysToMultiplier
Declaration
public Func<float, float> DinnerPartyDaysToMultiplier { get; }
Property Value
| Type |
Description |
| System.Func<System.Single, System.Single> |
|
DinnerPartyMaxDays
Declaration
[PropertyExplanation]
public float DinnerPartyMaxDays { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
DinnerPartyMinutesDuration
Declaration
[PropertyExplanation]
public float DinnerPartyMinutesDuration { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
FreshnessTimeMinutesPreparedFood
Declaration
[PropertyExplanation]
public float FreshnessTimeMinutesPreparedFood { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
FreshnessTimeMinutesRawFood
Declaration
[PropertyExplanation]
public float FreshnessTimeMinutesRawFood { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
MaxCoursesPerPlayer
Declaration
[PropertyExplanation]
public int MaxCoursesPerPlayer { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MaxDinnerPartiesPerDayCountedForBonus
Declaration
[PropertyExplanation]
public int MaxDinnerPartiesPerDayCountedForBonus { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
MultiplierForTastiness
Declaration
[PropertyExplanation]
public float[] MultiplierForTastiness { get; set; }
Property Value
| Type |
Description |
| System.Single[] |
|
NutritionToCulturePointsMultiplier
Declaration
[PropertyExplanation]
public float NutritionToCulturePointsMultiplier { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
SettlementCountMultiplier
Declaration
[PropertyExplanation]
public float[] SettlementCountMultiplier { get; set; }
Property Value
| Type |
Description |
| System.Single[] |
|
Extension Methods