Incubators

3.7.0 introduces Incubators. These items are a new type of pseudo-currency items that can be applied to your gear.

New subcategory: incubator

  • Incubators will have their subcategory set to "incubator".
    "category": {"currency": ["incubator"]}

New property: incubatedItem

  • incubatedItem is a new top-level object property in the item JSON. It appears on Incubated items (gear that has had an Incubator applied).
  • This property can contain the following attributes: name, level, progress, and total. This is shown in the example below:
    "incubatedItem": {
        "name": "Quality Gem",
        "level": 68,
        "progress": 0,
        "total": 3464
    }

(Client) Ctrl+C Changes

  • Items that have been incubated do not have any changes to their Ctrl+C text.

Example Incubator JSON

Spoiler

Please note that this example is for demonstration purposes only. It is not indicative of final balance values for the Fine Incubator.

{
    "verified": false,
    "w": 1,
    "h": 1,
    "ilvl": 20,
    "icon": "https://web.poecdn.com/image/Art/2DItems/Currency/Incubation/IncubationCurrency.png?scale=1&w=1&h=1&v=3c803cb3cd9889cbdf52ff2e09373a6f",
    "league": "Legion",
    "name": "",
    "typeLine": "Fine Incubator",
    "identified": true,
    "explicitMods": [
        "Adds an incubated Currency item to an equippable item\nItem drops after killing 1,066 monsters"
    ],
    "descrText": "Right click this item then left click an item to apply it. The Incubated item drops after killing a specific number of monsters.",
    "frameType": 0,
    "category": {
        "currency": ["incubator"]
    }
}

Example Incubated Item JSON

Spoiler

Please note that this example is for demonstration purposes only. In should not be indicative of final balance values for the Fine Incubator.

{
    "verified": false,
    "w": 2,
    "h": 3,
    "ilvl": 13,
    "icon": "https://web.poecdn.com/image/Art/2DItems/Armours/BodyArmours/BodyDexInt2A.png?scale=1&w=2&h=3&v=e199c9982856eafe43e9f6f6fed8361d",
    "league": "Legion",
    "sockets": [
        {
            "group": 0,
            "attr": "D",
            "sColour": "G"
        },
        {
            "group": 0,
            "attr": "I",
            "sColour": "B"
        },
        {
            "group": 1,
            "attr": "I",
            "sColour": "B"
        }
    ],
    "name": "",
    "typeLine": "Oiled Vest",
    "identified": true,
    "properties": [
        {
            "name": "Evasion Rating",
            "values": [
                ["54", 0]
            ],
            "displayMode": 0,
            "type": 17
        },
        {
            "name": "Energy Shield",
            "values": [
                ["13", 0]
            ],
            "displayMode": 0,
            "type": 18
        }
    ],
    "requirements": [
        {
            "name": "Level",
            "values": [
                ["9", 0]
            ],
            "displayMode": 0
        },
        {
            "name": "Dex",
            "values": [
                ["17", 0]
            ],
            "displayMode": 1
        },
        {
            "name": "Int",
            "values": [
                ["17", 0]
            ],
            "displayMode": 1
        }
    ],
    "frameType": 0,
    "category": {
        "armour": ["chest"]
    },
    "socketedItems": [],
    "incubatedItem": {
        "name": "Currency Item",
        "level": 10,
        "progress": 0,
        "total": 1066
    }
}

Hybrid Gems

We have standardised the dual-gem nature of Vaal skill gems into a unified "Hybrid" gem. The term "Hybrid" is only used on the website.

Renamed property: hybrid

  • hybrid replaces the old top-level vaal property. All sub-properties remain the same.

New sub-property: hybrid.isVaalGem

  • Hybrid gems will now have the isVaalGem property (set to true) on the hybrid object if they are a Vaal Hybrid gem.

(Client) Ctrl+C Changes

  • Non-vaal Hybrid gems will appear the same as Vaal gems.

Legion Map Series

3.7.0 includes a shuffle of the Atlas, and as such the URLs of the new maps are slightly different.

URL Parameter Change: All Legion Series Maps

  • New Legion maps will use the ?mn=4 parameter. This differs from previous series.

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

Posted by 
on
Grinding Gear Games

Report Forum Post

Report Account:

Report Type

Additional Info