mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
Merge pull request #14158 from Heroman3003/language-lore
Makes languages properly preview on species preview window
This commit is contained in:
committed by
CHOMPStation2
parent
e8987f469d
commit
3944ca017a
@@ -2,6 +2,7 @@
|
||||
name = SPECIES_ALRAUNE
|
||||
name_plural = "Alraunes"
|
||||
unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/punch, /datum/unarmed_attack/bite)
|
||||
species_language = LANGUAGE_ENOCHIAN
|
||||
num_alternate_languages = 3
|
||||
slowdown = 1 //slow, they're plants. Not as slow as full diona.
|
||||
total_health = 100 //standard
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
max_age = 200
|
||||
health_hud_intensity = 2
|
||||
num_alternate_languages = 3
|
||||
species_language = null
|
||||
assisted_langs = list(LANGUAGE_EAL, LANGUAGE_ROOTLOCAL, LANGUAGE_ROOTGLOBAL, LANGUAGE_VOX)
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/tie_hair)
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
selects_bodytype = TRUE
|
||||
|
||||
num_alternate_languages = 3
|
||||
species_language = null
|
||||
secondary_langs = list("Sol Common")
|
||||
//color_mult = 1 //It seemed to work fine in testing, but I've been informed it's unneeded.
|
||||
tail = "tail" //Scree's tail. Can be disabled in the vore tab by choosing "hide species specific tail sprite"
|
||||
@@ -338,6 +339,7 @@
|
||||
burn_mod = 1.15 //15% burn damage increase. They're spiders. Aerosol can+lighter = dead spiders.
|
||||
|
||||
num_alternate_languages = 3
|
||||
species_language = LANGUAGE_VESPINAE
|
||||
secondary_langs = list(LANGUAGE_VESPINAE)
|
||||
color_mult = 1
|
||||
tail = "tail" //Spider tail.
|
||||
@@ -426,6 +428,7 @@
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_CANILUNZT)
|
||||
name_language = LANGUAGE_CANILUNZT
|
||||
species_language = LANGUAGE_CANILUNZT
|
||||
primitive_form = "Wolpin"
|
||||
color_mult = 1
|
||||
icon_height = 64
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_SAGARU)
|
||||
name_language = LANGUAGE_SAGARU
|
||||
species_language = LANGUAGE_SAGARU
|
||||
color_mult = 1
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/tie_hair)
|
||||
|
||||
@@ -81,8 +82,9 @@
|
||||
//burn_mod = 1.15
|
||||
//gluttonous = 1
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_SKRELLIAN)
|
||||
name_language = LANGUAGE_SKRELLIAN
|
||||
secondary_langs = list(LANGUAGE_SPACER)
|
||||
name_language = LANGUAGE_SPACER
|
||||
species_language = LANGUAGE_SPACER
|
||||
color_mult = 1
|
||||
assisted_langs = list(LANGUAGE_EAL, LANGUAGE_ROOTLOCAL, LANGUAGE_ROOTGLOBAL, LANGUAGE_VOX)
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/tie_hair, /mob/living/carbon/human/proc/water_stealth, /mob/living/carbon/human/proc/underwater_devour)
|
||||
@@ -136,6 +138,7 @@
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_BIRDSONG)
|
||||
name_language = LANGUAGE_BIRDSONG
|
||||
species_language = LANGUAGE_BIRDSONG
|
||||
color_mult = 1
|
||||
inherent_verbs = list(/mob/living/proc/flying_toggle,
|
||||
/mob/living/proc/flying_vore_toggle,
|
||||
@@ -185,6 +188,7 @@
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_TERMINUS)
|
||||
name_language = LANGUAGE_TERMINUS
|
||||
species_language = LANGUAGE_TERMINUS
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/lick_wounds,
|
||||
/mob/living/proc/shred_limb,
|
||||
/mob/living/carbon/human/proc/tie_hair)
|
||||
@@ -239,6 +243,7 @@
|
||||
// default_language = "Sol Common"
|
||||
secondary_langs = list(LANGUAGE_CANILUNZT)
|
||||
name_language = LANGUAGE_CANILUNZT
|
||||
species_language = LANGUAGE_CANILUNZT
|
||||
primitive_form = "Wolpin"
|
||||
tail = "vulptail"
|
||||
tail_animation = 'icons/mob/species/vulpkanin/tail.dmi' // probably need more than just one of each, but w/e
|
||||
@@ -425,7 +430,8 @@
|
||||
icobase_tail = 1
|
||||
unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/punch, /datum/unarmed_attack/bite)
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_BIRDSONG)
|
||||
secondary_langs = list(LANGUAGE_BIRDSONG, LANGUAGE_UNATHI)
|
||||
species_language = LANGUAGE_UNATHI
|
||||
name_language = null
|
||||
color_mult = 1
|
||||
genders = list(MALE, FEMALE, PLURAL, NEUTER)
|
||||
@@ -584,6 +590,7 @@
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_TERMINUS)
|
||||
name_language = LANGUAGE_TERMINUS
|
||||
species_language = LANGUAGE_TERMINUS
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/lick_wounds,/mob/living/proc/shred_limb,/mob/living/carbon/human/proc/tie_hair)
|
||||
|
||||
min_age = 18
|
||||
@@ -658,6 +665,7 @@
|
||||
language = LANGUAGE_TAVAN
|
||||
num_alternate_languages = 3
|
||||
secondary_langs = list(LANGUAGE_TAVAN)
|
||||
species_language = LANGUAGE_TAVAN
|
||||
name_language = null
|
||||
color_mult = 1
|
||||
inherent_verbs = list(/mob/living/carbon/human/proc/tie_hair)
|
||||
|
||||
+1
@@ -19,6 +19,7 @@
|
||||
spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE
|
||||
health_hud_intensity = 2
|
||||
num_alternate_languages = 3
|
||||
species_language = LANGUAGE_EAL
|
||||
assisted_langs = list(LANGUAGE_ROOTLOCAL, LANGUAGE_ROOTGLOBAL, LANGUAGE_VOX)
|
||||
speech_bubble_appearance = "synthetic"
|
||||
color_mult = TRUE
|
||||
|
||||
Reference in New Issue
Block a user