From a65a40099dead7aa18a9e207cf2fafd08192b447 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:02:36 -0600 Subject: [PATCH] [ Xedra Evolved ] [ MoM ]Helicopter crash profession updates xe and mo m (#71360) * XE Update * MoM Update * Update data/mods/MindOverMatter/scenarios.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/mods/MindOverMatter/scenarios.json | 6 ++++++ data/mods/Xedra_Evolved/scenario.json | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/data/mods/MindOverMatter/scenarios.json b/data/mods/MindOverMatter/scenarios.json index 11de14fa7c7e4..e8c291abf8f86 100644 --- a/data/mods/MindOverMatter/scenarios.json +++ b/data/mods/MindOverMatter/scenarios.json @@ -1,4 +1,10 @@ [ + { + "copy-from": "heli_crash", + "type": "scenario", + "extend": { "map_special": "mx_helicopter", "professions": [ "psi_telekinetic_testsubject", "psi_telepath_interrogater" ] }, + "id": "heli_crash" + }, { "copy-from": "portal_dependent", "type": "scenario", diff --git a/data/mods/Xedra_Evolved/scenario.json b/data/mods/Xedra_Evolved/scenario.json index 7442afa77b87d..3b8c4dc6ac785 100644 --- a/data/mods/Xedra_Evolved/scenario.json +++ b/data/mods/Xedra_Evolved/scenario.json @@ -2,7 +2,21 @@ { "copy-from": "heli_crash", "type": "scenario", - "extend": { "map_special": "mx_helicopter", "professions": [ "zebra_investigator", "spy", "fbi_investigator" ] }, + "extend": { + "map_special": "mx_helicopter", + "professions": [ + "zebra_investigator", + "spy", + "fbi_investigator", + "xe_jotunn_hunter", + "xe_troll_slayer", + "xe_specter", + "xe_eater", + "xe_dreamer", + "xe_inventor", + "xe_dreamsmith" + ] + }, "id": "heli_crash" }, {