Exclude CCOR/CACO filter keyword and CCOR rough gems
This commit is contained in:
parent
a20629cde9
commit
c52d8ecc86
@ -1,4 +1,4 @@
|
||||
; Limiting by mod is a bit tricky at the time of writing. If a filter has only mod name, it will work as expected only when the mod is active. If the mod is not enabled, the keyword will be assigned to ALL items. To work around it, add at least one existing Editor ID, the rule will be skipped correctly. I am using an unused keyword TGMark, keyword IDs are loaded by default without the need for powerofthree's Tweaks.
|
||||
; Limiting by mod is a bit tricky at the time of writing. If a filter has only mod name, it will work as expected only when the mod is active. If the mod is not enabled, the keyword will be assigned to ALL items. To work around it, add at least one existing Editor ID, the rule will be skipped correctly. I am using an unused keyword TGMark, because keyword IDs are loaded by default without the need for powerofthree's Tweaks.
|
||||
|
||||
Keyword = ETR_ExtraArtifact|Book|TreasureHunter.esp,TGMark,-0x1E55~TreasureHunter.esp,-0x67BC~TreasureHunter.esp,-0x787C~TreasureHunter.esp,-0xB0E2~TreasureHunter.esp,-0xB0E4~TreasureHunter.esp,-0x1F04B~TreasureHunter.esp
|
||||
|
||||
@ -6,9 +6,15 @@ Keyword = ETR_ExtraArtifact|Book|treasure_hunt.esp,TGMark,-0x80A~treasure_hunt.e
|
||||
|
||||
Keyword = ETR_ExtraArtifact|Potion|yumcheese.esp,TGMark
|
||||
|
||||
; Include seashells. They have VendorItemClutter, which is skipped via the ETR_ExcludeMiscKeywords formlist, we need to include them explicitly
|
||||
; Include seashells. They have VendorItemClutter, excluded in Artifact Tracker_KID.ini, we need to include them explicitly
|
||||
Keyword = ETR_ExtraArtifact|Misc Item|Seashells.esp,TGMark
|
||||
|
||||
; Exclude pouches with WACCF keywords
|
||||
Keyword = ETR_NotArtifact|Armor|WAF_ClothingAccessories,-ClothingHead
|
||||
Keyword = ETR_NotArtifact|Armor|WAF_ClothingPouch
|
||||
Keyword = ETR_NotArtifact|Armor|TGMark,WAF_ClothingAccessories,-ClothingHead
|
||||
Keyword = ETR_NotArtifact|Armor|TGMark,WAF_ClothingPouch
|
||||
|
||||
; Exclude CCOR/CACO filter keyword
|
||||
Keyword = ETR_NotArtifact|Misc Item|TGMark,NoCraftingExperience,-VendorItemGem
|
||||
|
||||
; Exclude CCOR rough gems
|
||||
Keyword = ETR_NotArtifact|Misc Item|TGMark,0x30057~Complete Crafting Overhaul_Remastered.esp, 0x3A2B68~Complete Crafting Overhaul_Remastered.esp, 0x30065~Complete Crafting Overhaul_Remastered.esp, 0x30062~Complete Crafting Overhaul_Remastered.esp, 0x30067~Complete Crafting Overhaul_Remastered.esp, 0x3EEC6D~Complete Crafting Overhaul_Remastered.esp, 0x3EEC6E~Complete Crafting Overhaul_Remastered.esp, 0x30066~Complete Crafting Overhaul_Remastered.esp, 0x30061~Complete Crafting Overhaul_Remastered.esp, 0x30060~Complete Crafting Overhaul_Remastered.esp
|
||||
|
Loading…
Reference in New Issue
Block a user