16
OXCE Suggestions DONE / Re: [WIP] [Suggestion] Earth-based alien operations
« on: April 09, 2024, 10:31:20 pm »So, I have added some new attributes to alien mission ruleset.
The main attribute is "operationType", which says if it is an Earth-based operation or not.
Possible values:
- 3 = AMOT_REGION_NEW_BASE_IF_NECESSARY = use an existing alien base in the mission region, if there is none, create a new one
- 5 = AMOT_EARTH_NEW_BASE_IF_NECESSARY = use any existing alien base, regardless of region, if there is none, create a new one (in the mission region)
- 6 = AMOT_EXISTING_BASE_HUNT_MISSION = don't do anything = use the already assigned base that spawned this mission
Doubt:
Do these work only for alienMissions created from genMission, or also for alienMissions created by missionScripts?
edit: I guess this is a dumb question, values 3 and 5 must work with missionScripts otherwise it would make no sense.