Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/Civ5/BNW/LeagueSpecialSessions/doc

--[Field]                              [Type]
--Type                                 String
--Description                          String
--Help                                 String
--SessionSplashImage                   String
--EraTrigger                           String
--ImmediateProposal                    String
--RecurringProposal                    String
--TurnsBetweenSessions                  Int64
--CivDelegates                          Int64
--HostDelegates                         Int64
--CityStateDelegates                    Int64
--UnitedNations                       Boolean

local data ={

LEAGUE_SPECIAL_SESSION_START_WORLD_CONGRESS={
Description=[=[World Congress Founded]=];
Help=[=[Leaders from around the world come together in the World Congress to begin discussing international affairs.  Their first order of business is to determine who will host the Congress.]=];
SessionSplashImage="WorldCongress.dds";
EraTrigger="ERA_RENAISSANCE";
ImmediateProposal="RESOLUTION_CHANGE_LEAGUE_HOST";
TurnsBetweenSessions=30;
CivDelegates=1;
HostDelegates=1;};

LEAGUE_SPECIAL_SESSION_WELCOME_CITY_STATES={
Description=[=[World Congress Welcomes City-States]=];
Help=[=[City-States find their place on the world stage and formally enter international diplomacy.  Civilizations now receive additional delegates from having City-State allies.  Amidst this change, the World Congress calls a special session to determine the next host of the Congress.]=];
SessionSplashImage="WorldCongress.dds";
EraTrigger="ERA_INDUSTRIAL";
ImmediateProposal="RESOLUTION_CHANGE_LEAGUE_HOST";
TurnsBetweenSessions=25;
CivDelegates=2;
HostDelegates=1;
CityStateDelegates=1;};

LEAGUE_SPECIAL_SESSION_LEADERSHIP_COUNCIL={
Description=[=[World Congress Expands Infrastructure]=];
Help=[=[The voices of nations large and small fight to be heard and international affairs become more complex.  A special session is called to choose the next host to lead the Congress forward.]=];
SessionSplashImage="WorldCongress.dds";
EraTrigger="ERA_MODERN";
ImmediateProposal="RESOLUTION_CHANGE_LEAGUE_HOST";
TurnsBetweenSessions=20;
CivDelegates=3;
HostDelegates=2;
CityStateDelegates=1;};

LEAGUE_SPECIAL_SESSION_START_UNITED_NATIONS={
Description=[=[World Congress Becomes United Nations]=];
Help=[=[The fledgling idea of a permanent peace takes root in the World Congress, which is reborn as the United Nations.  A special session to is called to choose the host of this powerful new diplomatic force.  The United Nations will continue to decide matters as before, but regular sessions will alternate with sessions attempting to choose a World Leader, making Diplomatic Victory possible.]=];
SessionSplashImage="WonderConceptUN.dds";
EraTrigger="ERA_POSTMODERN";
ImmediateProposal="RESOLUTION_CHANGE_LEAGUE_HOST";
RecurringProposal="RESOLUTION_DIPLOMATIC_VICTORY";
TurnsBetweenSessions=10;
CivDelegates=4;
HostDelegates=2;
CityStateDelegates=2;
UnitedNations=true;};

}
return data
Advertisement