magicciv/public/resources/items/phase_gauntlet.json
Natalie 4251026770 feat(@projects/@magic-civilization): update mystery item objective status
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:49:43 -07:00

32 lines
1,014 B
JSON

{
"id": "phase_gauntlet",
"name": "Phase Gauntlet",
"description": "A segmented metal glove recovered from an ancient construct site. The fingers sometimes are not where they appear to be. Dwarven scholars call it a manufacturing defect. The gauntlet does not comment.",
"category": "tool",
"tier": 9,
"charge_mode": "permanent",
"source": "apex_relic",
"school": null,
"mana": null,
"spell_effect": null,
"archon": null,
"stats": [
{ "key": "melee_bonus", "value": 6, "label": "+6 attack" },
{ "key": "armor_bonus", "value": 3, "label": "+3 defense" },
{ "key": "hp_bonus", "value": 8, "label": "+8 HP" }
],
"apex_drop": {
"drops_from": "ancient_construct_site",
"drop_chance": 0.025
},
"equip_restriction": {
"min_tier": 6
},
"sprite": "sprites/items/phase_gauntlet.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/relics",
"tags": ["tool", "tier_9", "apex_relic", "ancient_construct"]
}
}