Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/CivBE/RT/RelationshipLevels/doc

--[Field]                              [Type]
--Type                                 String
--Description                          String
--Help                                 String
--UIOrder                               Int64

local data ={

RELATIONSHIP_LEVEL_WAR={
Type="RELATIONSHIP_LEVEL_WAR";
Description=[=[War]=];
Help=[=[Effects: 
* Factions are at war.]=];
UIOrder=4;};

RELATIONSHIP_LEVEL_HOSTILE={
Type="RELATIONSHIP_LEVEL_HOSTILE";
Description=[=[Sanctioned]=];
Help=[=[Effects: 
* Trade between factions is suspended.]=];
UIOrder=3;};

RELATIONSHIP_LEVEL_NEUTRAL={
Type="RELATIONSHIP_LEVEL_NEUTRAL";
Description=[=[Neutral]=];
Help=[=[Effects: 
* New Agreements are available, and previously available Agreements are more effective. 
* Factions can trade basic yields.]=];
UIOrder=2;};

RELATIONSHIP_LEVEL_COOPERATIVE={
Type="RELATIONSHIP_LEVEL_COOPERATIVE";
Description=[=[Cooperating]=];
Help=[=[Effects: 
* New Agreements are available, and previously available Agreements are more effective. 
* Factions can trade basic yields and Strategic Resources. 
* Factions share open borders.]=];
UIOrder=1;};

RELATIONSHIP_LEVEL_ALLIED={
Type="RELATIONSHIP_LEVEL_ALLIED";
Description=[=[Allied]=];
Help=[=[Effects: 
* New Agreements are available, and previously available Agreements are more effective. 
* Trade between factions is more effective. 
* If one faction goes to war, the other will automatically go to war.]=];};

}
return data
Advertisement