Veiled Items

In Betrayal (3.5.0) certain items will sometimes have Veiled Mods. These mods are represented by a small graphic, with Prefixes and Suffixes discriminated by a wider and thinner graphic respectively. For website support, we have to represent these differences to display them correctly.

This information pertains to the Public Stash API, as well as Character-Window related endpoints.

New Property: veiledMods

  • veiledMods contains an array of lines as strings, just like regular *Mods fields.
  • Unlike regular *Mods, Veiled Mods instead use a string ID that represents which video to use. The possible values are:
    • Prefix01, Prefix02, Prefix03, Prefix04, Prefix05, Prefix06
    • Suffix01, Suffix02, Suffix03, Suffix04, Suffix05, Suffix06
    You may wish to pre-process these for display in your applications.
  • The numbers in veiledMods do not represent anything important, and may change on subsequent requests. They are simply used by the front-end to display different videos to prevent duplicates.
  • When unveiled, the mods will switch to being craftedMods and will follow all the regular rules there. This does mean that Unique items can now have craftedMods properties unlike before.


Example Veiled Item JSON

Please note that this example is for demonstration purposes only. It should not be indicative of final balance values for the Paradoxica Unique.

{
    "verified": true,
    "w": 1,
    "h": 4,
    "ilvl": 84,
    "icon": "https://web.poecdn.com/image/Art/2DItems/Weapons/OneHandWeapons/Rapiers/AssassinationUnique2.png?scale=1&scaleIndex=0&w=1&h=4",
    "league": "Betrayal",
    "sockets": [
        {
            "group": 0,
            "attr": "D",
            "sColour": "G"
        }, {
            "group": 0,
            "attr": "I",
            "sColour": "B"
        }, {
            "group": 0,
            "attr": "D",
            "sColour": "G"
        }
    ],
    "name": "Paradoxica",
    "typeLine": "Vaal Rapier",
    "identified": true,
    "properties": [
        {
            "name": "One Handed Sword",
            "values": [],
            "displayMode": 0
        }, {
            "name": "Physical Damage",
            "values": [
                ["22-87", 0]
            ],
            "displayMode": 0,
            "type": 9
        }, {
            "name": "Critical Strike Chance",
            "values": [
                ["6.50%", 0]
            ],
            "displayMode": 0,
            "type": 12
        }, {
            "name": "Attacks per Second",
            "values": [
                ["1.30", 0]
            ],
            "displayMode": 0,
            "type": 13
        }, {
            "name": "Weapon Range",
            "values": [
                ["12", 0]
            ],
            "displayMode": 0,
            "type": 14
        }
    ],
    "requirements": [
        {
            "name": "Level",
            "values": [
                ["66", 0]
            ],
            "displayMode": 0
        }, {
            "name": "Dex",
            "values": [
                ["212", 0]
            ],
            "displayMode": 1
        }
    ],
    "implicitMods": [
        "+25% to Global Critical Strike Multiplier"
    ],
    "explicitMods": [
        "Attacks with this Weapon deal Double Damage"
    ],
    "veiledMods": [
        "Prefix06",
        "Suffix02"
    ],
    "flavourText": [
        "What has no siblings but is always a twin?"
    ],
    "frameType": 3,
    "category": {
        "weapons": ["onesword"]
    },
    "socketedItems": []
}

Example Veiled Item Ctrl+C Information

Please note that this example is for demonstration purposes only. It should not be indicative of final balance values for the Paradoxica Unique.

Rarity: Unique
Paradoxica
Vaal Rapier
--------
One Handed Sword
Physical Damage: 22-87
Critical Strike Chance: 6.50%
Attacks per Second: 1.30
Weapon Range: 12
--------
Requirements:
Level: 66
Dex: 212
--------
Sockets: G-B-G 
--------
Item Level: 84
--------
+25% to Global Critical Strike Multiplier
--------
Attacks with this Weapon deal Double Damage
Veiled Prefix
Veiled Suffix
--------
What has no siblings but is always a twin?

Map URL Changes

3.5.0 also brings with it a new series of maps to function with the new Atlas layout. This results in some new map URLs being used.

This information pertains to the Public Stash API, as well as Character-Window related endpoints.

Name Changes

  • Acid Lakes Map is now Acid Caverns Map
  • Tribunal Map is now Crater Map
  • Springs Map is now Fungal Hollow Map
  • Torture Chamber Map is now Primordial Blocks Map
  • Gorge Map is now Glacier Map
  • These changes will apply to all the above maps in the War for the Atlas series and above (including the upcoming Betrayal series).
  • The item URLs for these maps will remain the same.


