Skip to content

Commit

Permalink
Add Colorful Clothing - Collection
Browse files Browse the repository at this point in the history
* Add mod entry
 - To the Items section.
 - Adds new clothing items.

* Add location
 - https://www.nexusmods.com/oblivion/mods/53708/
 - Capture ESPs by regex.

* Add messages to the old Colorful Clothing plugins
 - Previous Colorful Clothing series mods are
   already included in the newer merged collection.

* Add tags
 - Colorful Clothing - Collection.esp:
   - Delev, removes entries from leveled lists.
   - Relev, to aid in bashed patch leveled lists merging.

 - Colorful Clothing - Collection - Gloves Distribution.esp:
   - Invent.Add, adds items to containers.

* Add cleaning data
 - Version 1.2 (both files).
  • Loading branch information
Sabre142 committed Jan 16, 2024
1 parent 204e25d commit b705e33
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16014,14 +16014,39 @@ plugins:
- crc: 0xFF5B1C44
util: 'TES4Edit v4.0.4b'

- name: 'Colorful Clothing - Collection( - Gloves Distribution)?\.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/53708/'
name: 'Colorful Clothing - Collection'
- name: 'Colorful Clothing - Collection.esp'
tag:
- Delev
- Relev
clean:
- crc: 0x09077073
util: 'TES4Edit v4.1.5b EXTREMELY EXPERIMENTAL'
- name: 'Colorful Clothing - Collection - Gloves Distribution.esp'
tag: [ Invent.Add ]
clean:
- crc: 0x9AF66E04
util: 'TES4Edit v4.1.5b EXTREMELY EXPERIMENTAL'

- name: 'Colorful Clothing - Gloves.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/50756/' ]
msg:
- <<: *alreadyInX
subs: [ 'Colorful Clothing - Collection' ]
condition: 'active("Colorful Clothing - Collection.esp")'
clean:
- crc: 0xE6034B8A
util: 'TES4Edit v4.0.4b'

- name: 'Colorful Clothing - Middleclass.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/49215/' ]
msg:
- <<: *alreadyInX
subs: [ 'Colorful Clothing - Collection' ]
condition: 'active("Colorful Clothing - Collection.esp")'
tag:
- Delev
- -Relev
Expand All @@ -16031,6 +16056,10 @@ plugins:

- name: 'Colorful Clothing - Upperclass.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/49093/' ]
msg:
- <<: *alreadyInX
subs: [ 'Colorful Clothing - Collection' ]
condition: 'active("Colorful Clothing - Collection.esp")'
tag: [ -Relev ]
clean:
- crc: 0x99647C39
Expand Down

0 comments on commit b705e33

Please sign in to comment.