[GS] [SOLVED] Setting adjacency on districts [SOLVED]

Yand_Durinul

Chieftain
Joined
Dec 29, 2021
Messages
11
The mod I'm creating is aimed at giving the commercial hub and harbor districts a +2 gold adjacency from canals. This is what i've got so far, not sure why it isn't working.

<GameData>

<District_Adjacencies>
`<Row DistrictType="DISTRICT_COMMERCIAL_HUB" YieldChangeId="Canal_Gold_YD"/>`

`<Row DistrictType="DISTRICT_SUGUBA" YieldChangeId="Canal_Gold_YD"/>`

`<Row DistrictType="DISTRICT_HARBOR" YieldChangeId="Canal_Gold_YD"/>`

`<Row DistrictType="DISTRICT_ROYAL_NAVY_DOCKYARD" YieldChangeId="Canal_Gold_YD"/>`

`<Row DistrictType="DISTRICT_COTHON" YieldChangeId="Canal_Gold_YD"/>`

`</District_Adjacencies>`

`<Adjacency_YieldChanges>`

`<Row ID="Canal_Gold_YD" Description="LOC_DISTRICT_CANAL_GOLD_YD" YieldType="YIELD_GOLD" YieldChange="2" TilesRequired="1" AdjacentDistrict="DISTIRCT_CANAL"/>`

`</Adjacency_YieldChanges>`

</GameData>
 
Back
Top Bottom