Skip to content

Commit cecae4d

Browse files
committed
Minor tiering improvements
1 parent c8bb278 commit cecae4d

File tree

121 files changed

+3276
-961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+3276
-961
lines changed

(STYLE) ABYSS/NeverSink's filter - 0-SOFT (abyss) .filter

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#===============================================================================================================
22
# NeverSink's Indepth Loot Filter - for Path of Exile
33
#===============================================================================================================
4-
# VERSION: 8.18.1a
4+
# VERSION: 8.18.2
55
# TYPE: 0-SOFT
66
# STYLE: ABYSS
77
# AUTHOR: NeverSink
@@ -1980,7 +1980,7 @@ Show # %D6 $type->crafting->qualityperfection $tier->armors1q1
19801980
Corrupted False
19811981
Quality >= 28
19821982
Class == "Body Armours" "Boots" "Gloves" "Helmets" "Shields"
1983-
BaseType == "Archon Kite Shield" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fossilised Spirit Shield" "Giantslayer Helmet" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
1983+
BaseType == "Apothecary's Gloves" "Archon Kite Shield" "Bone Helmet" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fingerless Silk Gloves" "Fossilised Spirit Shield" "Fugitive Boots" "Giantslayer Helmet" "Gripped Gloves" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Spiked Gloves" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Two-Toned Boots" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
19841984
SetFontSize 45
19851985
SetTextColor 0 240 190 255
19861986
SetBorderColor 0 240 190 255
@@ -1994,7 +1994,7 @@ Show # %D6 $type->crafting->qualityperfection $tier->armors1q2
19941994
Corrupted False
19951995
Quality >= 24
19961996
Class == "Body Armours" "Boots" "Gloves" "Helmets" "Shields"
1997-
BaseType == "Archon Kite Shield" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fossilised Spirit Shield" "Giantslayer Helmet" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
1997+
BaseType == "Apothecary's Gloves" "Archon Kite Shield" "Bone Helmet" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fingerless Silk Gloves" "Fossilised Spirit Shield" "Fugitive Boots" "Giantslayer Helmet" "Gripped Gloves" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Spiked Gloves" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Two-Toned Boots" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
19981998
SetFontSize 40
19991999
SetTextColor 0 240 190 255
20002000
SetBorderColor 0 240 190 255
@@ -2059,6 +2059,19 @@ Show # %D6 $type->crafting->qualityperfection $tier->weapont2q2
20592059
PlayEffect Blue
20602060
MinimapIcon 1 Blue Diamond
20612061

2062+
Show # %D4 $type->crafting->qualityperfection $tier->anyoverqualityperf
2063+
Mirrored False
2064+
Corrupted False
2065+
Quality >= 30
2066+
Class == "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand Axes" "One Hand Maces" "One Hand Swords" "Quivers" "Rings" "Rune Daggers" "Sceptres" "Shields" "Staves" "Thrusting One Hand Swords" "Two Hand Axes" "Two Hand Maces" "Two Hand Swords" "Wands" "Warstaves"
2067+
SetFontSize 40
2068+
SetTextColor 0 240 190 255
2069+
SetBorderColor 0 240 190 255
2070+
SetBackgroundColor 20 20 0 255
2071+
PlayAlertSound 3 300
2072+
PlayEffect Blue
2073+
MinimapIcon 1 Blue Diamond
2074+
20622075
Show # %D3 $type->crafting->qualityperfection $tier->anyoverqualityhigh
20632076
Mirrored False
20642077
Corrupted False
@@ -2087,7 +2100,7 @@ Show # %D3 $type->crafting->qualityperfection $tier->anyoverqualityhigh
20872100
# ItemLevel >= 84
20882101
# BaseDefencePercentile >= 99
20892102
# Class == "Body Armours" "Boots" "Gloves" "Helmets" "Shields"
2090-
# BaseType == "Archon Kite Shield" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fossilised Spirit Shield" "Giantslayer Helmet" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
2103+
# BaseType == "Apothecary's Gloves" "Archon Kite Shield" "Bone Helmet" "Cardinal Round Shield" "Colossal Tower Shield" "Conquest Lamellar" "Divine Crown" "Ezomyte Tower Shield" "Fingerless Silk Gloves" "Fossilised Spirit Shield" "Fugitive Boots" "Giantslayer Helmet" "Gripped Gloves" "Haunted Bascinet" "Lacquered Buckler" "Leviathan Gauntlets" "Leviathan Greaves" "Lich's Circlet" "Majestic Pelt" "Necrotic Armour" "Paladin Boots" "Paladin Gloves" "Phantom Boots" "Phantom Mitts" "Royal Plate" "Sacred Chainmail" "Sacrificial Garb" "Spiked Gloves" "Supreme Spiked Shield" "Syndicate's Garb" "Titanium Spirit Shield" "Torturer's Mask" "Twilight Regalia" "Two-Toned Boots" "Velour Boots" "Velour Gloves" "Warlock Boots" "Warlock Gloves" "Wyvernscale Boots" "Wyvernscale Gauntlets"
20912104
# SetFontSize 40
20922105
# SetTextColor 0 240 190 255
20932106
# SetBorderColor 0 240 190 255
@@ -7493,7 +7506,7 @@ Show # $type->currency $tier->t3annul
74937506

