Please improve mod compatibility, as today medium-sized mods are most often incompatible with each other:
- Merge of on_action files (new events being added to the previous list of on_action, instead of replacing it)
- Merge of common/cultures/ files when redefining the same culture_group or culture in multiple files (using same behavior as common/religions/ !)
- Folder-based loading for defines.lua, coats_of_arms.txt, triggered_modifers.txt, combat_tactics.txt, disease.txt, etc.
- Extensibility of icon strips like GFX_religion_icon_strip (for instance using a namespace for frame index: icon = mystrip.9)
- Allow override of a vanilla decision, by redefining it with the same name in a different file (today it breaks the decision effect)