Skip to content

Commit

Permalink
Merge pull request #182 from acbeaumo/dev
Browse files Browse the repository at this point in the history
Instance Local Item
  • Loading branch information
acbeaumo authored May 16, 2024
2 parents eb6e0ec + 215111b commit 19ef1ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions PyPoE/cli/exporter/wiki/parsers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,9 +1408,7 @@ class ItemsParser(SkillParserShared):
"Metadata/Items/Pets/Taotie",
"Metadata/Items/Pets/Qiongqi",
"Metadata/Items/Pets/DaughterOfSinPet",
"Metadata/Items/Pets/SkadiPet",
"Metadata/Items/Pets/SpectralGryffonPet",
"Metadata/Items/Pets/SkadiWolfPet",
"Metadata/Items/Pets/BladeSoulPet",
"Metadata/Items/Pets/LunarRabbitPet",
"Metadata/Items/Pets/GhostriderCompanionPet",
Expand All @@ -1431,7 +1429,6 @@ class ItemsParser(SkillParserShared):
"Metadata/Items/MicrotransactionCurrency/MysteryBoxRadiant",
"Metadata/Items/MicrotransactionCurrency/MysteryBoxGoddess",
"Metadata/Items/MicrotransactionCurrency/MysteryBoxLunar",
"Metadata/Items/MicrotransactionCurrency/MysteryBoxSkadiPetBowl",
"Metadata/Items/MicrotransactionCurrency/MysteryBoxBladeSoul",
"Metadata/Items/MicrotransactionCurrency/ProxyArcticAurora10",
"Metadata/Items/MicrotransactionCurrency/ProxyFireworksClassic20",
Expand Down Expand Up @@ -1904,14 +1901,12 @@ class ItemsParser(SkillParserShared):
r"AltDeicide",
r"Freya",
r"Hasina",
r"Skadi",
r"Upgrade.*Scroll",
r"Convert.*Scroll",
r"Premium.*Pet",
r"UnifiedAuraEffect",
},
"InstanceLocalItem": {
r".*",
},
}

_PLACEHOLDER_IMAGES = {"Art/2DItems/Hideout/HideoutPlaceholder.dds"}
Expand Down Expand Up @@ -3438,6 +3433,7 @@ def _harvest_plant_booster_extra(self, infobox, base_item_type, harvest_object):
"Breachstone": (_type_currency,),
"ItemisedCorpse": (_type_corpse,),
"NecropolisPack": (_allflame_ember,),
"InstanceLocalItem": (_type_currency,),
}

_conflict_active_skill_gems_map = {
Expand Down

0 comments on commit 19ef1ca

Please sign in to comment.