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

16 lines
632 B
JSON

[
{
"id": "bio_fuel_cell_blood",
"type": "bionic",
"name": { "str": "Blood Power Generator CBM" },
"description": "Embedded into your back and connected to your bionic power supply is a powerfull spell focus able to consume blood from dead creatures to produce bionic power. It can store up to 100 mL of blood.",
"occupied_bodyparts": [ [ "torso", 8 ] ],
"fuel_options": [ "blood", "dragon_blood", "tainted_blood", "mana_infused_blood" ],
"fuel_capacity": 100,
"fuel_efficiency": 0.6,
"exothermic_power_gen": true,
"time": 6,
"flags": [ "BIONIC_TOGGLED", "BIONIC_POWER_SOURCE" ]
}
]