Author Topic: Two enemy units, one research.  (Read 1435 times)

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
Two enemy units, one research.
« on: July 07, 2021, 08:16:06 am »
I think i'we allready asked that, but can not find.
So.
Is there a way to capture two different aliens as two same geoscape aliens, like dead bodies with "corpseGeo"?
Thanks.

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: Two enemy units, one research.
« Reply #1 on: July 07, 2021, 03:19:42 pm »
It was changed recently in OXCE that different aliens unit can have same live alien.

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
Re: Two enemy units, one research.
« Reply #2 on: July 07, 2021, 04:01:18 pm »
Great, but how?
Something with "liveAlien: true" in item section, i suppose. But how will correct syntax be?
« Last Edit: July 07, 2021, 04:20:37 pm by Nord »

Offline Yankes

  • Commander
  • *****
  • Posts: 3207
    • View Profile
Re: Two enemy units, one research.
« Reply #3 on: July 08, 2021, 09:08:59 pm »
Code: [Select]
units:
  - type: STR_DOG_BLACK
    liveAlien: STR_DOG
  - type: STR_DOG_WHITE
    liveAlien: STR_DOG

[ps]
I update wiki:
https://www.ufopaedia.org/index.php/Ruleset_Reference_Nightly_(OpenXcom)#AI_Units_.28Aliens.2FCivilians.29
« Last Edit: July 08, 2021, 09:19:44 pm by Yankes »

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
Re: Two enemy units, one research.
« Reply #4 on: July 10, 2021, 05:09:13 am »
Great, thanks!