From 2fbcad7f4bac7e07437d770f7a4969a6df8b2c01 Mon Sep 17 00:00:00 2001 From: sibir Date: Fri, 26 Jul 2024 01:48:10 -0700 Subject: [PATCH] Update `useOnlyOneX` messages * Naturalized plugins shouldn't be used w/ alt. versions of same mod. --- masterlist.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 7f43168..3c08fb0 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -303,7 +303,7 @@ plugins: msg: - <<: *useOnlyOneX subs: [ '"Adamantium Armor"' ] - condition: 'many("(adamantiumarmor|\[Official\]Adamantium Armor)\.esp")' + condition: 'many("(adamantiumarmor|(\[Official\])?Adamantium Armor( Naturalized)?)\.esp")' - name: '(AreaEffectArrows|(\[Official\])?Area Effect Arrows( Naturalized)?)\.esp' after: @@ -314,7 +314,7 @@ plugins: msg: - <<: *useOnlyOneX subs: [ '"Area Effect Arrows"' ] - condition: 'many("(AreaEffectArrows|\[Official\]Area Effect Arrows)\.esp")' + condition: 'many("(AreaEffectArrows|(\[Official\])?Area Effect Arrows( Naturalized)?)\.esp")' - name: '(bcsounds|\[Official\]Bitter Coast Sounds)\.esp' after: @@ -337,7 +337,7 @@ plugins: msg: - <<: *useOnlyOneX subs: [ '"EBQ_Artifact" or "Helm of Tohan"' ] - condition: 'many("(EBQ_Artifact|\[Official\]Helm of Tohan)\.esp")' + condition: 'many("(EBQ_Artifact|(\[Official\])?Helm of Tohan( Naturalized)?)\.esp")' - name: '(entertainers|\[Official\]Entertainers)\.esp' msg: @@ -384,7 +384,7 @@ plugins: msg: - <<: *useOnlyOneX subs: [ '"Master Index"' ] - condition: 'many("(master_index|\[Official\]Master Index)\.esp")' + condition: 'many("(master_index|(\[Official\])?Master Index( Naturalized)?)\.esp")' - name: '(\[Official\])?Siege at Firemoth( Naturalized)?\.esp' after: @@ -409,7 +409,7 @@ plugins: msg: - <<: *useOnlyOneX subs: [ '"Siege at Firemoth"' ] - condition: 'many("(Siege at Firemoth|\[Official\]Siege at Firemoth)\.esp")' + condition: 'many("(\[Official\])?Siege at Firemoth( Naturalized)?\.esp")' - name: 'Unofficial Morrowind Official Plugins Patched.ESP' url: [ 'https://www.nexusmods.com/morrowind/mods/43931/' ]