Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/Civ5/Base/Votes/doc

--[Field]                              [Type]
--Type                                 String
--Description                          String
--PopulationThreshold                   Int64
--MinVoters                             Int64
--CityVoting                          Boolean
--CivVoting                           Boolean
--SecretaryGeneral                    Boolean
--Victory                             Boolean
--FreeTrade                           Boolean
--NoNukes                             Boolean
--DefensivePact                       Boolean
--OpenBorders                         Boolean
--ForcePeace                          Boolean
--ForceNoTrade                        Boolean
--ForceWar                            Boolean
--AssignCity                          Boolean

local data ={

VOTE_SECRETARY_GENERAL={
Description="TXT_KEY_VOTE_SECRETARY_GENERAL";
PopulationThreshold=40;
MinVoters=3;
SecretaryGeneral=true;};

}
return data
Advertisement