Mi2dRPGamEng/resources/defs/species.json

214 lines
6.7 KiB
JSON

{
"human": {
"name": "Human",
"genders": ["male", "female", "nonbinary"],
"default_body_parts": [
"human_head",
"human_torso",
"human_left_arm",
"human_right_arm",
"human_left_leg",
"human_right_leg"
],
"default_organs": [
"human_heart",
"human_lungs",
"human_liver",
"human_kidneys",
"human_brain",
"human_eyes",
"human_ears"
],
"body_type": "biped",
"body_type_options": ["average", "thin", "fat", "hulk"],
"hair_colors": ["black", "brown", "blonde", "red", "gray", "white"],
"abilities": [
{ "id": "leap", "name": "Leap", "required_slots": ["left_leg", "right_leg"] },
{ "id": "melee_attack", "name": "Melee Attack", "required_slots": ["right_arm"] },
{ "id": "ranged_attack", "name": "Ranged Attack", "required_slots": ["right_arm"] },
{ "id": "time_warp_sphere", "name": "Time Warp Sphere", "required_slots": ["head"] }
],
"blood_danger_threshold": 50.0,
"blood_critical_threshold": 25.0,
"health_item_compatibility": ["bandage"]
},
"reptilian_quad": {
"name": "Reptilian",
"genders": ["none"],
"default_body_parts": [
"reptilian_head",
"reptilian_torso",
"reptilian_left_arm",
"reptilian_right_arm",
"reptilian_left_arm_2",
"reptilian_right_arm_2",
"reptilian_left_leg",
"reptilian_right_leg"
],
"default_organs": [
"reptilian_heart",
"reptilian_lung",
"reptilian_liver",
"reptilian_venom_gland",
"reptilian_brain",
"reptilian_eyes",
"reptilian_ears"
],
"body_type": "biped",
"body_type_options": ["average", "stocky", "slender"],
"hair_colors": [],
"abilities": [
{ "id": "leap", "name": "Leap", "required_slots": ["left_leg", "right_leg"] },
{ "id": "melee_attack", "name": "Melee Attack", "required_slots": ["right_arm"] },
{ "id": "ranged_attack", "name": "Ranged Attack", "required_slots": ["right_arm"] }
],
"blood_danger_threshold": 45.0,
"blood_critical_threshold": 20.0,
"health_item_compatibility": ["bandage"]
},
"alien_tri": {
"name": "Zenari",
"genders": ["alpha", "beta", "gamma"],
"default_body_parts": [
"alien_head",
"alien_torso",
"alien_left_arm",
"alien_right_arm",
"alien_left_leg",
"alien_right_leg"
],
"default_organs": [
"zenari_cardial_node",
"zenari_respirator",
"zenari_metabolizer",
"zenari_filtration_organ",
"zenari_cortex",
"zenari_eyes",
"zenari_ears"
],
"body_type": "biped",
"body_type_options": ["average", "slender", "willowy"],
"hair_colors": [],
"abilities": [
{ "id": "leap", "name": "Leap", "required_slots": ["left_leg", "right_leg"] },
{ "id": "melee_attack", "name": "Melee Attack", "required_slots": ["right_arm"] },
{ "id": "ranged_attack", "name": "Ranged Attack", "required_slots": ["right_arm"] },
{ "id": "time_warp_sphere", "name": "Time Warp Sphere", "required_slots": ["head"] }
],
"blood_danger_threshold": 55.0,
"blood_critical_threshold": 30.0,
"health_item_compatibility": ["bandage"]
},
"hydraulibot": {
"name": "Hydraulibot",
"genders": ["none"],
"default_body_parts": [
"hydraulibot_head",
"hydraulibot_torso",
"hydraulibot_left_arm",
"hydraulibot_right_arm",
"hydraulibot_left_leg",
"hydraulibot_right_leg"
],
"default_organs": [
"hydraulibot_cpu",
"hydraulibot_npu",
"hydraulibot_camera_module",
"hydraulibot_mic",
"hydraulibot_power_cell",
"hydraulibot_hydraulic_fluid_bladder",
"hydraulibot_cooling_fan"
],
"body_type": "biped",
"body_type_options": ["compact", "standard", "heavy"],
"hair_colors": [],
"is_synthetic": true,
"abilities": [
{ "id": "leap", "name": "Leap", "required_slots": ["left_leg", "right_leg"] },
{ "id": "melee_attack", "name": "Melee Attack", "required_slots": ["right_arm"] },
{ "id": "ranged_attack", "name": "Ranged Attack", "required_slots": ["right_arm"] }
],
"blood_danger_threshold": 50.0,
"blood_critical_threshold": 25.0,
"blood_label": "Synthmuscle-Fluid",
"health_item_compatibility": ["sealant"]
},
"motorbot": {
"name": "Motorbot",
"genders": ["none"],
"default_body_parts": [
"motorbot_head",
"motorbot_torso",
"motorbot_left_arm",
"motorbot_right_arm",
"motorbot_left_leg",
"motorbot_right_leg"
],
"default_organs": [
"motorbot_cpu",
"motorbot_npu",
"motorbot_camera_lenses",
"motorbot_mic",
"motorbot_battery",
"motorbot_mechanical_transmission",
"motorbot_main_motor"
],
"body_type": "biped",
"body_type_options": ["compact", "standard", "heavy"],
"hair_colors": [],
"is_synthetic": true,
"abilities": [
{ "id": "leap", "name": "Leap", "required_slots": ["left_leg", "right_leg"] },
{ "id": "melee_attack", "name": "Melee Attack", "required_slots": ["right_arm"] },
{ "id": "ranged_attack", "name": "Ranged Attack", "required_slots": ["right_arm"] }
],
"blood_danger_threshold": 0.0,
"blood_critical_threshold": 0.0,
"health_item_compatibility": ["sealant"],
"innate_check_penalties": { "sleight_of_hand": 0.4 }
},
"dog": {
"name": "Dog",
"genders": ["male", "female"],
"default_body_parts": [
"dog_head",
"dog_torso",
"dog_front_left_leg",
"dog_front_right_leg",
"dog_back_left_leg",
"dog_back_right_leg"
],
"default_organs": ["dog_heart", "dog_lungs", "dog_liver", "dog_kidneys", "dog_brain", "dog_eyes", "dog_ears"],
"body_type": "quadruped",
"body_type_options": ["small", "medium", "large"],
"hair_colors": ["black", "brown", "golden", "white", "gray"],
"abilities": [
{
"id": "leap",
"name": "Leap",
"required_slots": ["front_left_leg", "front_right_leg", "back_left_leg", "back_right_leg"]
},
{ "id": "melee_attack", "name": "Bite", "required_slots": ["head"] }
],
"blood_danger_threshold": 50.0,
"blood_critical_threshold": 25.0,
"health_item_compatibility": ["bandage"]
},
"turret": {
"name": "Turret",
"genders": ["none"],
"default_body_parts": ["turret_psu", "turret_cpu", "turret_motors", "turret_gun", "turret_camera"],
"default_organs": [],
"body_type": "turret",
"body_type_options": [],
"hair_colors": [],
"is_synthetic": true,
"abilities": [],
"blood_danger_threshold": 0.0,
"blood_critical_threshold": 0.0,
"blood_label": "Coolant",
"health_item_compatibility": ["sealant"],
"innate_check_penalties": {}
}
}