update templates

This commit is contained in:
Hactarus 2022-12-21 21:39:18 +00:00
parent 7d224ef2af
commit e3c4d52747
12 changed files with 774 additions and 593 deletions

View file

@ -2,13 +2,14 @@
"AllowOverthrow": true,
"ValueAdditionToOverthrow": 50.0,
"DayRangeForActiveDemographic": 1.5,
"PercentOfDaysToBeActiveForLongTermDemographic": 0.5,
"HoursPlayedToBeActiveDemographic": 0.5,
"DayRangeForAbandonedDemographic": 7.0,
"HoursPlayedToBeAbandonedDemographic": 0.0,
"CitizenAgeForAbandonedDemographic": 24.0,
"MinutesBetweenCivicsUpdates": 5.0,
"AllowInvalidCivicContainerTimeInMinutes": 20.0,
"RecurringTransferFrequency": 30.0,
"RecurringTransferFrequencyInMinutes": 30.0,
"AllowLawsToPreventLoginOrPlay": false,
"BasicElectionSettings": {
"MaximumElectionHours": 24.0,
@ -17,6 +18,8 @@
"EndElectionEarlyWhenThisPercentHaveVoted": 95.0,
"PercentOfAllVotersToInstantWin": 51.0,
"PercentOfAllVotersToInstantLose": 51.0,
"AnonymousVoting": false
"AnonymousVoting": false,
"TwitchVoteWeight": 0.1,
"MaxPercentTwitchVotes": 0.5
}
}