96 lines
4.2 KiB
JSON
96 lines
4.2 KiB
JSON
[
|
|
{
|
|
"id": "mbracer_steel_pair",
|
|
"type": "TOOL_ARMOR",
|
|
"category": "armor",
|
|
"name": { "str": "pair of steel bracers", "str_pl": "pairs of steel bracers" },
|
|
"description": "A full assembly of medieval arm protection.",
|
|
"weight": "1520 g",
|
|
"volume": "2500 ml",
|
|
"price": 20000,
|
|
"to_hit": -1,
|
|
"material": [ "steel", "leather" ],
|
|
"symbol": "[",
|
|
"color": "light_gray",
|
|
"covers": [ "arms" ],
|
|
"coverage": 45,
|
|
"encumbrance": 10,
|
|
"warmth": 10,
|
|
"material_thickness": 5,
|
|
"flags": [ "BELTED", "STURDY", "BLOCK_WHILE_WORN", "WATER_FRIENDLY" ]
|
|
},
|
|
{
|
|
"copy-from": "mbracer_steel_pair",
|
|
"type": "TOOL_ARMOR",
|
|
"id": "mbracer_steel_single",
|
|
"name": { "str": "steel bracer" },
|
|
"weight": "770 g",
|
|
"volume": "1250 ml",
|
|
"covers": [ "arm_either" ]
|
|
},
|
|
{
|
|
"copy-from": "mbracer_steel_single",
|
|
"type": "TOOL_ARMOR",
|
|
"id": "mbracer_defense_lesser",
|
|
"name": { "str": "bracer of lesser defense", "str_pl": "bracers of lesser defense" },
|
|
"description": "A light but extremely sturdy steel bracer with an ornate shield engraved on the top, silver accentuates the intricate design. It protects your body with a light aura to reduce damage you take.",
|
|
"material_thickness": 6,
|
|
"flags": [ "BELTED", "STURDY", "BLOCK_WHILE_WORN" ],
|
|
"relic_data": {
|
|
"passive_effects": [
|
|
{
|
|
"has": "WORN",
|
|
"condition": "ALWAYS",
|
|
"values": [ { "value": "ARMOR_CUT", "add": -2 }, { "value": "ARMOR_BASH", "add": -2 }, { "value": "ARMOR_STAB", "add": -2 } ]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"copy-from": "mbracer_steel_single",
|
|
"type": "TOOL_ARMOR",
|
|
"id": "mbracer_defense_greater",
|
|
"name": { "str": "bracer of greater defense", "str_pl": "bracers of greater defense" },
|
|
"description": "A light but extremely sturdy steel bracer with an ornate shield engraved on the top, gold accentuates the intricate design. It protects your body with a strong aura to reduce damage you take.",
|
|
"material_thickness": 6,
|
|
"flags": [ "BELTED", "STURDY", "BLOCK_WHILE_WORN" ],
|
|
"relic_data": {
|
|
"passive_effects": [
|
|
{
|
|
"has": "WORN",
|
|
"condition": "ALWAYS",
|
|
"values": [ { "value": "ARMOR_CUT", "add": -4 }, { "value": "ARMOR_BASH", "add": -4 }, { "value": "ARMOR_STAB", "add": -4 } ]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"copy-from": "mbracer_steel_single",
|
|
"type": "TOOL_ARMOR",
|
|
"id": "mbracer_lightning_lesser",
|
|
"name": { "str": "lesser bracer of lightning", "str_pl": "lesser bracers of lightning" },
|
|
"description": "A light but extremely sturdy steel bracer with an ornate bundle of lightning bolts engraved on the top, silver accentuates the intricate design. It protects your body with a light aura to reduce electrical damage you take, as well as being able to release a Jolt spell 3 times a day.",
|
|
"initial_charges": 72,
|
|
"max_charges": 72,
|
|
"charges_per_use": 24,
|
|
"artifact_data": { "charge_type": "ARTC_TIME" },
|
|
"flags": [ "BELTED", "STURDY", "BLOCK_WHILE_WORN" ],
|
|
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "ARMOR_ELEC", "add": -5 } ] } ] },
|
|
"use_action": { "type": "cast_spell", "spell_id": "jolt", "no_fail": true, "level": 15, "need_worn": true }
|
|
},
|
|
{
|
|
"copy-from": "mbracer_steel_single",
|
|
"type": "TOOL_ARMOR",
|
|
"id": "mbracer_lightning_greater",
|
|
"name": { "str": "greater bracer of lightning", "str_pl": "greater bracers of lightning" },
|
|
"description": "A light but extremely sturdy steel bracer with an ornate bundle of lightning bolts engraved on the top, gold accentuates the intricate design. It protects your body with a strong aura to reduce electrical damage you take, as well as being able to release a Lightning Bolt spell 3 times a day.",
|
|
"initial_charges": 72,
|
|
"max_charges": 72,
|
|
"charges_per_use": 24,
|
|
"artifact_data": { "charge_type": "ARTC_TIME" },
|
|
"flags": [ "BELTED", "STURDY", "BLOCK_WHILE_WORN" ],
|
|
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "ARMOR_ELEC", "add": -10 } ] } ] },
|
|
"use_action": { "type": "cast_spell", "spell_id": "lightning_bolt", "no_fail": true, "level": 15, "need_worn": true }
|
|
}
|
|
]
|