URL Path Change: Renamed Maps, Guardian Maps, Vaal Temple

  • The Acid Caverns Map (formerly Acid Lakes Map) path will change to Maps/Atlas2Maps/New/SulphurVents.png (from Maps/Atlas2Maps/New/AcidLakes.png).
  • The Fungal Hollow Map (formerly Springs Map) path will change to Maps/Atlas2Maps/New/FungalCaverns.png (from Maps/Atlas2Maps/New/Springs.png).
  • The Primordial Blocks Map (formerly Torture Chamber Map) path will change to Maps/Atlas2Maps/New/PrimevalRuins.png (from Maps/Atlas2Maps/New/TortureChamber.png).
  • The Glacier Map (formerly Gorge Map) path will change to Maps/Atlas2Maps/New/Glacier.png (from Maps/Atlas2Maps/New/Gorge.png).
  • The Pit of the Chimera Map path will change to Maps/Atlas2Maps/New/Chimera.png (from Maps/Atlas2Maps/Chimera.png).
  • The Lair of the Hydra Map path will change to Maps/Atlas2Maps/New/Hydra.png (from Maps/Atlas2Maps/Hydra.png).
  • The Maze of the Minotaur Map path will change to Maps/Atlas2Maps/New/Minotaur.png (from Maps/Atlas2Maps/Minotaur.png).
  • The Forge of the Phoenix Map path will change to Maps/Atlas2Maps/New/Phoenix.png (from Maps/Atlas2Maps/Phoenix.png).
  • The Vaal Temple Map path will change to Maps/Atlas2Maps/New/VaalTempleBase.png (from Maps/Atlas2Maps/VaalTemple3.png).
  • These maps will also now use the mn and mt URL parameters.
  • These changes will apply to all Guardian and Vaal Temple maps in the War for the Atlas series and above (including the upcoming Betrayal series).


URL Parameter Change: All Betrayal Series Maps

  • New Betrayal maps will use the ?mn=2 parameter. This differs from War for the Atlas which will remain at ?mn=1.


URL Parameter Change: Guardian Maps, Vaal Temple

  • Guardian maps will now use ?mt=0 instead of the map's actual tier. This is to support their symbols no longer being shaded by their tier. Instead, the symbols themselves are already coloured.
  • This change will apply to all Guardian and Vaal Temple maps in the War for the Atlas series and above (including the upcoming Betrayal series).

Scarabs

Scarabs are a new type of map fragment being added in Betrayal (3.5.0). They provide a way to manipulate the map you are opening.

This information pertains to the Public Stash API, as well as Character-Window related endpoints.

Example Scarab Item JSON

Please note that this example is for demonstration purposes only. It should not be indicative of final balance values for the Gilded Breach Scarab.

{
    "verified": true,
    "w": 1,
    "h": 1,
    "ilvl": 0,
    "icon": "https://web.poecdn.com/image/Art/2DItems/Currency/Scarabs/GreaterScarabBreach.png?scale=1&scaleIndex=0&w=1&h=1",
    "league": "Betrayal",
    "name": "",
    "typeLine": "Gilded Breach Scarab",
    "identified": true,
    "explicitMods": [
        "Area contains 3 additional Breaches"
    ],
    "descrText": "Can be used in the Templar Laboratory or a personal Map Device to add modifiers to a Map.",
    "flavourText": [
        "Omid, Master Researcher, has left a final commandment upon his death:\r",
        "the world must never know."
    ],
    "frameType": 0,
    "category": {
        "maps": ["fragment", "scarab"]
    }
}


Example Scarab Item Ctrl+C Information

Please note that this example is for demonstration purposes only. It should not be indicative of final balance values for the Gilded Breach Scarab.

Rarity: Normal
Gilded Breach Scarab
--------
Area contains 3 additional Breaches
--------
Omid, Master Researcher, has left a final commandment upon his death:
the world must never know.
--------
Can be used in the Templar Laboratory or a personal Map Device to add modifiers to a Map.

If there are any other questions, feel free to ask at roryv@grindinggear.com

EDIT: Added new map URLs for the renamed Acid Caverns, Primordial Blocks, Glacier, Fungal Hollow maps.

Posted by 
on
Grinding Gear Games

Report Forum Post

Report Account:

Report Type

Additional Info