list: API endpoint for returning a list of items.

retrieve: API endpoint for returning a particular item.

GET /v2/items/?format=api&ordering=armor&page=44
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2231,
    "next": "https://api-beta.open5e.com/v2/items/?format=api&ordering=armor&page=45",
    "previous": "https://api-beta.open5e.com/v2/items/?format=api&ordering=armor&page=43",
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_slick-cuirass/?format=api",
            "key": "vom_slick-cuirass",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Common",
                "url": "https://api-beta.open5e.com/v2/itemrarities/common/?format=api",
                "key": "common",
                "rank": 1
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Slick Cuirass",
            "desc": "This suit of leather armor has a shiny, greasy look to it. While wearing the armor, you have advantage on ability checks and saving throws made to escape a grapple. In addition, while squeezing through a smaller space, you don't have disadvantage on attack rolls and Dexterity saving throws.",
            "cost": "0.00",
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_swarmfoe-leather/?format=api",
            "key": "vom_swarmfoe-leather",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Swarmfoe Leather",
            "desc": "While wearing this armor festooned with thin draconic scales, you gain a +1 bonus to AC. You can use the scales as a melee weapon while wearing the armor. You have proficiency with the scales and deal 1d4 slashing damage on a hit (your Strength modifier applies to the attack and damage rolls as normal). Swarms don't have resistance to the damage dealt by the scales. In addition, if a swarm occupies your space, you can attack with the scales as a bonus action.",
            "cost": "0.00",
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_troll-skin-leather/?format=api",
            "key": "vom_troll-skin-leather",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Troll Skin Leather",
            "desc": "While wearing troll skin armor, you gain a +1 bonus to AC, and you stabilize whenever you are dying at the start of your turn. In addition, you can use an action to regenerate for 1 minute. While regenerating, you regain 2 hit points at the start of each of your turns. The armor can't be used this way again until the next dawn.",
            "cost": "0.00",
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_warlocks-aegis/?format=api",
            "key": "vom_warlocks-aegis",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Warlock's Aegis",
            "desc": "When you attune to this mundane-looking suit of leather armor, symbols related to your patron burn themselves into the leather, and the armor's colors change to those most closely associated with your patron. While wearing this armor, you can use an action and expend a spell slot to increase your AC by an amount equal to your Charisma modifier for the next 8 hours. The armor can't be used this way again until the next dawn.",
            "cost": "0.00",
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_white-ape-leather/?format=api",
            "key": "vom_white-ape-leather",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Leather",
                "key": "srd_leather",
                "url": "https://api-beta.open5e.com/v2/armor/srd_leather/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": false,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "White Ape Leather",
            "desc": "This armor was made from the remains of a White Ape (see Tome of Beasts) that fell in battle. While wearing this armor, you gain a +2 bonus to AC. In addition, the armor has the following properties while you wear it.",
            "cost": "0.00",
            "weight": "10.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-resistance-padded/?format=api",
            "key": "srd_armor-of-resistance-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Resistance (Padded)",
            "desc": "You have resistance to one type of damage while you wear this armor. The GM chooses the type or determines it randomly from the options below.\n\n| d10 | Damage Type |\n|-----|-------------|\n| 1   | Acid        |\n| 2   | Cold        |\n| 3   | Fire        |\n| 4   | Force       |\n| 5   | Lightning   |\n| 6   | Necrotic    |\n| 7   | Poison      |\n| 8   | Psychic     |\n| 9   | Radiant     |\n| 10  | Thunder     |",
            "cost": null,
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_padded-armor/?format=api",
            "key": "srd_padded-armor",
            "is_magic_item": false,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Padded Armor",
            "desc": "Padded armor consists of quilted layers of cloth and batting.",
            "cost": "5.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_armor-of-cushioning/?format=api",
            "key": "vom_armor-of-cushioning",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Cushioning",
            "desc": "While wearing this armor, you have resistance to bludgeoning damage. In addition, you can use a reaction when you fall to reduce any falling damage you take by an amount equal to twice your level.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_bloodprice-padded/?format=api",
            "key": "vom_bloodprice-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Bloodprice Padded",
            "desc": "When a melee attack would hit you while you are wearing this armor, you can use your reaction to increase your Armor Class by up to 10 against that attack. If you do so, you lose hit points equal to 5 times the bonus you want to add to your AC. For example, if you want to increase your AC by 2 against that attack, you lose 10 hit points.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_encouraging-padded-armor/?format=api",
            "key": "vom_encouraging-padded-armor",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Encouraging Padded Armor",
            "desc": "While wearing this armor, you gain a +1 bonus to AC. In addition, each friendly creature within 10 feet of you that can see you gains a +1 bonus to attack rolls and saving throws. If you are a paladin with the Aura of Courage feature, this bonus increases to +2.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_ghost-barding-padded/?format=api",
            "key": "vom_ghost-barding-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ghost Barding Padded",
            "desc": "This armor is blue-green and translucent. It weighs only 1 pound, and if the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, this version of the armor doesn't. The armor's base Armor Class applies only against attacks by undead creatures and doesn't provide protection against any other attacks. When a beast wears this armor, the beast gains a +1 bonus to AC against attacks by undead creatures, and it has advantage on saving throws against the spells and special abilities of undead creatures.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_grave-ward-padded/?format=api",
            "key": "vom_grave-ward-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Grave Ward Padded",
            "desc": "This armor bears gold or brass symbols of sunlight and sun deities and never tarnishes or rusts. The armor is immune to necrotic damage and rusting attacks such as those of a rust monster. While wearing this armor, your maximum hit points can't be reduced. As an action, you can speak a command word to gain the effect of a protection from evil and good spell for 1 minute (no concentration required). While the spell is active, if you are reduced to 0 hit points, you drop to 1 hit point instead. Once you use this property, it can't be used again until the next dawn.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_muffled-padded/?format=api",
            "key": "vom_muffled-padded",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Common",
                "url": "https://api-beta.open5e.com/v2/itemrarities/common/?format=api",
                "key": "common",
                "rank": 1
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Muffled Padded",
            "desc": "This magical armor is laid with enchantments to mute its noise and ease movement, even muting and dulling its colors and shine when you attempt to conceal yourself. While wearing this armor, you don't have disadvantage on Dexterity (Stealth) checks as a result of wearing the armor, but you might still have disadvantage on such checks from other effects.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_padded-armor-of-the-leaf/?format=api",
            "key": "vom_padded-armor-of-the-leaf",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Padded Armor of the Leaf",
            "desc": "This suit of armor always has a forest or leaf motif and is usually green or brown in color. While wearing this armor in forest terrain, you have advantage on\nStrength (Athletics) and Dexterity (Stealth) checks. You can use an action to transform the armor into a cloud of swirling razor-sharp leaves, and each creature within 10 feet of you must succeed on a DC 13 Dexterity saving throw or take 2d8 slashing damage. For 1 minute, the cloud of leaves spreads out in a 10-foot radius from you, making the area lightly obscured for creatures other than you. The cloud moves with you, remaining centered on you. A wind of at least 10 miles per hour disperses the cloud and ends the effect. While the armor is transformed, you don't gain a base Armor Class from the armor. The armor can't be used this way again until the next dawn.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_vestments-of-the-bleak-shinobi/?format=api",
            "key": "vom_vestments-of-the-bleak-shinobi",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Padded",
                "key": "srd_padded",
                "url": "https://api-beta.open5e.com/v2/armor/srd_padded/?format=api",
                "category": "light",
                "ac_base": 11,
                "ac_display": "11 + Dex modifier",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Vestments of the Bleak Shinobi",
            "desc": "This padded black armor is fashioned in the furtive style of shinobi shōzoku garb. You have advantage on Dexterity (Stealth) checks while you wear this armor. Darkness. While wearing this armor, you can use an action to cast the darkness spell from it with a range of 30 feet. Once used, this property can’t be used again until the next dawn.",
            "cost": "0.00",
            "weight": "8.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-plate/?format=api",
            "key": "srd_adamantine-armor-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Plate)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-invulnerability/?format=api",
            "key": "srd_armor-of-invulnerability",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Invulnerability",
            "desc": "You have resistance to nonmagical damage while you wear this armor. Additionally, you can use an action to make yourself immune to nonmagical damage for 10 minutes or until you are no longer wearing the armor. Once this special action is used, it can't be used again until the next dawn.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_armor-of-vulnerability/?format=api",
            "key": "srd_armor-of-vulnerability",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Armor of Vulnerability",
            "desc": "While wearing this armor, you have resistance to one of the following damage types: bludgeoning, piercing, or slashing. The GM chooses the type or determines it randomly.\n\n**_Curse_**. This armor is cursed, a fact that is revealed only when an _identify_ spell is cast on the armor or you attune to it. Attuning to the armor curses you until you are targeted by the _remove curse_ spell or similar magic; removing the armor fails to end the curse. While cursed, you have vulnerability to two of the three damage types associated with the armor (not the one to which it grants resistance).",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_demon-armor/?format=api",
            "key": "srd_demon-armor",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Demon Armor",
            "desc": "While wearing this armor, you gain a +1 bonus to AC, and you can understand and speak Abyssal. In addition, the armor's clawed gauntlets turn unarmed strikes with your hands into magic weapons that deal slashing damage, with a +1 bonus to attack rolls and damage rolls and a damage die of 1d8.\n\n**_Curse_**. Once you don this cursed armor, you can't doff it unless you are targeted by the _remove curse_ spell or similar magic. While wearing the armor, you have disadvantage on attack rolls against demons and on saving throws against their spells and special abilities.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dwarven-plate/?format=api",
            "key": "srd_dwarven-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dwarven Plate",
            "desc": "While wearing this armor, you gain a +2 bonus to AC. In addition, if an effect moves you against your will along the ground, you can use your reaction to reduce the distance you are moved by up to 10 feet.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_mithral-armor-plate/?format=api",
            "key": "srd_mithral-armor-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Mithral Armor (Plate)",
            "desc": "Mithral is a light, flexible metal. A mithral chain shirt or breastplate can be worn under normal clothes. If the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, the mithral version of the armor doesn't.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_plate-armor/?format=api",
            "key": "srd_plate-armor",
            "is_magic_item": false,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Plate Armor",
            "desc": "Plate consists of shaped, interlocking metal plates to cover the entire body. A suit of plate includes gauntlets, heavy leather boots, a visored helmet, and thick layers of padding underneath the armor. Buckles and straps distribute the weight over the body.",
            "cost": "1500.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_plate-armor-of-etherealness/?format=api",
            "key": "srd_plate-armor-of-etherealness",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Plate Armor of Etherealness",
            "desc": "While you're wearing this armor, you can speak its command word as an action to gain the effect of the _etherealness_ spell, which last for 10 minutes or until you remove the armor or use an action to speak the command word again. This property of the armor can't be used again until the next dawn.",
            "cost": null,
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_bloodprice-plate/?format=api",
            "key": "vom_bloodprice-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Bloodprice Plate",
            "desc": "When a melee attack would hit you while you are wearing this armor, you can use your reaction to increase your Armor Class by up to 10 against that attack. If you do so, you lose hit points equal to 5 times the bonus you want to add to your AC. For example, if you want to increase your AC by 2 against that attack, you lose 10 hit points.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_chillblain-plate/?format=api",
            "key": "vom_chillblain-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Chillblain Plate",
            "desc": "This armor is forged from overlapping blue steel plates or blue rings and has a frosted appearance. While wearing this armor, you gain a +1 bonus to AC, and you have resistance to cold damage. In addition, when a creature hits you with a melee weapon attack, it must succeed on a DC 15 Constitution saving throw or become numbed by the supernatural cold radiating from the armor. A creature numbed by the cold can use either an action or bonus action on its turn, not both, and its movement speed is reduced by 10 feet until the end of its next turn.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_commanders-plate/?format=api",
            "key": "vom_commanders-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Commander's Plate",
            "desc": "This armor is typically emblazoned or decorated with imagery of lions, bears, griffons, eagles, or other symbols of bravery and courage. While wearing this armor, your voice can be clearly heard by all friendly creatures within 300 feet of you if you so choose. Your voice doesn't carry in areas where sound is prevented, such as in the area of the silence spell. Each friendly creature that can see or hear you has advantage on saving throws against being frightened. You can use a bonus action to rally a friendly creature that can see or hear you. The target gains a +1 bonus to attack or damage rolls on its next turn. Once you have rallied a creature, you can't rally that creature again until it finishes a long rest.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_encouraging-plate/?format=api",
            "key": "vom_encouraging-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Encouraging Plate",
            "desc": "While wearing this armor, you gain a +1 bonus to AC. In addition, each friendly creature within 10 feet of you that can see you gains a +1 bonus to attack rolls and saving throws. If you are a paladin with the Aura of Courage feature, this bonus increases to +2.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_fellforged-armor/?format=api",
            "key": "vom_fellforged-armor",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Fellforged Armor",
            "desc": "While wearing this steam-powered magic armor, you gain a +1 bonus to AC, your Strength score increases by 2, and you gain the ability to cast speak with dead as an action. As long as you remain cursed, you exude an unnatural aura, causing beasts with Intelligence 3 or less within 30 feet of you to be frightened. Once you have used the armor to cast speak with dead, you can't cast it again until the next dawn.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_fountmail/?format=api",
            "key": "vom_fountmail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Fountmail",
            "desc": "This armor is a dazzling white suit of chain mail with an alabaster-colored steel collar that covers part of the face. You gain a +3 bonus to AC while you wear this armor. In addition, you gain the following benefits: - You add your Strength and Wisdom modifiers in addition to your Constitution modifier on all rolls when spending Hit Die to recover hit points. - You can't be frightened. - You have resistance to necrotic damage.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_ghost-barding-plate/?format=api",
            "key": "vom_ghost-barding-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ghost Barding Plate",
            "desc": "This armor is blue-green and translucent. It weighs only 1 pound, and if the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, this version of the armor doesn't. The armor's base Armor Class applies only against attacks by undead creatures and doesn't provide protection against any other attacks. When a beast wears this armor, the beast gains a +1 bonus to AC against attacks by undead creatures, and it has advantage on saving throws against the spells and special abilities of undead creatures.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_grave-ward-plate/?format=api",
            "key": "vom_grave-ward-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Grave Ward Plate",
            "desc": "This armor bears gold or brass symbols of sunlight and sun deities and never tarnishes or rusts. The armor is immune to necrotic damage and rusting attacks such as those of a rust monster. While wearing this armor, your maximum hit points can't be reduced. As an action, you can speak a command word to gain the effect of a protection from evil and good spell for 1 minute (no concentration required). While the spell is active, if you are reduced to 0 hit points, you drop to 1 hit point instead. Once you use this property, it can't be used again until the next dawn.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_living-juggernaut/?format=api",
            "key": "vom_living-juggernaut",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Living Juggernaut",
            "desc": "This broad, bulky suit of plate is adorned with large, blunt spikes and has curving bull horns affixed to its helm. While wearing this armor, you gain a +1 bonus to AC, and difficult terrain doesn't cost you extra movement.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_meteoric-plate/?format=api",
            "key": "vom_meteoric-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Meteoric Plate",
            "desc": "This plate armor was magically crafted from plates of interlocking stone. Tiny rubies inlaid in the chest create a glittering mosaic of flames. When you fall while wearing this armor, you can tuck your knees against your chest and curl into a ball. While falling in this way, flames form around your body. You take half the usual falling damage when you hit the ground, and fire explodes from your form in a 20-foot-radius sphere. Each creature in this area must make a DC 15 Dexterity saving throw. On a failed save, a target takes fire damage equal to the falling damage you took, or half as much on a successful saving throw. The fire spreads around corners and ignites flammable objects in the area that aren't being worn or carried.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_mirrored-plate/?format=api",
            "key": "vom_mirrored-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Mirrored Plate",
            "desc": "This metal armor is always polished to a mirror sheen, highly reflective, and can't be dulled. If a creature has an action or trait that requires it to gaze at you to affect you, such as a basilisk's Petrifying Gaze or a lich's Frightening Gaze, it sees its reflection in the armor and is also affected by the gaze.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_molten-hellfire-plate/?format=api",
            "key": "vom_molten-hellfire-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Molten Hellfire Plate",
            "desc": "This spiked armor is a dark, almost black crimson when inactive. This more powerful version of hellfire armor has 3 charges. It regains all expended charges daily at dawn. If you expend 1 charge as part of the action to make the armor glow, you can make the armor emit heat in addition to light for 1 minute. For the duration, when a creature touches you or hits you with a melee attack while within 5 feet of you, it takes 1d4 fire damage. You are immune to the armor’s heat while wearing it.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_muffled-plate/?format=api",
            "key": "vom_muffled-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Common",
                "url": "https://api-beta.open5e.com/v2/itemrarities/common/?format=api",
                "key": "common",
                "rank": 1
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Muffled Plate",
            "desc": "This magical armor is laid with enchantments to mute its noise and ease movement, even muting and dulling its colors and shine when you attempt to conceal yourself. While wearing this armor, you don't have disadvantage on Dexterity (Stealth) checks as a result of wearing the armor, but you might still have disadvantage on such checks from other effects.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_smoking-plate-of-heithmir/?format=api",
            "key": "vom_smoking-plate-of-heithmir",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Smoking Plate of Heithmir",
            "desc": "This armor is soot-colored plate with grim dwarf visages on the pauldrons. The pauldrons emit curling smoke and are warm to the touch. You gain a +3 bonus to AC and are resistant to cold damage while wearing this armor. In addition, when you are struck by an attack while wearing this armor, you can use a reaction to fill a 30-foot cone in front of you with dense smoke. The smoke spreads around corners, and its area is heavily obscured. Each creature in the smoke when it appears and each creature that ends its turn in the smoke must succeed on a DC 17 Constitution saving throw or be poisoned for 1 minute. A wind of at least 20 miles per hour disperses the smoke. Otherwise, the smoke lasts for 5 minutes. Once used, this property of the armor can't be used again until the next dawn.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_undine-plate/?format=api",
            "key": "vom_undine-plate",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Plate",
                "key": "srd_plate",
                "url": "https://api-beta.open5e.com/v2/armor/srd_plate/?format=api",
                "category": "heavy",
                "ac_base": 18,
                "ac_display": "18",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": 15
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/rare/?format=api",
                "key": "rare",
                "rank": 3
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Undine Plate",
            "desc": "This bright green plate armor is embossed with images of various marine creatures, such as octopuses and rays. While wearing this armor, you have a swimming speed of 40 feet, and you don't have disadvantage on Dexterity (Stealth) checks while underwater.",
            "cost": "0.00",
            "weight": "65.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-ring-mail/?format=api",
            "key": "srd_adamantine-armor-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Ring-Mail)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_mithral-armor-ring-mail/?format=api",
            "key": "srd_mithral-armor-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Mithral Armor (Ring-Mail)",
            "desc": "Mithral is a light, flexible metal. A mithral chain shirt or breastplate can be worn under normal clothes. If the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, the mithral version of the armor doesn't.",
            "cost": null,
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_ring-mail/?format=api",
            "key": "srd_ring-mail",
            "is_magic_item": false,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": null,
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ring mail",
            "desc": "This armor is leather armor with heavy rings sewn into it. The rings help reinforce the armor against blows from swords and axes. Ring mail is inferior to chain mail, and it's usually worn only by those who can't afford better armor.",
            "cost": "30.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_bloodprice-ring-mail/?format=api",
            "key": "vom_bloodprice-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Legendary",
                "url": "https://api-beta.open5e.com/v2/itemrarities/legendary/?format=api",
                "key": "legendary",
                "rank": 5
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Bloodprice Ring-Mail",
            "desc": "When a melee attack would hit you while you are wearing this armor, you can use your reaction to increase your Armor Class by up to 10 against that attack. If you do so, you lose hit points equal to 5 times the bonus you want to add to your AC. For example, if you want to increase your AC by 2 against that attack, you lose 10 hit points.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_chillblain-ring-mail/?format=api",
            "key": "vom_chillblain-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Chillblain Ring Mail",
            "desc": "This armor is forged from overlapping blue steel plates or blue rings and has a frosted appearance. While wearing this armor, you gain a +1 bonus to AC, and you have resistance to cold damage. In addition, when a creature hits you with a melee weapon attack, it must succeed on a DC 15 Constitution saving throw or become numbed by the supernatural cold radiating from the armor. A creature numbed by the cold can use either an action or bonus action on its turn, not both, and its movement speed is reduced by 10 feet until the end of its next turn.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_encouraging-ring-mail/?format=api",
            "key": "vom_encouraging-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Encouraging Ring Mail",
            "desc": "While wearing this armor, you gain a +1 bonus to AC. In addition, each friendly creature within 10 feet of you that can see you gains a +1 bonus to attack rolls and saving throws. If you are a paladin with the Aura of Courage feature, this bonus increases to +2.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_ghost-barding-ring-mail/?format=api",
            "key": "vom_ghost-barding-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Ghost Barding Ring Mail",
            "desc": "This armor is blue-green and translucent. It weighs only 1 pound, and if the armor normally imposes disadvantage on Dexterity (Stealth) checks or has a Strength requirement, this version of the armor doesn't. The armor's base Armor Class applies only against attacks by undead creatures and doesn't provide protection against any other attacks. When a beast wears this armor, the beast gains a +1 bonus to AC against attacks by undead creatures, and it has advantage on saving throws against the spells and special abilities of undead creatures.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_grave-ward-ring-mail/?format=api",
            "key": "vom_grave-ward-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Grave Ward Ring Mail",
            "desc": "This armor bears gold or brass symbols of sunlight and sun deities and never tarnishes or rusts. The armor is immune to necrotic damage and rusting attacks such as those of a rust monster. While wearing this armor, your maximum hit points can't be reduced. As an action, you can speak a command word to gain the effect of a protection from evil and good spell for 1 minute (no concentration required). While the spell is active, if you are reduced to 0 hit points, you drop to 1 hit point instead. Once you use this property, it can't be used again until the next dawn.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_molten-hellfire-ring-mail/?format=api",
            "key": "vom_molten-hellfire-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Molten Hellfire Ring Mail",
            "desc": "This spiked armor is a dark, almost black crimson when inactive. This more powerful version of hellfire armor has 3 charges. It regains all expended charges daily at dawn. If you expend 1 charge as part of the action to make the armor glow, you can make the armor emit heat in addition to light for 1 minute. For the duration, when a creature touches you or hits you with a melee attack while within 5 feet of you, it takes 1d4 fire damage. You are immune to the armor’s heat while wearing it.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/vom_muffled-ring-mail/?format=api",
            "key": "vom_muffled-ring-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Ring mail",
                "key": "srd_ring-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_ring-mail/?format=api",
                "category": "heavy",
                "ac_base": 14,
                "ac_display": "14",
                "ac_add_dexmod": false,
                "ac_cap_dexmod": null,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "Vault of Magic",
                "key": "vom",
                "display_name": "Vault of Magic",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://koboldpress.com/kpstore/product/vault-of-magic-for-5th-edition/"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Common",
                "url": "https://api-beta.open5e.com/v2/itemrarities/common/?format=api",
                "key": "common",
                "rank": 1
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Muffled Ring Mail",
            "desc": "This magical armor is laid with enchantments to mute its noise and ease movement, even muting and dulling its colors and shine when you attempt to conceal yourself. While wearing this armor, you don't have disadvantage on Dexterity (Stealth) checks as a result of wearing the armor, but you might still have disadvantage on such checks from other effects.",
            "cost": "0.00",
            "weight": "40.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_adamantine-armor-scale-mail/?format=api",
            "key": "srd_adamantine-armor-scale-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Scale mail",
                "key": "srd_scale-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_scale-mail/?format=api",
                "category": "medium",
                "ac_base": 14,
                "ac_display": "14 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Uncommon",
                "url": "https://api-beta.open5e.com/v2/itemrarities/uncommon/?format=api",
                "key": "uncommon",
                "rank": 2
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Adamantine Armor (Scale-Mail)",
            "desc": "This suit of armor is reinforced with adamantine, one of the hardest substances in existence. While you're wearing it, any critical hit against you becomes a normal hit.",
            "cost": null,
            "weight": "45.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": false,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        },
        {
            "url": "https://api-beta.open5e.com/v2/items/srd_dragon-scale-mail/?format=api",
            "key": "srd_dragon-scale-mail",
            "is_magic_item": true,
            "weapon": null,
            "armor": {
                "name": "Scale mail",
                "key": "srd_scale-mail",
                "url": "https://api-beta.open5e.com/v2/armor/srd_scale-mail/?format=api",
                "category": "medium",
                "ac_base": 14,
                "ac_display": "14 + Dex modifier (max 2)",
                "ac_add_dexmod": true,
                "ac_cap_dexmod": 2,
                "grants_stealth_disadvantage": true,
                "strength_score_required": null
            },
            "document": {
                "name": "System Reference Document 5.1",
                "key": "srd-2014",
                "display_name": "5e 2014 Rules",
                "publisher": {
                    "name": "Wizards of the Coast",
                    "key": "wizards-of-the-coast",
                    "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
                },
                "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
            },
            "category": {
                "name": "Armor",
                "key": "armor",
                "url": "https://api-beta.open5e.com/v2/itemcategories/armor/?format=api"
            },
            "rarity": {
                "name": "Very Rare",
                "url": "https://api-beta.open5e.com/v2/itemrarities/very-rare/?format=api",
                "key": "very-rare",
                "rank": 4
            },
            "damage_immunities": [
                {
                    "name": "Poison",
                    "key": "poison",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api"
                },
                {
                    "name": "Psychic",
                    "key": "psychic",
                    "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api"
                }
            ],
            "size": {
                "name": "Tiny",
                "key": "tiny",
                "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
            },
            "weight_unit": "lb",
            "name": "Dragon Scale Mail",
            "desc": "Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued.\r\n\r\nWhile wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to one damage type that is determined by the kind of dragon that provided the scales (see the table).\r\n\r\nAdditionally, you can focus your senses as an action to magically discern the distance and direction to the closest dragon within 30 miles of you that is of the same type as the armor. This special action can't be used again until the next dawn.\r\n\r\n| Dragon | Resistance |\r\n|--------|------------|\r\n| Black  | Acid       |\r\n| Blue   | Lightning  |\r\n| Brass  | Fire       |\r\n| Bronze | Lightning  |\r\n| Copper | Acid       |\r\n| Gold   | Fire       |\r\n| Green  | Poison     |\r\n| Red    | Fire       |\r\n| Silver | Cold       |\r\n| White  | Cold       |",
            "cost": "0.00",
            "weight": "45.000",
            "armor_class": 0,
            "armor_detail": "",
            "hit_points": 0,
            "hit_dice": null,
            "nonmagical_attack_resistance": false,
            "nonmagical_attack_immunity": false,
            "requires_attunement": true,
            "damage_vulnerabilities": [],
            "damage_resistances": []
        }
    ]
}