74947507
Show # $type->currency $tier->t4chaos
74957508
Class == "Stackable Currency"
7496-
BaseType == "Blighted Scouting Report" "Chaos Orb" "Delirious Scouting Report" "Exalted Implant" "Explorer's Scouting Report" "Foulborn Regal Orb" "Gemcutter's Prism" "Glassblower's Bauble" "Grand Eldritch Ember" "Grand Eldritch Ichor" "Greater Eldritch Ichor" "Harbinger's Orb" "Influenced Scouting Report" "Maven's Chisel of Divination" "Maven's Chisel of Procurement" "Operative's Scouting Report" "Orb of Annulment" "Orb of Intention" "Otherworldly Scouting Report" "Ritual Splinter" "Singular Scouting Report" "Stacked Deck" "Tainted Armourer's Scrap" "Tainted Catalyst" "Tainted Chromatic Orb" "Vaal Scouting Report" "Veiled Scarab"
7509+
BaseType == "Blighted Scouting Report" "Chaos Orb" "Delirious Scouting Report" "Exalted Implant" "Explorer's Scouting Report" "Facetor's Lens" "Foulborn Regal Orb" "Gemcutter's Prism" "Glassblower's Bauble" "Grand Eldritch Ember" "Grand Eldritch Ichor" "Greater Eldritch Ichor" "Harbinger's Orb" "Influenced Scouting Report" "Maven's Chisel of Divination" "Maven's Chisel of Procurement" "Operative's Scouting Report" "Orb of Annulment" "Orb of Intention" "Otherworldly Scouting Report" "Ritual Splinter" "Singular Scouting Report" "Stacked Deck" "Tainted Armourer's Scrap" "Tainted Catalyst" "Tainted Chromatic Orb" "Vaal Scouting Report" "Veiled Scarab"
74977510
SetFontSize 40
74987511
SetTextColor 144 229 56 255
74997512
SetBorderColor 144 229 56 255
@@ -7504,7 +7517,7 @@ Show # $type->currency $tier->t4chaos
75047517

75057518
Show # %HS4 $type->currency $tier->t5alchemy
75067519
Class == "Stackable Currency"
7507-
BaseType == "Abrasive Catalyst" "Accelerating Catalyst" "Annulment Shard" "Astragali" "Augmentation Implant" "Cartographer's Chisel" "Engineer's Orb" "Exalted Shard" "Facetor's Lens" "Foulborn Orb of Augmentation" "Greater Eldritch Ember" "Imbued Catalyst" "Intrinsic Catalyst" "Lesser Eldritch Ember" "Lesser Eldritch Ichor" "Noxious Catalyst" "Orb of Alchemy" "Orb of Regret" "Orb of Scouring" "Orb of Unmaking" "Regal Implant" "Regal Orb" "Scrap Metal" "Tainted Blacksmith's Whetstone" "Tainted Jeweller's Orb" "Tempering Catalyst" "Turbulent Catalyst" "Unstable Catalyst" "Vaal Orb"
7520+
BaseType == "Abrasive Catalyst" "Accelerating Catalyst" "Annulment Shard" "Astragali" "Augmentation Implant" "Cartographer's Chisel" "Engineer's Orb" "Exalted Shard" "Foulborn Orb of Augmentation" "Greater Eldritch Ember" "Imbued Catalyst" "Intrinsic Catalyst" "Lesser Eldritch Ember" "Lesser Eldritch Ichor" "Noxious Catalyst" "Orb of Alchemy" "Orb of Regret" "Orb of Scouring" "Orb of Unmaking" "Regal Implant" "Regal Orb" "Scrap Metal" "Tainted Blacksmith's Whetstone" "Tainted Jeweller's Orb" "Tempering Catalyst" "Turbulent Catalyst" "Unstable Catalyst" "Vaal Orb"
75087521
SetFontSize 40
75097522
SetTextColor 144 229 56 255
75107523
SetBorderColor 144 229 56 255
@@ -7679,7 +7692,7 @@ Show # $type->currency->resonator $tier->t1
76797692
PlayEffect Red
76807693
MinimapIcon 0 Red Circle
76817694

7682-
Show # %H5 $type->currency->resonator $tier->t2
7695+
Show # %HS5 $type->currency->resonator $tier->t2
76837696
Class == "Delve Stackable Socketable Currency"
76847697
BaseType == "Potent Chaotic Resonator" "Powerful Chaotic Resonator" "Primitive Chaotic Resonator"
76857698
SetFontSize 40
@@ -8716,6 +8729,12 @@ Hide # $type->currency $tier->scrollfragments
87168729
SetFontSize 40
87178730
SetBorderColor 0 0 0
87188731

8732+
Hide # $type->currency $tier->exlifeforce
8733+
Class == "Stackable Currency"
8734+
BaseType == "Primal Crystallised Lifeforce" "Vivid Crystallised Lifeforce" "Wild Crystallised Lifeforce"
8735+
SetFontSize 40
8736+
SetBorderColor 0 0 0
8737+
87198738
Show # $type->currency $tier->restex
87208739
Class == "Stackable Currency"
87218740
SetFontSize 45
@@ -8949,8 +8968,8 @@ Show # $type->uniques $tier->exsquire
89498968
MinimapIcon 0 Red Star
89508969

89518970
Show # $type->uniques $tier->extabula
8971+
LinkedSockets 6
89528972
Rarity Unique
8953-
SocketGroup "WWWWWW"
89548973
BaseType == "Simple Robe"
89558974
SetFontSize 45
89568975
SetTextColor 255 255 255 255
@@ -9073,6 +9092,7 @@ Show # $type->uniques $tier->t2
90739092
#------------------------------------
90749093
# [4603] Exceptions #2
90759094
#------------------------------------
9095+
# !! Waypoint c10.uniques.undert1t2 : "Tierlist - Uniques - All tiering, except T1 and T2"
90769096

90779097
Show # $type->uniques $tier->exuniqueidols
90789098
Rarity Unique

0 commit comments

Comments
 (0)