eps1lon / poe-mods

Emulates interaction of Mods with Items, Atlas etc. in Path of Exile
https://poe-mods.netlify.com/
2 stars 3 forks source link

Update mod domains #66

Closed eps1lon closed 6 years ago

eps1lon commented 6 years ago
Omega_K2 - Today at 8:16 AM
TEM = 1
    FLASK = 2
    MONSTER = 3
    CHEST = 4
    AREA = 5
    UNKNOWN1 = 6
    UNKNOWN2 = 7
    UNKNOWN3 = 8
    CRAFTED = 9
    # Corruptions, item limits, jewel mods, other stuff?
    MISC = 10
    ATLAS = 11
    LEAGUESTONE = 12
    ABYSS_JEWEL = 13
    MAP_DEVICE = 14
    DUMMY = 15

    # legacy names
    MASTER = 9
    JEWEL = 10