if you change part of ElementalDefs.xml do you have to copy the entire file to your mod folder?
<ElementalDefinitions>
<DataChecksum NoParse="1">
<Ignore>DisplayName</Ignore>
<Translate>DisplayName</Translate>
</DataChecksum>
<ElementalDefs>
<MaxTotalTileYield>11.0</MaxTotalTileYield>
</ElementalDefs>
</ElementalDefinitions>
Putting this code in a mod file had some very odd effects. Mainly, I'm pretty sure it deleted every other elementalDef that was in the original file. I was expecting this to work like improvements where you can at minimum add new qualities to existing buildings. I was not expecting it to overwrite the entire elementalDefs.xml. Is this intended behavior or did I do something wrong? Do we have to rewrite the entire ElementalDefs.xml if we are changing part of it?