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

68 lines
3.0 KiB
JSON

[
{
"id": "mboots_sevenleague",
"type": "ARMOR",
"copy-from": "boots_hiking",
"name": { "str": "seven league boots", "str_pl": "pairs of seven league boots" },
"looks_like": "boots_hiking",
"description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, they look like they've seen a lot of use and will likely see a lot more. They make your movement a lot less work.",
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "MOVE_COST", "add": -30 } ] } ] },
"encumbrance": 8,
"warmth": 30,
"material_thickness": 3,
"environmental_protection": 3,
"flags": [ "WATERPROOF", "STURDY" ]
},
{
"id": "mboots_haste",
"type": "ARMOR",
"copy-from": "boots_hiking",
"name": { "str": "boots of haste", "str_pl": "pairs of boots of haste" },
"looks_like": "boots_hiking",
"description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, they look like they've seen a lot of use and will likely see a lot more. They make your movement a lot less work.",
"relic_data": {
"passive_effects": [
{ "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "MOVE_COST", "add": -20 } ] },
{ "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "SPEED", "add": 10 } ] }
]
},
"encumbrance": 8,
"warmth": 30,
"material_thickness": 3,
"environmental_protection": 3,
"flags": [ "WATERPROOF", "STURDY" ]
},
{
"id": "mboots_escape",
"type": "TOOL_ARMOR",
"copy-from": "boots_hiking",
"name": { "str_sp": "escape boots" },
"looks_like": "boots_hiking",
"description": "Rugged yet extremely comfortable and well fitting boots of worn leather and steel, these boots can be activated once a day to escape from nasty situations, teleporting you a good distance in a random direction.",
"initial_charges": 24,
"max_charges": 24,
"charges_per_use": 24,
"artifact_data": { "charge_type": "ARTC_TIME" },
"use_action": { "type": "cast_spell", "spell_id": "magus_escape", "no_fail": true, "level": 10, "need_worn": true },
"encumbrance": 8,
"warmth": 30,
"material_thickness": 3,
"environmental_protection": 3,
"flags": [ "WATERPROOF", "STURDY" ]
},
{
"id": "mboots_grounding",
"type": "ARMOR",
"copy-from": "boots_hiking",
"name": { "str": "boots of grounding", "str_pl": "pairs of boots of grounding" },
"looks_like": "boots_hiking",
"description": "Rugged yet extremely comfortable and well fitting boots of leather with small engraved runes seemingly filled with rubber. When worn, you are immune to damage from electricity.",
"encumbrance": 8,
"warmth": 30,
"material_thickness": 3,
"environmental_protection": 3,
"flags": [ "WATERPROOF", "STURDY" ],
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "ARMOR_ELEC", "add": -20 } ] } ] }
}
]