Adds an accent system (#9196)

This commit is contained in:
Alberyk
2020-07-03 21:36:08 +03:00
committed by GitHub
parent 742f76e511
commit 7fbdeb2a02
35 changed files with 489 additions and 12 deletions
+27
View File
@@ -0,0 +1,27 @@
/datum/accent/hegemon_noble
name = ACCENT_HEGEMON_NOBLE
description = "The Noble Hegemonic accent is eloquent and flowing, staying near the front of the mouth. Airy and filled with hissing, this accent requires birth-right or years of \
practice to properly convey. The families of Lords, Sk'akh Priests, noble warriors, and some merchants will often share this accent, and will mostly find the Sinta'Azaziba language \
and Traditionalist accent more savage. The Noble Hegemonic accent is primarily found in the Untouched Lands, and originates from the Sinta'Unathi language."
tag_icon = "hegemon_noble"
/datum/accent/hegemon_peasant
name = ACCENT_HEGEMON_PEASANT
description = "Lowborn guilds-workers, first-generation merchants, simple warrior levymen, and hundreds of other tasks for the common Clans - this is the most common accent for \
Unathi, stereotypically. It still holds a slight air of royalty to it compared to the Traditional accents. It is most commonly found in the crowded Untouched Lands and in colonies. \
It originates from the Sinta'Unathi language. "
tag_icon = "hegemon_peasant"
/datum/accent/trad_noble
name = ACCENT_TRAD_NOBLE
description = "A more guttural, droning accent - although one that would demand respect on Moghes before the Contact War, and still demands it in the Wasteland. Primarily born from the \
guttural intonations and physical movement required to communicate in Sinta'Azaziba, this Noble Traditional accent requires clan-training from a family member or shaman - and has \
become either a sign of survival or defeat to most who see this ancient accent fading from existence."
tag_icon = "trad_noble"
/datum/accent/trad_peasant
name = ACCENT_TRAD_PEASANT
description = "Primarily derived from the guttural intonations and physical movement of Sinta'Azaziba, common Unathi from the Wasteland would have this grittier speech pattern. \
Although filled with variety due to the multitude of kingdoms composed in the Wasteland, the borders of where these accents used to be set no longer exist and have simply become \
what it is now, struggling to find identity."
tag_icon = "trad_peasant"