Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
insert into ModifierArguments (ModifierId, Name, Value)
values ('THEODORA_CULTURE_HOLY_SITE_1', 'YieldTypeToMirror', 'DISTRICT_IS_HOLYIELD_FAITHY_SITE')
"YieldTypeToMirror" should be "YIELD_FAITH" in all nine copies.
Sadly, it doesn't fix the issue. I don't have enough brains to figure it out. Maybe this "yield morror copies" approach doesn't work, idk...
from:
--Tlachtli
UPDATE Building_YieldChanges
SET YieldChange = 20
WHERE BuildingType='BUILDING_TLACHTLI';
to:
--Tlachtli
UPDATE Building_YieldChanges
SET YieldChange = YieldChange * 10
WHERE BuildingType='BUILDING_TLACHTLI';
Tlatchli gives 2 yields with different values, therefore 20 faith and 10 culture:
<Building_YieldChanges>
<Row BuildingType="BUILDING_TLACHTLI" YieldType="YIELD_FAITH" YieldChange="2"/>
<Row BuildingType="BUILDING_TLACHTLI" YieldType="YIELD_CULTURE" YieldChange="1"/>
</Building_YieldChanges>