Itemised Beast Information

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

Determining an Itemised Beast

  • Itemised Beasts will have their category set to "monsters".
    "category": {"monsters": []}
  • The icon they use will be Art/2DItems/Currency/BestiaryOrbFull.png (image viewable here).

Extracting New Properties

  • The Monster Level is the same as the item's Item Level.
  • The explicitMods attribute will be used to display monster mods in the familiar format.
  • Additional properties have been added. These will be similar to other properties in the API.
    "properties": [
      {"name": "Genus", values: [["Gargantuan", 0]], "displayMode": 0, "type": 21},
      {"name": "Group", values: [["Ursae", 0]], "displayMode": 0, "type": 22},
      {"name": "Family", values: [["The Wilds", 0]], "displayMode": 0, "type": 23}
    ]
    You may rely on the type parameter of these properties to stay the same instead of relying on the property name.

Oddities

  • Unique monsters will have their name in the typeLine field, and the name field will be blank. Other monster rarities work as expected.

New Property Values

Genus Values
Gargantuans
Goatmen
Goat Shamans
Hellions
Wolves
Apes
Rhoas
Sand Spitters
Sea Witches
Shield Crabs
Snakes
Spawn
Spiders
Maws
Chimerals
Carrion Queens
Carrion Insects
Retches
Goliaths
Devourers
Watchers
Plummeting Ursae
Vultures
Leapers
Karui Hounds
Pitbulls
Cockerels
Bulls
Ape Chieftains
Parasites
Crabs
Hounds
Lurchers
Arachnoscorpions
Rhexes
Scorpions
Lynxes
Tigers
Spider Crabs
Octopuses
Gem Frogs
Frogs
Group Values
Felines
Primates
Canines
Ursae
Unnaturals
Avians
Reptiles
Insects
Arachnids
Cephalopods
Crustaceans
Amphibians
Family Values
The Wilds
The Sands
The Caverns
The Deep
Bestiary Mods
Aspect of the Hellion
Spectral Stampede
Tiger Prey
Crushing Claws
Raven Caller
Vile Hatchery
Satyr Storm
Unstable Swarm
Infested Earth
Erupting Winds
Blood Geyser
Incendiary Mite
Putrid Flight
Churning Claws
Spectral Swipe
Saqawine Presence
Fertile Presence
Farric Presence
Craicic Presence
Deep One's Presence
Fenumal Presence
Winter Bloom
Hadal Dive
Crimson Flock

Example Item JSON

{
    "verified": true,
    "w": 1,
    "h": 1,
    "ilvl": 49,
    "icon": "/image/Art/2DItems/Currency/BestiaryOrbFull.png?scale=1&scaleIndex=0&w=1&h=1",
    "league": "Bestiary",
    "name": "",
    "typeLine": "Brinecrack",
    "identified": true,
    "properties": [
        {
            "name": "Genus",
            "values": [
                [
                    "Lurchers",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 21
        },
        {
            "name": "Group",
            "values": [
                [
                    "Crustaceans",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 22
        },
        {
            "name": "Family",
            "values": [
                [
                    "The Deep",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 23
        }
    ],
    "descrText": "Right-click to add this to your bestiary.",
    "frameType": 3,
    "category": {
        "monsters": []
    }
}

{
    "verified": true,
    "w": 1,
    "h": 1,
    "ilvl": 61,
    "icon": "/image/Art/2DItems/Currency/BestiaryOrbFull.png?scale=1&scaleIndex=0&w=1&h=1",
    "league": "Bestiary",
    "name": "Venombite",
    "typeLine": "Escaped Rhex",
    "identified": true,
    "properties": [
        {
            "name": "Genus",
            "values": [
                [
                    "Rhexes",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 21
        },
        {
            "name": "Group",
            "values": [
                [
                    "Avians",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 22
        },
        {
            "name": "Family",
            "values": [
                [
                    "The Sands",
                    0
                ]
            ],
            "displayMode": 0,
            "type": 23
        }
    ],
    "explicitMods": [
        "Quick",
        "Hexproof",
        "Gains Frenzy Charges"
    ],
    "descrText": "Right-click to add this to your bestiary.",
    "frameType": 2,
    "category": {
        "monsters": []
    }
}

Example Item Ctrl+C Information

Rarity: Rare
Wraththirst the Crippler
Farric Goliath
--------
Genus: Goliaths
Group: Unnaturals
Family: The Wilds
--------
Item Level: 58
--------
Satyr Storm
Aspect of the Hellion
Quick
Bonus Energy Shield
Unwavering
Spikes on Death
--------
Right-click to add this to your bestiary.

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

EDIT: Added information on monster mods.

EDIT2: Added example item json.

EDIT3: Added confirmation that monster mods will work as expected.

EDIT4: Added Ctrl+C example.

Posted by 
on
Grinding Gear Games

Report Forum Post

Report Account:

Report Type

Additional Info