Diplomacy version: 3 harmless(?) errors and a crash.
Failed to convert 'Surface' to enum value
Failed to convert 'Phased' to enum value
Failed to convert 'Surface' to enum value
BuffCannonShellPhaseSpawn.entity:
Label: numPeriodicActions
Line Number:103
Line Contents:
And that error of course continues to line 116 where it finally minidumps.
For the BuffCannonShellPhaseSpawn.entity you've got an extra line in there creating a gap. Remove it. Solves the crash issue.
BuffBonusModuleDamageTarget.entity says Surface for the attach type which is not a valid option (Invalid, Center, Ability, Above, Aura)
BuffDisruptiveStrikesTarget.entity says Surface for the attach type which is not a valid option (Invalid, Center, Ability, Above, Aura)
BuffCannonShellPhaseSpawn.entity second instant action under the target filter heading says phased, need to remove the d so it just says 'Phase'.