-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexfilter.py
517 lines (504 loc) · 14.7 KB
/
exfilter.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
import exfilter_styles as styles
import poefilter as pf
from poepy_core import write_to_file
import poetiergen2
import os
league_name = r"Synthesis"
download_mode = False
filter_file_name = r"ExfilterGen.filter"
exfilter = pf.FilterObj(
"version for Synthesis League - blackytemp version based on CuteDog_ version - not recommended for anyone"
)
exfilter.append(
pf.Section(
"QUEST & EXTRA",
[],
pf.Category(
"QUEST & EXTRA",
Class=[
"Quest Items",
"Labyrinth Item",
"Labyrinth Trinket",
"Labyrinth Map Item",
"Incursion Item",
"Pantheon Soul",
"Misc Map Items",
"Piece",
],
Style=styles.STYLE_QUEST_EXTRA_SPECIAL,
),
)
)
exfilter.append(
pf.Section(
"Explicit Mod Filtering",
[],
pf.Category(
"Specific Mods",
Identified=True,
HasExplicitMod=[
"It That Fled's Veiled",
"Tacati's",
"Citaqualotl's",
"Matatl's",
"Topotante's",
"Xopec's",
"Guatelitzi's",
"of Tacati",
"of Citaqualotl",
"of Matatl",
"of Puhuarte",
"of Guatelitzi",
"Brinerot",
"Mutewind",
"Redblade",
"Betrayer's",
"Deceiver's",
"Turncoat's",
"Subterranean",
"of the Underground",
"of Weaponcraft",
"of Spellcraft",
"of Crafting",
"of Farrul",
"of Craiceann",
"of Fenumus",
"of Saqawal",
],
Style=styles.STYLE_EXPLICIT_MOD,
),
pf.Category(
"Enchanted Items", AnyEnchantment=True, Style=styles.STYLE_EXPLICIT_MOD
),
pf.Category(
"Good Fractured Items",
FracturedItem=True,
BaseType=["Sorcerer Boots", "Hubris Circlet"],
ItemLevel=">= 82",
Style=styles.STYLE_EXPLICIT_MOD,
),
pf.Category(
"Synthesised Items", SynthesisedItem=True, Style=styles.STYLE_EXPLICIT_MOD
),
)
)
exfilter.append(
pf.Section(
"Jeweller's Recipe & High Linked Sockets",
[],
pf.Category(
"Divine Orb Vendor Recipe",
LinkedSockets=">= 6",
Rarity="<= Rare",
Style=styles.STYLE_DIVINE_RECIPE,
),
pf.Category(
"Tabula Rasa Exception",
SocketGroup="WWWWWW",
BaseType=["Simple Robe"],
Rarity="Unique",
Style=styles.STYLE_DIVINE_RECIPE,
),
pf.Category(
"Jeweller's Orb Vendor Recipe",
Sockets=">= 6",
Style=styles.STYLE_JEWELLER_RECIPE,
),
)
)
exfilter.append(
pf.Section(
"Uniques",
[],
pf.Category(
"5-Link uniques",
LinkedSockets=5,
Rarity="Unique",
Style=styles.STYLE_UNIQUES_CHAOS,
),
pf.Category(
"Unique Rings",
Rarity="Unique",
Class=["Rings"],
Style=styles.STYLE_UNIQUES_CHAOS,
),
pf.Category("Uniques T1", Rarity="Unique", Style=styles.STYLE_UNIQUES_EXALT),
pf.Category(
"Uniques Garbage", Rarity="Unique", Style=styles.STYLE_UNIQUES_GARBAGE
),
pf.Category("Uniques Other", Rarity="Unique", Style=styles.STYLE_UNIQUES_CHAOS),
)
)
exfilter.append(
pf.Section(
"Divination Cards",
[],
pf.Category(
"Hidden Exceptions",
show=pf.HIDE,
BaseType=[
"The Wolf's Shadow",
"Her Mask",
"The Eye of the Dragon",
"The Master Artisan",
],
Class=["Divination Card"],
),
pf.Category(
"Shown Exceptions",
BaseType=[
"Humility",
"Beauty Through Death",
"The Dragon's Heart",
"The Encroaching Darkness",
"Lysah's Respite",
"The Survivalist",
"Loyalty",
],
Class=["Divination Card"],
Style=styles.STYLE_DIVINATION_EXCEPTION,
),
pf.Category(
"Divination T1",
Class=["Divination Card"],
Style=styles.STYLE_DIVINATION_EXALT,
),
pf.Category("Divination Garbage", show=pf.HIDE, Class=["Divination Card"]),
pf.Category(
"Other Divination Cards",
Class=["Divination Card"],
Style=styles.STYLE_DIVINATION_CHAOS,
),
)
)
exfilter.append(
pf.Section(
"Currency",
[],
pf.Category(
"Currency Exalt Tier",
Class=["Stackable Currency", "Delve Socketable Currency"],
BaseType=[
"Sanctified Fossil",
"Tangled Fossil",
"Glyphic Fossil",
"Hollow Fossil",
"Faceted Fossil",
"Bloodstained Fossil",
"Fractured Fossil",
"Divine Orb",
"Orb of Annulment",
"Exalted Orb",
"Eternal Orb",
"Mirror of Kalandra",
"Mirror Shard",
"Prime Alchemical Resonator",
"Prime Chaotic Resonator",
"Exalted Shard",
],
Style=styles.STYLE_CURRENCY_EXALT,
),
pf.Category(
"Hide Shitty Fossils",
show=pf.HIDE,
Class=["Stackable Currency"],
BaseType=[
"Frigid Fossil",
"Scorched Fossil",
"Aberrant Fossil",
"Jagged Fossil",
"Bound Fossil",
"Corroded Fossil",
"Lucent Fossil",
"Serrated Fossil",
],
),
pf.Category(
"Currency Chaos Tier",
Class=["Stackable Currency", "Delve Socketable Currency"],
BaseType=[
"Regal Orb",
"Orb of Regret",
"Chaos Orb",
"Gemcutter's Prism",
"Orb of Fusing",
"Orb of Scouring",
"Orb of Alchemy",
"Vaal Orb",
"Cartographer's Chisel",
"Cartographer's Sextant",
"Annulment Shard",
"Ancient Shard",
"Harbinger's Shard",
"Stacked Deck",
"Orb of Binding",
"Engineer's Orb",
"Ancient Orb",
"Orb of Horizons",
"Harbinger's Orb",
"Prophecy",
"Fossil",
"Potent Chaotic Resonator",
"Powerful Chaotic Resonator",
],
Style=styles.STYLE_CURRENCY_CHAOS,
),
pf.Category(
"Low Currency T1",
Class=["Stackable Currency", "Delve Socketable Currency"],
BaseType=[
"Glassblower's Bauble",
"Perandus Coin",
"Horizon Shard",
"Engineer's Shard",
"Blessed Orb",
"Silver Coin",
"Chaos Shard",
],
Style=styles.STYLE_CURRENCY_LOW,
),
pf.Category(
"Low Currency T2",
show=pf.HIDE,
Class=["Stackable Currency", "Delve Socketable Currency"],
BaseType=[
"Orb of Chance",
"Chromatic Orb",
"Orb of Alteration",
"Jeweller's Orb",
],
Style=styles.STYLE_CURRENCY_LOW,
),
pf.Category(
"Low Currency T3",
show=pf.HIDE,
BaseType=["Blacksmith's Whetstone", "Portal Scroll"],
Style=styles.STYLE_CURRENCY_GARBAGE,
),
pf.Category(
"Low Currency T4",
show=pf.HIDE,
BaseType=[
"Armourer's Scrap",
"Scroll of Wisdom",
"Orb of Transmutation",
"Orb of Augmentation",
],
Style=styles.STYLE_CURRENCY_GARBAGE,
),
pf.Category(
"Currency Stacks",
Class=["Stackable Currency"],
BaseType=["Perandus Coin", "Shard"],
StackSize=">= 5",
Style=styles.STYLE_CURRENCY_STACKABLE,
),
pf.Category(
"Splinter and Essence",
Class=["Stackable Currency"],
BaseType=[
"Splinter of",
"Remnant of Corruption",
"Screaming Essence of",
"Shrieking Essence of",
"Deafening Essence of",
"Blessing of",
"Vial of",
"of Hysteria",
"of Insanity",
"of Horror",
"of Delirium",
],
Style=styles.STYLE_CURRENCY_STACKABLE,
),
pf.Category(
"Hide Currency Rest",
show=pf.HIDE,
Class=["Stackable Currency", "Delve Socketable Currency"],
BaseType=["Essence", "Shard", "Resonator"],
),
)
)
exfilter.append(
pf.Section(
"Maps",
[],
pf.Category(
"Map Fragments", Class=["Map Fragments"], Style=styles.STYLE_MAP_FRAGMENTS
),
pf.Category(
"Shaped Maps", ShapedMap=True, Class=["Map"], Style=styles.STYLE_MAP_SHAPED
),
pf.Category(
"Elder Maps", ElderMap=True, Class=["Map"], Style=styles.STYLE_MAP_ELDER
),
pf.Category(
"High Tier Maps", Class=["Map"], MapTier=">= 15", Style=styles.STYLE_MAP_RED
),
pf.Category(
"Low Tier Maps",
show=pf.HIDE,
Class=["Map"],
MapTier="<= 11",
Style=styles.STYLE_MAP_WHITE,
),
pf.Category("Mid Tier Maps", Class=["Map"], Style=styles.STYLE_MAP_YELLOW),
)
)
exfilter.append(
pf.Section(
"Skillgems",
[],
pf.Category(
"Gigagems",
Class=["Gems"],
BaseType=["Vaal Breach", "Empower", "Enlighten", "Item Quantity"],
Style=styles.STYLE_SKILLGEM_HIGH,
),
pf.Category(
"Lvl 20 Gems",
Class=["Gems"],
GemLevel=">= 20",
Style=styles.STYLE_SKILLGEM_HIGH,
),
pf.Category(
"High Quality Gems",
Class=["Gems"],
Quality=">= 15",
Style=styles.STYLE_SKILLGEM_LOW,
),
pf.Category(
"Hide Rest of Gems",
show=pf.HIDE,
Class=["Gems"],
Style=styles.STYLE_SKILLGEM_LOW,
),
)
)
exfilter.append(
pf.Section(
"Magic/Rare Exceptions",
[],
pf.Category(
"Rare T1 Bases U wanna see hehe",
BaseType=["Steel Ring", "Opal Ring", "Marble Amulet", "Talisman"],
Style=styles.STYLE_BASES_MEDIOCRE,
),
pf.Category(
"Big Abyssal Jewels",
BaseType=["Searching Eye Jewel", "Hypnotic Eye Jewel"],
Class=["Abyss Jewel"],
ItemLevel=">= 82",
Style=styles.STYLE_BASES_MEDIOCRE,
),
pf.Category(
"Rare Jewels",
show=pf.DISABLE,
Class=["Jewel"],
Rarity="Rare",
Style=styles.STYLE_BASES_SHITTY,
),
pf.Category(
"Dump Tab Rings and Amulets",
show=pf.DISABLE,
ItemLevel=">= 75",
Class=["Amulets", "Rings"],
BaseType=[
"Ruby Ring",
"Sapphire Ring",
"Topaz Ring",
"Two-Stone Ring",
"Diamond Ring",
],
Rarity="Rare",
Style=styles.STYLE_BASES_SHITTY,
),
pf.Category(
"Stygian Visages",
show=pf.DISABLE,
BaseType=["Stygian Vise"],
ItemLevel=">= 83",
Style=styles.STYLE_BASES_SHITTY,
),
)
)
exfilter.append(pf.Section("Shaper/Elder Items"))
exfilter.append(
pf.Section(
"Chromatic Recipe",
[],
pf.Category(
"Chromatic Recipe",
show=pf.DISABLE,
Width=1,
Rarity="<= Rare",
SocketGroup="RGB",
Style=styles.STYLE_CHROMATIC_RECIPE,
),
)
)
exfilter.append(
pf.Section(
"Final Filter Management",
[],
pf.Category(
"Hide all <= Rare items",
show=pf.HIDE,
Rarity="<= Rare",
Class=[
"Amulets",
"Rings",
"Claws",
"Daggers",
"Wands",
"Swords",
"Axes",
"Maces",
"Bows",
"Staves",
"Quivers",
"Belts",
"Gloves",
"Boots",
"Armours",
"Helmets",
"Shields",
"Sceptres",
"Flask",
"Jewel",
],
Style=styles.STYLE_HIDEALL,
),
pf.Category("Show Everything Else for Safety"),
)
)
# Elder Tiering
exfilter.sections["Shaper/Elder Items"] = poetiergen2.GenerateShaperElderSection(
league_name,
exfilter.sections["Shaper/Elder Items"],
15,
styles.STYLE_SHAPERELDER_CHAOS,
styles.STYLE_SHAPERELDER_EXALT,
download_mode,
)
# Divination Tiering
div_garbage, div_ex = poetiergen2.GenerateDivinationTiers(
league_name, download_mode, 2, exfilter.exception_from_section("Divination Cards")
)
exfilter.sections["Divination Cards"].categories["Divination T1"].seta(
[("BaseType", div_ex)]
)
exfilter.sections["Divination Cards"].categories["Divination Garbage"].seta(
[("BaseType", div_garbage)]
)
# Uniques Tiering
unique_garbage, unique_ex, unique_mixed = poetiergen2.GenerateUniqueTiers(
league_name, download_mode, 8, exfilter.exception_from_section("Uniques")
)
exfilter.sections["Uniques"].categories["Uniques T1"].seta([("BaseType", unique_ex)])
exfilter.sections["Uniques"].categories["Uniques Garbage"].seta(
[("BaseType", unique_garbage)]
)
path_to_filter = r"testoutput.filter"
# path_to_filter = os.path.join(os.path.expanduser(r"~\Documents\My Games\Path of Exile"), filter_file_name)
write_to_file(path_to_filter, exfilter)