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

41 lines
1.9 KiB
JSON

[
{
"id": "bio_fuel_cell_blood",
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": { "str": "Blood Power Generator CBM" },
"description": "Using the latest advancement in technomancy this bionic is able to convert the innate energy stored in blood into bionic power. The stronger the blood the better. It can hold up to 100 mL of blood.",
"price": 450000,
"weight": "500 g",
"difficulty": 8
},
{
"type": "enchantment",
"id": "ench_bio_sneeze_beam",
"values": [ { "value": "MANA_CAP", "add": 500 } ]
},
{
"id": "bio_sneeze_beam",
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": { "str": "Crystallized Mana Nose Replacement" },
"description": "A large gem made with crystallized mana and some other stabilizing metals. Comes with a specially designed power pack (installed into the skull) that does not interfere with your mana ley lines. WARNING: for Technomancer use only. By using this spell you are waiving all liability of Frikken Laser Beams Inc. and its subsidiaries.",
"price": 450000,
"weight": "750 g",
"volume": "177 ml",
"difficulty": 8
},
{
"id": "bio_sneeze_beam",
"type": "bionic",
"name": { "str": "Crystallized Mana Nose Replacement" },
"description": "A large gem made with crystallized mana and some other stabilizing metals. Comes with a specially designed power pack (installed into the skull) that does not interfere with your mana ley lines. WARNING: for Technomancer use only. By using this spell you are waiving all liability of Frikken Laser Beams Inc. and its subsidiaries.",
"occupied_bodyparts": [ [ "head", 10 ], [ "mouth", 1 ] ],
"capacity": "500 kJ",
"learned_spells": [ [ "overcharge_eyes", 4 ] ],
"canceled_mutations": [ "EARTHSHAPER" ],
"enchantments": [ "ench_bio_sneeze_beam" ],
"flags": [ "BIONIC_SHOCKPROOF" ]
}
]