Armor of Weightlessness

Magic variantUNK2014
Type
GV|DMG
Raw data
{
  "name": "Armor of Weightlessness",
  "type": "GV|DMG",
  "inherits": {
    "page": 65,
    "rarity": "uncommon",
    "source": "BMT",
    "charges": 5,
    "entries": [
      "This armor has 5 charges. While you wear it, you can use a bonus action to expend 1 or more charges to cast one of the following spells from the armor, targeting yourself: {@spell Jump} (1 charge) or {@spell Levitate} (2 charges).",
      "This armor regains {@dice 1d4 + 1} expended charges daily at dawn."
    ],
    "recharge": "dawn",
    "reqAttune": true,
    "nameSuffix": " of Weightlessness",
    "attachedSpells": {
      "charges": {
        "1": [
          "jump"
        ],
        "2": [
          "levitate"
        ]
      }
    },
    "rechargeAmount": "{@dice 1d4 + 1}"
  },
  "requires": [
    {
      "type": "LA"
    },
    {
      "type": "MA"
    },
    {
      "type": "HA"
    },
    {
      "type": "LA|XPHB"
    },
    {
      "type": "MA|XPHB"
    },
    {
      "type": "HA|XPHB"
    }
  ]
}