Civilization Wiki
(Initial update of Rising Tides data)
 
m (maybe this fixes the problem)
Tag: sourceedit
 
Line 51: Line 51:
 
YIELD_CAPITAL={
 
YIELD_CAPITAL={
 
Type="YIELD_CAPITAL";
 
Type="YIELD_CAPITAL";
Description=[=[Capital]=];
+
Description=[=[DiplomaticCapital]=];
 
IconString="[ICON_DIPLO_CAPITAL]";
 
IconString="[ICON_DIPLO_CAPITAL]";
 
AIWeightPercent=80;};
 
AIWeightPercent=80;};

Latest revision as of 03:56, 26 October 2016

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

--[Field]                              [Type]
--Type                                 String
--Description                          String
--IconString                           String
--RewardText                           String
--CityChange                            Int64
--AIWeightPercent                       Int64

local data ={

YIELD_FOOD={
Type="YIELD_FOOD";
Description=[=[Food]=];
IconString="[ICON_FOOD]";
RewardText=[=[Food in {1_cityName}]=];
CityChange=2;
AIWeightPercent=100;};

YIELD_PRODUCTION={
Type="YIELD_PRODUCTION";
Description=[=[Production]=];
IconString="[ICON_PRODUCTION]";
RewardText=[=[Production in {1_cityName}]=];
CityChange=1;
AIWeightPercent=110;};

YIELD_ENERGY={
Type="YIELD_ENERGY";
Description=[=[Energy]=];
IconString="[ICON_ENERGY]";
AIWeightPercent=80;};

YIELD_SCIENCE={
Type="YIELD_SCIENCE";
Description=[=[Science]=];
IconString="[ICON_RESEARCH]";
AIWeightPercent=80;};

YIELD_CULTURE={
Type="YIELD_CULTURE";
Description=[=[Culture]=];
IconString="[ICON_CULTURE]";
AIWeightPercent=80;};

YIELD_FAITH={
Type="YIELD_FAITH";
Description=[=[Faith]=];
IconString="[ICON_PEACE]";
AIWeightPercent=80;};

YIELD_CAPITAL={
Type="YIELD_CAPITAL";
Description=[=[DiplomaticCapital]=];
IconString="[ICON_DIPLO_CAPITAL]";
AIWeightPercent=80;};

}
return data