This works:
<Language_en_US>
<Delete Tag="TXT_KEY_BUILDING_GRANARY_HELP" />
<Row Tag="TXT_KEY_BUILDING_GRANARY_HELP">
<Text>
Each source of [ICON_RES_WHEAT] Wheat, [ICON_RES_BANANA] Bananas, [ICON_RES_DEER] Deer worked by this City produce +1 [ICON_FOOD] Food.
[NEWLINE]
[NEWLINE]Allows [ICON_FOOD] Food to be moved from this city along trade routes inside your civilization.
[NEWLINE]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Tradition[ENDCOLOR]: +100% [ICON_PRODUCTION] construction.
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Agriculture[ENDCOLOR]: +1 [ICON_FOOD]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Fruits of Labor[ENDCOLOR]: 10% [ICON_FOOD] carried over after a new [ICON_CITIZEN].
</Text>
</Row>
</Language_en_US>
This doesn't work:
<Language_en_US>
<Delete Tag="TXT_KEY_BUILDING_HOSPITAL_HELP" />
<Row Tag="TXT_KEY_BUILDING_HOSPITAL_HELP">
<Text>
The Hospital is an Industrial-era building. It's useful when you want to create a large city, fast.
[NEWLINE]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Agriculture[ENDCOLOR]: +1 [ICON_FOOD] food
</Text>
</Row>
</Language_en_US>
I can't find the file where it's in. Search for "hospital" gives no hit, tried all "jon" files I could find. Can't find any "text" table in the database through SQLiteSpy.
<Language_en_US>
<Delete Tag="TXT_KEY_BUILDING_GRANARY_HELP" />
<Row Tag="TXT_KEY_BUILDING_GRANARY_HELP">
<Text>
Each source of [ICON_RES_WHEAT] Wheat, [ICON_RES_BANANA] Bananas, [ICON_RES_DEER] Deer worked by this City produce +1 [ICON_FOOD] Food.
[NEWLINE]
[NEWLINE]Allows [ICON_FOOD] Food to be moved from this city along trade routes inside your civilization.
[NEWLINE]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Tradition[ENDCOLOR]: +100% [ICON_PRODUCTION] construction.
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Agriculture[ENDCOLOR]: +1 [ICON_FOOD]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Fruits of Labor[ENDCOLOR]: 10% [ICON_FOOD] carried over after a new [ICON_CITIZEN].
</Text>
</Row>
</Language_en_US>
This doesn't work:
<Language_en_US>
<Delete Tag="TXT_KEY_BUILDING_HOSPITAL_HELP" />
<Row Tag="TXT_KEY_BUILDING_HOSPITAL_HELP">
<Text>
The Hospital is an Industrial-era building. It's useful when you want to create a large city, fast.
[NEWLINE]
[NEWLINE][ICON_CULTURE] [COLOR_POSITIVE_TEXT]Agriculture[ENDCOLOR]: +1 [ICON_FOOD] food
</Text>
</Row>
</Language_en_US>
I can't find the file where it's in. Search for "hospital" gives no hit, tried all "jon" files I could find. Can't find any "text" table in the database through SQLiteSpy.