Sid Meier's Civilization VI

Sid Meier's Civilization VI

【冲击计划】魔法禁书目录 - 御坂美琴,食蜂操祈和芙兰达
勇者 V 2 月 9 日 下午 10:59
I found some crash
I'm not sure if it's this mod or PR mod, but it conflicts with my mod related to builders, settlers, and traders.

I made the mod myself and used it by myself, but anyway...
It's a simple mod, so I'll just leave the code below

<GameData>
<Units>
<Update>
<Where UnitType="UNIT_SETTLER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_BUILDER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_TRADER"/>
<Set BaseMoves="3"/>
</Update>
<Update>
<Where UnitType="UNIT_BUILDER"/>
<Set BuildCharges="4"/>
</Update>
</Units>
<TypeTags>
<Row Type="UNIT_SETTLER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
<Row Type="UNIT_BUILDER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
<Row Type="UNIT_TRADER" Tag="ABILITY_IGNORE_TERRAIN_COST"/>
</TypeTags>
</GameData>