Mi2dRPGamEng/resources/defs/body_parts.json

292 lines
8.7 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
},
"bot_head": {
"slot": "head",
"texture": "characters/bot_head.png",
"color": [150, 150, 160],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "perception": 0.6, "insight": 0.4 }
},
"bot_torso": {
"slot": "torso",
"texture": "characters/bot_torso.png",
"color": [110, 110, 120],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "athletics": 0.5 }
},
"bot_left_arm": {
"slot": "left_arm",
"texture": "characters/bot_left_arm.png",
"color": [150, 150, 160],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"bot_right_arm": {
"slot": "right_arm",
"texture": "characters/bot_right_arm.png",
"color": [150, 150, 160],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "sleight_of_hand": 0.5, "athletics": 0.25 }
},
"bot_left_leg": {
"slot": "left_leg",
"texture": "characters/bot_left_leg.png",
"color": [90, 90, 100],
"bleeding_weight": 0.0,
"bleeding_speed": 0.0,
"skill_weights": { "acrobatics": 0.5, "athletics": 0.25, "stealth": 0.25 },
"speed_factor": 0.5
},
"bot_right_leg": {
"slot": "right_leg",
"texture": "characters/bot_right_leg.png",
"color": [90, 90, 100],
"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
}
}