OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
239 stars 92 forks source link

BaseItemTypes.IsPickedUpByMonsters might be misidentified #104

Closed duskwuff closed 4 years ago

duskwuff commented 4 years ago

The BaseItemTypes.IsPickedUpByMonsters field isn't just true for talismans -- it's also true for Metadata/Items/Rings/BreachRing and leaguestones. Based on this, I suspect it actually means "always corrupted".

OmegaK2 commented 4 years ago

I see, I'll change it to IsCorrupted