aliens

Author Topic: [Solved] TFTD Map Items Recovery question  (Read 5493 times)

Offline skyhawk

  • Colonel
  • ****
  • Posts: 115
    • View Profile
Re: TFTD Map Items Recovery question
« Reply #15 on: January 15, 2020, 07:47:35 am »
So I'm not completely crazy. That's good.

Any chance of adding an objectiveCapture option to alienDeployments: as above?

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: TFTD Map Items Recovery question
« Reply #16 on: January 22, 2020, 02:51:56 pm »
Any chance of adding an objectiveCapture option to alienDeployments: as above?

Added.

Code: [Select]
alienDeployments:
  - type: STR_ARTIFACT_SITE_P2
    markerName: STR_ARTIFACT_SITE
    objectiveType: 3
    allowObjectiveRecovery: true    # <--------------------- this one
    objectivesRequired: 1
    objectiveComplete: [STR_ALIEN_SYNOMIUM_DEVICE_DESTROYED, 750]
    objectiveFailed: [STR_ALIEN_SYNOMIUM_DEVICE_FAILED, -750]
    objectivePopup: STR_CONTROL_CENTER_DESTROYED

Offline skyhawk

  • Colonel
  • ****
  • Posts: 115
    • View Profile
Re: TFTD Map Items Recovery question
« Reply #17 on: January 22, 2020, 07:33:54 pm »
You are so awesome Meridian, thank you!