mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Adds canilunzt as language (#20172)
* Add files via upload * Update encryptionkey.dm * Update _language_holder.dm * Update modular_skyrat/modules/customization/modules/language/canilunzt.dm Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> * Update canilunzt.dm Added more syllables that are a bit more canine sounding * Update canilunzt.dm * Update canilunzt.dm removal of unpopular words * Update canilunzt.dm * Update canilunzt.dm --------- Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -84,3 +84,9 @@
|
||||
name = "\improper Schechi translation key"
|
||||
desc = "An encryption key that automatically encodes Schechi heard through the radio into common."
|
||||
translated_language = /datum/language/schechi
|
||||
|
||||
/obj/item/encryptionkey/translation/vulpkanin
|
||||
name = "\improper Canilunzt translation key"
|
||||
desc = "An encryption key that automatically encodes Canilunzt heard through the radio into common."
|
||||
translated_language = /datum/language/canilunzt
|
||||
|
||||
|
||||
@@ -81,7 +81,8 @@ GLOBAL_DATUM_INIT(language_holder_adjustor, /datum/language_holder_adjustor, new
|
||||
/datum/language/shadowtongue = list(LANGUAGE_ATOM),
|
||||
/datum/language/buzzwords = list(LANGUAGE_ATOM),
|
||||
/datum/language/terrum = list(LANGUAGE_ATOM),
|
||||
/datum/language/sylvan = list(LANGUAGE_ATOM)
|
||||
/datum/language/sylvan = list(LANGUAGE_ATOM),
|
||||
/datum/language/canilunzt = list(LANGUAGE_ATOM)
|
||||
)
|
||||
spoken_languages = list(/datum/language/common = list(LANGUAGE_ATOM),
|
||||
/datum/language/uncommon = list(LANGUAGE_ATOM),
|
||||
@@ -106,6 +107,7 @@ GLOBAL_DATUM_INIT(language_holder_adjustor, /datum/language_holder_adjustor, new
|
||||
/datum/language/shadowtongue = list(LANGUAGE_ATOM),
|
||||
/datum/language/buzzwords = list(LANGUAGE_ATOM),
|
||||
/datum/language/terrum = list(LANGUAGE_ATOM),
|
||||
/datum/language/sylvan = list(LANGUAGE_ATOM)
|
||||
/datum/language/sylvan = list(LANGUAGE_ATOM),
|
||||
/datum/language/canilunzt = list(LANGUAGE_ATOM)
|
||||
)
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -70,3 +70,14 @@
|
||||
/datum/language/common = list(LANGUAGE_ATOM),
|
||||
/datum/language/sylvan = list(LANGUAGE_ATOM)
|
||||
)
|
||||
|
||||
/datum/language_holder/vulpkanin
|
||||
understood_languages = list(
|
||||
/datum/language/common = list(LANGUAGE_ATOM),
|
||||
/datum/language/canilunzt = list(LANGUAGE_ATOM)
|
||||
)
|
||||
spoken_languages = list(
|
||||
/datum/language/common = list(LANGUAGE_ATOM),
|
||||
/datum/language/canilunzt = list(LANGUAGE_ATOM)
|
||||
)
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
/datum/language/canilunzt
|
||||
name = "Canilunzt"
|
||||
desc = "A language consisting of barks, growls, yapping and alot of body, ear and tail movements. Commonly spoken by the Vulpkanin."
|
||||
key = "7"
|
||||
flags = TONGUELESS_SPEECH
|
||||
space_chance = 80
|
||||
syllables = list (
|
||||
"rah","mur","ru","ke","grok","wen","tot","sch",
|
||||
"grst","crentz","cet","waz","et","du","kor","heizt","loch","jach","qet","anzhem","icht",
|
||||
"unt","kech","gech","flei","deint","weim","kan","neiz","mende","lak","jen","gor","bor",
|
||||
"kol","hau","au","vau","amh","av","vogh","guau","hev","haf","auh","bhao","jau","yar","owff",
|
||||
"ghav","buh","rur","ya","cen","bar","kuk","tek","qat","uk","wu","vuh","tah","tch","schz",
|
||||
"auch","ist","ein","entch","zwichs","tut","mir","wo","bis","es","vor","nic","gro","lll",
|
||||
"enem","zandt","tzch","noch","hel","ischt","far","wa","baram","iereng","tech","lach","sam",
|
||||
"mak","lich","gen","or","ag","eck","gec","stag","onn","bin","ket","einech","cresthz","azunein","ghzth"
|
||||
)
|
||||
icon_state = "canilunzt"
|
||||
icon = 'modular_skyrat/master_files/icons/misc/language.dmi'
|
||||
default_priority = 90
|
||||
+1
@@ -25,6 +25,7 @@
|
||||
liked_food = RAW | MEAT
|
||||
disliked_food = CLOTH
|
||||
toxic_food = TOXIC
|
||||
species_language_holder = /datum/language_holder/vulpkanin
|
||||
payday_modifier = 0.75
|
||||
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | ERT_SPAWN | RACE_SWAP | SLIME_EXTRACT
|
||||
examine_limb_id = SPECIES_MAMMAL
|
||||
|
||||
@@ -5984,6 +5984,7 @@
|
||||
#include "modular_skyrat\modules\customization\modules\language\beachbum.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\buzzwords.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\calcic.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\canilunzt.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\chitinclick.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\common.dm"
|
||||
#include "modular_skyrat\modules\customization\modules\language\gutter.dm"
|
||||
|
||||
Reference in New Issue
Block a user