mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-05-07 23:25:44 +02:00
0.9 template config
This commit is contained in:
parent
879bba43f0
commit
64f457d60a
18 changed files with 2659 additions and 849 deletions
21
Configs/Civics.eco.template
Normal file
21
Configs/Civics.eco.template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue