From aec9fbe0f49d55c930445bacc4ffbb3fe8aec19a Mon Sep 17 00:00:00 2001 From: Sabre142 Date: Tue, 9 Apr 2024 14:34:28 +1000 Subject: [PATCH] Add Infiltration - Quest Expansion * Add mod entry - To the Gameplay - Quests section. - Expands the vanilla quest "Infiltration". * Add location - https://www.nexusmods.com/skyrimspecialedition/mods/114054/ - Capture ESPs by regex. * Add message to Infiltration - Quest Expansion.esp - Patch provided for Lawless - A Bandit Overhaul: https://www.nexusmods.com/skyrimspecialedition/mods/88080/ * Add tags to Infiltration - Quest Expansion.esp - Actors.AIData, modifies actor AI data in 0004B4AF. - Actors.AIPackages, adds actor AI packages in 0004B4AF. - Relations.Change, changes group combat reaction in 0004B4AE. * Add cleaning data - Version 1.0 (both files). --- masterlist.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index a4d1a8071..658aa2d17 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -15722,6 +15722,27 @@ plugins: - crc: 0xD758507C util: 'SSEEdit v4.0.4c' + - name: 'Infiltration (- Quest Expansion|QE - Bandit War Patch)\.esp' + url: + - link: 'https://www.nexusmods.com/skyrimspecialedition/mods/114054/' + name: 'Infiltration - Quest Expansion' + - name: 'Infiltration - Quest Expansion.esp' + msg: + - <<: *patchProvided + subs: [ 'Lawless - A Bandit Overhaul' ] + condition: 'active("Bandit War.esp") and not active("Infiltration QE - Bandit War Patch.esp")' + tag: + - Actors.AIData + - Actors.AIPackages + - Relations.Change + clean: + - crc: 0xE9A16C76 + util: 'SSEEdit v4.1.5d' + - name: 'Infiltration QE - Bandit War Patch.esp' + clean: + - crc: 0x6A37C456 + util: 'SSEEdit v4.1.5d' + - name: 'InnoLostAlt.esp' url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/24236/' ] after: [ 'TheChoiceIsYours.esp' ]