Thalassicus
Bytes and Nibblers
The first test below takes effect in game, but the second has no effect. The project is otherwise identical.
Does anyone know what I may be doing wrong? I've carefully been checking every tag to make sure it's correct...
The latter is located in GameInfo/CIV5Policies.xml
Code:
<GameData>
<Buildings>
<Update>
<Where Type="BUILDING_GRANARY" />
<Set GoldMaintenance="0" />
</Update>
</Buildings>
</GameData>
Code:
<GameData>
<Policies>
<Update>
<Where Type="POLICY_CITIZENSHIP" />
<Set WorkerSpeedModifier="50" />
</Update>
</Policies>
</GameData>
Does anyone know what I may be doing wrong? I've carefully been checking every tag to make sure it's correct...
The latter is located in GameInfo/CIV5Policies.xml