forked from BoHBranch/BoH-Bay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- - - Bugfixes: - Tajarans no longer suffer from lacking autohiss. - - - Content: - Tajarans now have their own unique language. Syllables ripped from Aurora. Thanks, guys. - Tajarans technically have cultures and such, but it's not written because we lack lore. - - -
- Loading branch information
1 parent
d79ca68
commit 074d8c9
Showing
10 changed files
with
85 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
code/modules/boh/culture_descriptor/culture/cultures_tajaran.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/decl/cultural_info/culture/tajaran | ||
name = CULTURE_TAJARAN | ||
description = "The Tajaran are a mammalian species resembling roughly felines, hailing from Meralar in the Rarkajar system. \ | ||
While reaching to the stars independently from outside influences, the humans engaged them in peaceful trade contact \ | ||
and have accelerated the fledgling culture into the interstellar age. Their history is full of war and highly fractious \ | ||
governments, something that permeates even to today's times. They prefer colder, tundra-like climates, much like their \ | ||
home worlds and speak a variety of languages, especially Siik and Akhani." | ||
economic_power = 1 | ||
language = LANGUAGE_TAJARAN | ||
secondary_langs = list( | ||
LANGUAGE_SIGN, | ||
LANGUAGE_GUTTER, | ||
LANGUAGE_SPACER, | ||
LANGUAGE_HUMAN_EURO | ||
) | ||
|
7 changes: 7 additions & 0 deletions
7
code/modules/boh/culture_descriptor/faction/factions_tajaran.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/decl/cultural_info/faction/tajaran | ||
name = FACTION_TAJARAN | ||
description = "The Tajaran are a mammalian species resembling roughly felines, hailing from Meralar in the Rarkajar system. \ | ||
While reaching to the stars independently from outside influences, the humans engaged them in peaceful trade contact \ | ||
and have accelerated the fledgling culture into the interstellar age. Their history is full of war and highly fractious \ | ||
governments, something that permeates even to today's times. They prefer colder, tundra-like climates, much like their \ | ||
home worlds and speak a variety of languages, especially Siik and Akhani." |
9 changes: 9 additions & 0 deletions
9
code/modules/boh/culture_descriptor/location/locations_tajaran.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/decl/cultural_info/location/tajaran | ||
name = HOME_SYSTEM_TAJARAN | ||
description = "The Tajaran are a mammalian species resembling roughly felines, hailing from Meralar in the Rarkajar system. \ | ||
While reaching to the stars independently from outside influences, the humans engaged them in peaceful trade contact \ | ||
and have accelerated the fledgling culture into the interstellar age. Their history is full of war and highly fractious \ | ||
governments, something that permeates even to today's times. They prefer colder, tundra-like climates, much like their \ | ||
home worlds and speak a variety of languages, especially Siik and Akhani." | ||
ruling_body = "N/A" | ||
distance = "N/A" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/datum/language/tajaran | ||
name = LANGUAGE_TAJARAN | ||
desc = "The traditionally employed tongue of Ahdomai, composed of expressive yowls and chirps. Native to the Tajaran." | ||
speech_verb = "mrowls" | ||
ask_verb = "mrowls" | ||
exclaim_verb = "yowls" | ||
colour = "tajaran" | ||
key = "l" | ||
flags = WHITELISTED | ||
space_chance = 40 | ||
syllables = list( | ||
"mrr","rr","tajr","kir","raj","kii","mir","kra","ahk","nal","vah","khaz","jri","ran","darr", | ||
"mi","jri","dynh","manq","rhe","zar","rrhaz","kal","chur","eech","thaa","dra","jurl","mah","sanu","dra","ii'r", | ||
"ka","aasi","far","wa","baq","ara","qara","zir","sam","mak","hrar","nja","rir","khan","jun","dar","rik","kah", | ||
"hal","ket","jurl","mah","tul","cresh","azu","ragh","mro","mra","mrro","mrra" | ||
) | ||
shorthand = "TJ" | ||
max_partial_understanding = 2 | ||
partial_understanding = list( | ||
LANGUAGE_HUMAN_EURO = 2, | ||
LANGUAGE_SPACER = 2, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters