0.9 template config

This commit is contained in:
Hactarus 2020-09-09 11:57:37 +00:00
parent 879bba43f0
commit 64f457d60a
18 changed files with 2659 additions and 849 deletions

View file

@ -0,0 +1,21 @@
{
"AllowOverthrow": true,
"ValueAdditionToOverthrow": 50.0,
"DayRangeForActiveDemographic": 2.0,
"HoursPlayedToBeActiveDemographic": 2.0,
"DayRangeForAbandonedDemographic": 7.0,
"HoursPlayedToBeAbandonedDemographic": 0.0,
"MinutesBetweenCivicsUpdates": 5.0,
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
"WageFrequencyMinutes": 360.0,
"AllowLawsToPreventLoginOrPlay": false,
"BasicElectionSettings": {
"MaximumElectionHours": 24.0,
"MinimumElectionHours": 2.0,
"MinimumPercentOfEligibleVotersRequired": 10.0,
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
"MinimumDaysBetweenElectionsOfThisType": 0.0,
"MajorityRequiredForInstantWin": 90.0,
"AnonymousVoting": false
}
}