OpenXcom Forum
OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: The Martian on May 15, 2020, 05:01:33 am
-
I have two questions about the recoveryTransformations: (https://openxcom.org/forum/index.php/topic,6868.msg127441.html#msg127441) feature in OXCE (https://openxcom.org/forum/index.php/board,22.0.html).
Question #1:
If recoveryTransformations: is used to change a recovered live alien into an item but there is no alien containment at the base will the item still be recovered as it is an item now and not a live alien?
Or is the alien corpse item recovered instead since the live alien died and thus was not transformed via recoveryTransformations: into a different item.
Question #2:
If recoveryTransformations: is used to change a recovered live alien into an item but there is no alien containment at the base will the "Captured aliens die due to lack of alien containment" message still be displayed after battle?
-
After altering most of the STR_SECTOID live alien items to change into x10 rifle clips on recovery I managed to hunt down a UFO on the geoscape and stun a Sectoid.
- type: STR_SECTOID_LEADER
size: 0.0
recover: true
liveAlien: true
costSell: 60000
recoveryTransformations:
STR_RIFLE_CLIP: [10]
- type: STR_SECTOID_ENGINEER
size: 0.0
recover: true
liveAlien: true
costSell: 60000
recoveryTransformations:
STR_RIFLE_CLIP: [10]
- type: STR_SECTOID_MEDIC
size: 0.0
recover: true
liveAlien: true
costSell: 60000
recoveryTransformations:
STR_RIFLE_CLIP: [10]
- type: STR_SECTOID_NAVIGATOR
size: 0.0
recover: true
liveAlien: true
costSell: 60000
recoveryTransformations:
STR_RIFLE_CLIP: [10]
- type: STR_SECTOID_SOLDIER
size: 0.0
recover: true
liveAlien: true
costSell: 40000
recoveryTransformations:
STR_RIFLE_CLIP: [10]
Here are the results of my attempt:
Answer to Question #1:
Without having an alien containment waiting at the base the live alien is still converted into an item instead of becoming the alien corpse item.
Answer to Question #2:
No "Aliens died due to lack of alien containment" message is displayed if a live alien is converted into an item and there is no alien containment available at the base.