mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Tajara Biology Additions: Retro Biopunk Edition (#9990)
This commit is contained in:
@@ -92,17 +92,11 @@
|
||||
|
||||
move_trail = /obj/effect/decal/cleanable/blood/tracks/paw
|
||||
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
|
||||
|
||||
/datum/species/monkey/tajaran/get_random_name()
|
||||
return "farwa ([rand(100,999)])" // HACK HACK HACK, oh lords of coding please forgive me!
|
||||
|
||||
/datum/species/monkey/tajaran/m_sai
|
||||
name = SPECIES_MONKEY_TAJARA_MSAI
|
||||
greater_form = SPECIES_TAJARA_MSAI
|
||||
|
||||
/datum/species/monkey/tajaran/zhan_khazan
|
||||
name = SPECIES_MONKEY_TAJARA_ZHAN
|
||||
greater_form = SPECIES_TAJARA_ZHAN
|
||||
|
||||
/datum/species/monkey/skrell
|
||||
name = SPECIES_MONKEY_SKRELL
|
||||
short_name = "nea"
|
||||
|
||||
@@ -80,6 +80,28 @@
|
||||
|
||||
zombie_type = SPECIES_ZOMBIE_TAJARA
|
||||
|
||||
has_organ = list(
|
||||
BP_HEART = /obj/item/organ/internal/heart/tajara,
|
||||
BP_LUNGS = /obj/item/organ/internal/lungs/tajara,
|
||||
BP_LIVER = /obj/item/organ/internal/liver/tajara,
|
||||
BP_KIDNEYS = /obj/item/organ/internal/kidneys/tajara,
|
||||
BP_STOMACH = /obj/item/organ/internal/stomach/tajara,
|
||||
BP_BRAIN = /obj/item/organ/internal/brain/tajara,
|
||||
BP_APPENDIX = /obj/item/organ/internal/appendix/tajara,
|
||||
BP_EYES = /obj/item/organ/internal/eyes/night
|
||||
)
|
||||
|
||||
stomach_capacity = 6
|
||||
|
||||
max_nutrition_factor = 1.2
|
||||
max_hydration_factor = 1.2
|
||||
|
||||
nutrition_loss_factor = 0.8
|
||||
hydration_loss_factor = 0.8
|
||||
metabolism_mod = 0.8
|
||||
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/meat/adhomai
|
||||
|
||||
/datum/species/tajaran/after_equip(var/mob/living/carbon/human/H)
|
||||
. = ..()
|
||||
if(H.shoes)
|
||||
|
||||
@@ -28,11 +28,17 @@
|
||||
heat_level_2 = 360 //RaceDefault 380 Default 400
|
||||
heat_level_3 = 700 //RaceDefault 800 Default 1000
|
||||
|
||||
primitive_form = SPECIES_MONKEY_TAJARA_ZHAN
|
||||
|
||||
allowed_accents = list(ACCENT_REPUBICLANSIIK, ACCENT_NAZIRASIIK, ACCENT_CREVAN, ACCENT_DASNRRASIIK, ACCENT_HIGHHARRSIIK, ACCENT_LOWHARRSIIK, ACCENT_AMOHDASIIK,
|
||||
ACCENT_RURALDELVAHHI, ACCENT_NOMADDELVAHHI)
|
||||
|
||||
stomach_capacity = 7
|
||||
|
||||
max_nutrition_factor = 1.3
|
||||
max_hydration_factor = 1.3
|
||||
|
||||
nutrition_loss_factor = 0.7
|
||||
hydration_loss_factor = 0.7
|
||||
|
||||
/datum/species/tajaran/m_sai
|
||||
name = SPECIES_TAJARA_MSAI
|
||||
name_plural = "M'sai Tajaran"
|
||||
@@ -56,9 +62,14 @@
|
||||
heat_level_2 = 390 //RaceDefault 380 Default 400
|
||||
heat_level_3 = 900 //RaceDefault 800 Default 1000
|
||||
|
||||
primitive_form = SPECIES_MONKEY_TAJARA_MSAI
|
||||
|
||||
default_h_style = "M'sai Ears"
|
||||
|
||||
secondary_langs = list(LANGUAGE_SIIK_MAAS, LANGUAGE_SIIK_TAJR, LANGUAGE_SIGN_TAJARA)
|
||||
allowed_accents = list(ACCENT_REPUBICLANSIIK, ACCENT_NAZIRASIIK, ACCENT_CREVAN, ACCENT_DASNRRASIIK, ACCENT_HIGHHARRSIIK, ACCENT_LOWHARRSIIK, ACCENT_AMOHDASIIK)
|
||||
|
||||
max_nutrition_factor = 1.2
|
||||
max_hydration_factor = 1.2
|
||||
|
||||
nutrition_loss_factor = 0.9
|
||||
hydration_loss_factor = 0.9
|
||||
Reference in New Issue
Block a user