Skip to content

Commit

Permalink
Skip
Browse files Browse the repository at this point in the history
  • Loading branch information
acbeaumo committed Jan 7, 2024
1 parent 7d4b4df commit 66f5f1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions PyPoE/cli/exporter/wiki/parsers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,10 @@ class ItemsParser(SkillParserShared):
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionAlchemistsBelt",
"Metadata/Items/MicrotransactionSkillEffects/MicrotransactionAnnihilationSmiteEffect",
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionSurvivorsGogglesHelmetAttachment", # noqa
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionReLinkQuary",
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionCathedralWings1",
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionCathedralWings2",
"Metadata/Items/MicrotransactionItemEffects/MicrotransactionCathedralWings3",
# =================================================================
# Hideout decorations
# =================================================================
Expand Down Expand Up @@ -1692,6 +1696,7 @@ class ItemsParser(SkillParserShared):
"Metadata/Items/QuestItems/ShaperMemoryFragments/ShaperMemoryFragment10_1",
"Metadata/Items/QuestItems/ShaperMemoryFragments/ShaperMemoryFragment10_2",
"Metadata/Items/QuestItems/ShaperMemoryFragments/ShaperMemoryFragment10_3",
"Metadata/Items/QuestItems/MapUpgrades/MapUpgradeTierTo16",
"Metadata/Items/Heist/QuestItems/HeistFinalObjectiveQuestFaustus1B",
# =================================================================
# Misc
Expand All @@ -1701,6 +1706,7 @@ class ItemsParser(SkillParserShared):
"Metadata/Items/Heist/HeistEquipmentUtilityTest",
"Metadata/Items/Heist/HeistEquipmentRewardTest",
"Metadata/Items/Weapons/OneHandWeapons/Daggers/EtherealBlade1",
"Metadata/Items/Weapons/TwoHandWeapons/Bows/EtherealBow1",
"Metadata/Items/ItemEffects/SekhemasBanner",
"Metadata/Items/Armours/BodyArmours/BodyStrTemp",
"Metadata/Items/Classic/MysteryLeaguestone",
Expand Down

0 comments on commit 66f5f1f

Please sign in to comment.