Skip to content

Commit

Permalink
Update useOnlyOneX messages
Browse files Browse the repository at this point in the history
  * Naturalized plugins shouldn't be used w/ alt. versions of same mod.
  • Loading branch information
sibir-ine committed Jul 26, 2024
1 parent ef9f032 commit 2fbcad7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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/' ]
Expand Down

0 comments on commit 2fbcad7

Please sign in to comment.