magicciv/public/resources/items/phase_gauntlet.json

30 lines
942 B
JSON

{
"id": "phase_gauntlet",
"name": "Phase Gauntlet",
"description": "A segmented metal glove from an ancient construct site. The wearer occasionally is not where they should be. Dwarven scholars call it a malfunction. The gauntlet does not comment.",
"category": "tool",
"tier": 9,
"charge_mode": "combat",
"charges": 1,
"source": "apex_relic",
"stats": [
{ "key": "teleport", "value": 3, "label": "Teleport 3 hexes (1/3 turns)" }
],
"apex_drop": {
"drops_from": "phase_sentinel",
"drop_chance": 1.0
},
"equip_restriction": {
"min_tier": 6
},
"sprite": "sprites/items/phase_gauntlet.png",
"influences": {
"notes": "Pre-dwarven spatial technology. The mechanism defies dwarven metallurgical understanding."
},
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/relics",
"tags": ["tool", "tier_9", "apex_relic", "ancient_construct"]
}
}