🔮 Armor, +1, +2, or +3
Magic Items
View raw API endpoint ↗

Description

Armor (light, medium, or heavy), rare (+1), very rare (+2), or legendary (+3)

You have a bonus to AC while wearing this armor. The bonus is determined by its rarity.

Properties

Equipment_category
Armor
Image
/api/images/magic-items/armor.png
Rarity
Varies
Updated_at
2026-04-01T20:35:37.946Z
Variant
No
Variants
  • Armor, +1
  • Armor, +2
  • Armor, +3
Raw JSON data
{
  "desc": [
    "Armor (light, medium, or heavy), rare (+1), very rare (+2), or legendary (+3)",
    "You have a bonus to AC while wearing this armor. The bonus is determined by its rarity."
  ],
  "equipment_category": {
    "index": "armor",
    "name": "Armor",
    "url": "/api/2014/equipment-categories/armor"
  },
  "image": "/api/images/magic-items/armor.png",
  "index": "armor",
  "name": "Armor, +1, +2, or +3",
  "rarity": {
    "name": "Varies"
  },
  "updated_at": "2026-04-01T20:35:37.946Z",
  "url": "/api/2014/magic-items/armor",
  "variant": false,
  "variants": [
    {
      "index": "armor-1",
      "name": "Armor, +1",
      "url": "/api/2014/magic-items/armor-1"
    },
    {
      "index": "armor-2",
      "name": "Armor, +2",
      "url": "/api/2014/magic-items/armor-2"
    },
    {
      "index": "armor-3",
      "name": "Armor, +3",
      "url": "/api/2014/magic-items/armor-3"
    }
  ]
}