Mi2dRPGamEng/resources/defs/body_parts.json

381 lines
11 KiB
JSON

{
"human_head": {
"slot": "head",
"texture": "characters/human_head.png",
"color": [235, 200, 170],
"bleeding_weight": 0.10,
"bleeding_speed": 4.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"human_head_hat": {
"slot": "head",
"texture": "characters/human_head_hat.png",
"color": [90, 50, 40],
"bleeding_weight": 0.10,
"bleeding_speed": 4.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"human_torso": {
"slot": "torso",
"texture": "characters/human_torso.png",
"color": [70, 100, 160],
"bleeding_weight": 0.35,
"bleeding_speed": 6.0,
"skill_weights": { "athletics": 0.5 }
},
"human_left_arm": {
"slot": "left_arm",
"texture": "characters/human_left_arm.png",
"color": [235, 200, 170],
"bleeding_weight": 0.10,
"bleeding_speed": 2.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"human_right_arm": {
"slot": "right_arm",
"texture": "characters/human_right_arm.png",
"color": [235, 200, 170],
"bleeding_weight": 0.10,
"bleeding_speed": 2.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"human_left_leg": {
"slot": "left_leg",
"texture": "characters/human_left_leg.png",
"color": [60, 60, 90],
"bleeding_weight": 0.125,
"bleeding_speed": 3.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"human_right_leg": {
"slot": "right_leg",
"texture": "characters/human_right_leg.png",
"color": [60, 60, 90],
"bleeding_weight": 0.125,
"bleeding_speed": 3.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"bionic_leg": {
"slot": "left_leg",
"texture": "characters/bionic_leg.png",
"color": [140, 150, 160],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 1.2
},
"reptilian_head": {
"slot": "head",
"texture": "characters/reptilian_head.png",
"color": [70, 140, 70],
"bleeding_weight": 0.10,
"bleeding_speed": 3.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"reptilian_torso": {
"slot": "torso",
"texture": "characters/reptilian_torso.png",
"color": [50, 110, 50],
"bleeding_weight": 0.35,
"bleeding_speed": 5.0,
"skill_weights": { "athletics": 0.5 }
},
"reptilian_left_arm": {
"slot": "left_arm",
"texture": "characters/reptilian_left_arm.png",
"color": [70, 140, 70],
"bleeding_weight": 0.06,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"reptilian_right_arm": {
"slot": "right_arm",
"texture": "characters/reptilian_right_arm.png",
"color": [70, 140, 70],
"bleeding_weight": 0.06,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"reptilian_left_arm_2": {
"slot": "left_arm_2",
"texture": "characters/reptilian_left_arm_2.png",
"color": [70, 140, 70],
"bleeding_weight": 0.06,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"reptilian_right_arm_2": {
"slot": "right_arm_2",
"texture": "characters/reptilian_right_arm_2.png",
"color": [70, 140, 70],
"bleeding_weight": 0.06,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"reptilian_left_leg": {
"slot": "left_leg",
"texture": "characters/reptilian_left_leg.png",
"color": [40, 90, 40],
"bleeding_weight": 0.125,
"bleeding_speed": 2.5,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"reptilian_right_leg": {
"slot": "right_leg",
"texture": "characters/reptilian_right_leg.png",
"color": [40, 90, 40],
"bleeding_weight": 0.125,
"bleeding_speed": 2.5,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"alien_head": {
"slot": "head",
"texture": "characters/alien_head.png",
"color": [180, 140, 220],
"bleeding_weight": 0.10,
"bleeding_speed": 3.5,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"alien_torso": {
"slot": "torso",
"texture": "characters/alien_torso.png",
"color": [140, 100, 190],
"bleeding_weight": 0.30,
"bleeding_speed": 5.0,
"skill_weights": { "athletics": 0.5 }
},
"alien_left_arm": {
"slot": "left_arm",
"texture": "characters/alien_left_arm.png",
"color": [180, 140, 220],
"bleeding_weight": 0.08,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"alien_right_arm": {
"slot": "right_arm",
"texture": "characters/alien_right_arm.png",
"color": [180, 140, 220],
"bleeding_weight": 0.08,
"bleeding_speed": 1.5,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"alien_left_leg": {
"slot": "left_leg",
"texture": "characters/alien_left_leg.png",
"color": [110, 80, 150],
"bleeding_weight": 0.10,
"bleeding_speed": 2.5,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.55
},
"alien_right_leg": {
"slot": "right_leg",
"texture": "characters/alien_right_leg.png",
"color": [110, 80, 150],
"bleeding_weight": 0.10,
"bleeding_speed": 2.5,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.55
},
"hydraulibot_head": {
"slot": "head",
"texture": "characters/hydraulibot_head.png",
"color": [150, 150, 160],
"bleeding_weight": 0.10,
"bleeding_speed": 4.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"hydraulibot_torso": {
"slot": "torso",
"texture": "characters/hydraulibot_torso.png",
"color": [110, 110, 120],
"bleeding_weight": 0.35,
"bleeding_speed": 6.0,
"skill_weights": { "athletics": 0.5 }
},
"hydraulibot_left_arm": {
"slot": "left_arm",
"texture": "characters/hydraulibot_left_arm.png",
"color": [150, 150, 160],
"bleeding_weight": 0.10,
"bleeding_speed": 2.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"hydraulibot_right_arm": {
"slot": "right_arm",
"texture": "characters/hydraulibot_right_arm.png",
"color": [150, 150, 160],
"bleeding_weight": 0.10,
"bleeding_speed": 2.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"hydraulibot_left_leg": {
"slot": "left_leg",
"texture": "characters/hydraulibot_left_leg.png",
"color": [90, 90, 100],
"bleeding_weight": 0.125,
"bleeding_speed": 3.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"hydraulibot_right_leg": {
"slot": "right_leg",
"texture": "characters/hydraulibot_right_leg.png",
"color": [90, 90, 100],
"bleeding_weight": 0.125,
"bleeding_speed": 3.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"motorbot_head": {
"slot": "head",
"texture": "characters/motorbot_head.png",
"color": [95, 95, 105],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"motorbot_torso": {
"slot": "torso",
"texture": "characters/motorbot_torso.png",
"color": [70, 70, 80],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "athletics": 0.5 }
},
"motorbot_left_arm": {
"slot": "left_arm",
"texture": "characters/motorbot_left_arm.png",
"color": [95, 95, 105],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"motorbot_right_arm": {
"slot": "right_arm",
"texture": "characters/motorbot_right_arm.png",
"color": [95, 95, 105],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"motorbot_left_leg": {
"slot": "left_leg",
"texture": "characters/motorbot_left_leg.png",
"color": [55, 55, 65],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"motorbot_right_leg": {
"slot": "right_leg",
"texture": "characters/motorbot_right_leg.png",
"color": [55, 55, 65],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"dog_head": {
"slot": "head",
"texture": "characters/dog_head.png",
"color": [150, 110, 70],
"bleeding_weight": 0.10,
"bleeding_speed": 3.0,
"skill_weights": { "perception": 0.7, "insight": 0.3 }
},
"dog_torso": {
"slot": "torso",
"texture": "characters/dog_torso.png",
"color": [130, 95, 60],
"bleeding_weight": 0.30,
"bleeding_speed": 5.0,
"skill_weights": { "athletics": 0.5 }
},
"dog_front_left_leg": {
"slot": "front_left_leg",
"texture": "characters/dog_front_left_leg.png",
"color": [110, 80, 50],
"bleeding_weight": 0.07,
"bleeding_speed": 1.5,
"skill_weights": { "acrobatics": 0.25, "athletics": 0.125, "stealth": 0.125 },
"speed_factor": 0.25
},
"dog_front_right_leg": {
"slot": "front_right_leg",
"texture": "characters/dog_front_right_leg.png",
"color": [110, 80, 50],
"bleeding_weight": 0.07,
"bleeding_speed": 1.5,
"skill_weights": { "acrobatics": 0.25, "athletics": 0.125, "stealth": 0.125 },
"speed_factor": 0.25
},
"dog_back_left_leg": {
"slot": "back_left_leg",
"texture": "characters/dog_back_left_leg.png",
"color": [110, 80, 50],
"bleeding_weight": 0.07,
"bleeding_speed": 1.5,
"skill_weights": { "acrobatics": 0.25, "athletics": 0.125, "stealth": 0.125 },
"speed_factor": 0.25
},
"dog_back_right_leg": {
"slot": "back_right_leg",
"texture": "characters/dog_back_right_leg.png",
"color": [110, 80, 50],
"bleeding_weight": 0.07,
"bleeding_speed": 1.5,
"skill_weights": { "acrobatics": 0.25, "athletics": 0.125, "stealth": 0.125 },
"speed_factor": 0.25
},
"turret_psu": {
"slot": "psu",
"texture": "characters/turret_psu.png",
"color": [90, 90, 100],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0
},
"turret_cpu": {
"slot": "cpu",
"texture": "characters/turret_cpu.png",
"color": [70, 160, 90],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "tech": 0.6, "perception": 0.2 }
},
"turret_motors": {
"slot": "motors",
"texture": "characters/turret_motors.png",
"color": [110, 100, 60],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0
},
"turret_gun": {
"slot": "gun",
"texture": "characters/turret_gun.png",
"color": [130, 60, 60],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "sleight_of_hand": 0.5 }
},
"turret_camera": {
"slot": "camera",
"texture": "characters/turret_camera.png",
"color": [60, 120, 200],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "perception": 0.6 }
}
}