magiclysm-bn/items/enchanted_masks.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

52 lines
1.8 KiB
JSON

[
{
"abstract": "mmask",
"type": "TOOL_ARMOR",
"category": "armor",
"name": "magic mask",
"description": "A generic magic mask.",
"weight": "442 g",
"volume": "750 ml",
"price": 200000,
"to_hit": -3,
"material": [ "steel", "leather" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "mouth", "eyes" ],
"coverage": 95,
"encumbrance": 10,
"warmth": 10,
"material_thickness": 2,
"environmental_protection": 1,
"flags": [ "WATER_FRIENDLY", "STURDY" ]
},
{
"type": "TOOL_ARMOR",
"id": "mmask_disappearance",
"name": { "str": "mask of disappearance", "str_pl": "masks of disappearance" },
"description": "A mask with no facial features at all, just eye and mouth holes, upon activation it makes everything ignore your presence for a while.",
"copy-from": "mmask",
"initial_charges": 12,
"max_charges": 12,
"charges_per_use": 12,
"use_action": { "type": "cast_spell", "spell_id": "invisibility", "no_fail": true, "level": 15, "need_worn": true },
"artifact_data": { "charge_type": "ARTC_TIME" }
},
{
"type": "TOOL_ARMOR",
"id": "mmask_vision",
"name": { "str": "mask of perfect vision", "str_pl": "masks of perfect vision" },
"description": "A decidedly steampunk-looking half mask that covers the eye area of the face, it has large lenses that correct and greatly enhance the vision of the wearer.",
"copy-from": "mmask",
"covers": [ "eyes" ],
"coverage": 100,
"encumbrance": 5,
"environmental_protection": 6,
"flags": [ "FANCY", "WATER_FRIENDLY", "SUN_GLASSES", "FIX_NEARSIGHT", "FIX_FARSIGHT", "ZOOM" ],
"qualities": [ [ "GLARE", 2 ] ],
"relic_data": {
"passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "PERCEPTION", "multiply": 0.25 } ] } ]
}
}
]