Mucking about with modding the Bionic Monster character, gave it more useful bionics in exchange for more
Also figured out out how mod bionic weapons, so I gave claws and the blade the knife use_action (as they both have cutting and butchery qualities). Then just to be a derp, testing out modding bioclaws to not disable picking up items. o3o
EDIT: And now I went to try out and adventure with a modded-up Broken Cyborg class, for added derp.
Code for the curious:
{
"type": "profession",
"ident": "broken_cyborg",
"name": "Broken Cyborg",
"description": "You were normal once. Before the tests, before the procedures, before they stripped away every outward sign of your humanity. You're more machine than man now, but that might prove an advantage against the horrors that await you.",
"points": -5,
"CBMs":[
"bio_dis_shock",
"bio_dis_acid",
"bio_drain",
"bio_noise",
"bio_power_weakness",
"bio_itchy",
"bio_nostril",
"bio_thumbs",
"bio_spasm",
"bio_shakes",
"bio_leaky",
"bio_sleepy",
"bio_deformity",
"bio_voice",
"bio_pokedeye",
"bio_ankles",
"bio_trip",
"bio_stiff",
"bio_dex_enhancer",
"bio_str_enhancer",
"bio_speed",
"bio_armor_head",
"bio_armor_torso",
"bio_armor_arms",
"bio_armor_legs",
"bio_armor_eyes",
"bio_razors"
],
"skills": [
{
"level": 2,
"name": "melee"
}
],
"items":{
"both": [
"subsuit_xl",
"footrags",
"hat_noise_cancelling"
],
"male": [
"briefs"
],
"female": [
"bra",
"panties"
]
}
}
That’s all of the faulty bionics. ALL OF THEM.
Spawned in a library, and because I’m not playing with Mundane Zombies on, had to immediately grab all the useful books and leave the starter NPC to fend for herself. Hiding in a bank, hoping that shoker brute nearby doesn’t find me.
Can’t get into the vault, but I CAN get into the area where the console is, and count on zombie pathfinding failing to use the clever hole I punched into the wall. So long as the brute doesn’t bust through the outer wall shouting “Oh yeah!” at me, I should be safe for the moment.
EDIT 2: Holy FUCK Itchy Metal Thing is annoying.