mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 05:36:34 +01:00
languages are now under a repository (#6864)
This commit is contained in:
@@ -66,10 +66,10 @@
|
||||
CRASH("innate languages not a list; fix your shit.")
|
||||
for(var/thing in innate_languages)
|
||||
if(ispath(thing))
|
||||
innate_languages += SScharacters.resolve_language_path(thing).id
|
||||
innate_languages += RSlanguages.fetch(thing).id
|
||||
innate_languages -= thing
|
||||
else if(istext(thing))
|
||||
ASSERT(!!SScharacters.resolve_language_id(thing))
|
||||
ASSERT(!!RSlanguages.fetch(thing))
|
||||
else
|
||||
CRASH("you didn't put a valid path or text; fix your shit.")
|
||||
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
/datum/role/job/trader::id,
|
||||
)
|
||||
innate_languages = list(
|
||||
/datum/language/trader,
|
||||
/datum/prototype/language/trader,
|
||||
)
|
||||
|
||||
/datum/lore/character_background/faction/hephaestus
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
id = "culture_auril_main"
|
||||
category = "Species -- Auril"
|
||||
innate_languages = list(
|
||||
/datum/language/angel,
|
||||
/datum/prototype/language/angel,
|
||||
)
|
||||
desc = "Aurils who were born and grew up on the lush, tropical homeworld of Aura. They were taught the virtues and values of Aura -- diligence, responsibility, and to think ahead for the overall good of the species. In spite of this, the pressures of society, or other factors have led them to abandon the homeworld."
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
name = "Prideborn Exile"
|
||||
id = "culture_auril_pride"
|
||||
innate_languages = list(
|
||||
/datum/language/angel,
|
||||
/datum/language/demon,
|
||||
/datum/prototype/language/angel,
|
||||
/datum/prototype/language/demon,
|
||||
)
|
||||
language_amount_mod = -1
|
||||
desc = "Aurils who were originating from the Auril Enclave on the Dremachir homeworld -- City of Pride, as named by humans. Its pearlescent, high altitude platform city shined like a beacon in the dusty plains of Drema, and both of the species intermingled amongst each other, leading to a far less homogenous ideals and beliefs."
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
name = "New Kingdom of Ahdomai"
|
||||
id = "citizenship_tajaran_nka"
|
||||
innate_languages = list(
|
||||
/datum/language/tajaranakhani
|
||||
/datum/prototype/language/tajaranakhani
|
||||
)
|
||||
desc = "New Kingdom of Ahdomai (NKA), a state led by the noble lines that survived the previous Revolution by remaining in hiding. The lofty titles of the nobles disguise that most of the nobility's financial situation remains only marginally better than the peasants. The NKA finds itself struggling to function with its limited constitutional powers, factional in-fighting between the military and the civilian government, and technological stagnation. Tajara under this banner are for religious and noble supremacy, revenge, and minor luddism."
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
name = "Njarir"
|
||||
id = "culture_tajaran_njarir"
|
||||
innate_languages = list(
|
||||
/datum/language/tajaranakhani
|
||||
/datum/prototype/language/tajaranakhani
|
||||
)
|
||||
desc = "The ethnic group that made up the majority of the plutocracy prior to the Great Frost. Their lineage can be traced from careful breeding between Hharar and M'sai, leading to where they currently are today. Following the series of events on Adhomai, Njarir make up less than ten percent of the population. Easily identifiable by their large ears, fluffy tails, luxurious fur, and slender, elegant features. Njarir suffer persecution and rejection from certain proponents of Tajaran society because of their bloodline. As the most learned of all Tajaran ethnic groups, they boast high intelligence and have a propensity towards the arts and sciences. When the Great Frost began they did not fare well at all, most of them however did either end up continuing their research, or rule in holds they made up an extreme minority of the population, which has led to inbreeding in order to keep the blood “pure”. They usually can speak the language known as Ahkani, the royal ancient tongue, typically not taught to non-royals as to retain a method for speaking above the commoners. Njarir'Akhran are usually orange, cinnamon, ruddy, or cream in coloration."
|
||||
|
||||
Reference in New Issue
Block a user