So I'm turning the 'Synomium Device' into a story item - This is a small map object present at Alien Artifact sites, and at Alien Colony sites. Destroying the item is a mission objective [It allows to complete the mission without neutralizing all hostiles], and is normally recovered as a 'Magnetic Navigation' item if you recover the site.
I've added the following to items:
- type: STR_SYNOMIUM_DEVICE
size: 0.5
costSell: 200000
specialType: 15
recoveryPoints: 100 <-- Yeah, it's really important
I've added this to alienDeployments:
- type: STR_ARTIFACT_SITE_P2
objectiveType: 15
- type: STR_ALIEN_COLONY_P2
objectiveType: 15
And I've got two modified MCD files, assigning the Synomium Device object as specialType 15, rather than the usual specialType 3.
If I destroy the device, I get the 'mission successful' message. If I recover the site, I do NOT get a Navigation item [So the modified MCDs appear to be working], but I also don't get a STR_SYNOMIUM_DEVICE.
Anyone have any idea what I'm doing wrong?