Hi all
Since there doesn't seem to be a working canal mod.. I want to edit the fort improvement to be able to house sea units like coastal cities can. I've tried changing columns in the improvements table and either I didn't use the right columns or my syntax is wrong:
Does anyone know how to make a canal improvement? I think it's ridiculous it isn't in the base game given the importance of the modern Panama/Suez canals..
Since there doesn't seem to be a working canal mod.. I want to edit the fort improvement to be able to house sea units like coastal cities can. I've tried changing columns in the improvements table and either I didn't use the right columns or my syntax is wrong:
Code:
<Improvements>
<Update>
<Where Name="IMPROVEMENT_FORT"/>
<Set AllowsWalkWater="TRUE"/>
<Set Water="TRUE"/>
</Update>
</Improvements>
Does anyone know how to make a canal improvement? I think it's ridiculous it isn't in the base game given the importance of the modern Panama/Suez canals..