overriding core files by exception
Hi,
Under which circumstances is it safe to override a core file by exception. For example, can you have a single mod that overrides elemental defs like this:
- <?xml version="1.0" encoding="utf-8"?>
- <ElementalDefinitions>
- <DataChecksum NoParse="1">
- <Ignore>DisplayName</Ignore>
- <Translate>DisplayName</Translate>
- </DataChecksum>
- <ElementalDefs>
- <PlayerStartingMoney>250.0</PlayerStartingMoney>
- </ElementalDefs>
- <ElementalDefinitions>
What are the rules which govern whether or not you can or cannot do this?