Adds two new Dominian accents. (#15353)

This commit is contained in:
TheStryker
2022-12-21 02:52:22 +08:00
committed by GitHub
parent 358f89b0e4
commit 844c5668df
5 changed files with 63 additions and 2 deletions
+17
View File
@@ -171,6 +171,23 @@
tag_icon = "dominia_vulgar"
text_tag = "VMR"
/datum/accent/dominia_frontier
name = ACCENT_DOMINIA_FRONTIER
description = "Resembling more Freespeak than the Vulgar Morozi dialect found in more civilised regions of the Empire, most accents of the Imperial Frontier are looked down upon by those from the Core Worlds. \
Many Primaries and Secondaries look down upon the dialects of the Imperial Frontier as rogue, coarse, and often grating to hear compared to their Common-descended dialects. Many from this region who wish to rise \
through the ranks of the Empires Ma'zals spend great amounts of time learning an ersatz Solarian Common dialect based upon this one which is known as the Refined Imperial Frontier Dialect. While not nearly as \
prestigious see its counterparts the Refined Frontier dialect is often viewed as a mark of loyalty and dedication to the Empire."
tag_icon = "dominia_frontier"
text_tag = "IFR"
/datum/accent/dominia_novijadran
name = ACCENT_DOMINIA_NOVIJADRAN
description = "Much like the planet itself, the Jadranic dialect of Solarian Common sits between standard Solarian Common-influenced Vulgar Morozi and the more Freespeak-derived accents of the Imperial Frontier. \
The dialect possesses grammar and pronunciation similar to Vulgar Morozi but possesses multiple loan words from Freespeak which make it distinct from its Morozian counterpart. Jadraners are valued highly for their \
loyalty and this dialect is often regarded as the most common accent of the Imperial Army. More educated Jadraners, such as those from the planet's few urban centers, will often leave the dialect's Freespeak \
loan words our while talking with Morozians or other Dominians."
tag_icon = "dominia_novijadran"
text_tag = "NOV"
/datum/accent/jupiter
name = ACCENT_JUPITER
+2
View File
@@ -84,6 +84,8 @@
#define ACCENT_VENUSJIN "Venusian Jintarian"
#define ACCENT_DOMINIA_HIGH "High Morozi"
#define ACCENT_DOMINIA_VULGAR "Vulgar Morozi"
#define ACCENT_DOMINIA_FRONTIER "Imperial Frontier"
#define ACCENT_DOMINIA_NOVIJADRAN "Novi Jadranic"
#define ACCENT_JUPITER "Jovian"
#define ACCENT_CALLISTO "Callistean"
#define ACCENT_EUROPA "Europan"
@@ -36,14 +36,14 @@
/decl/origin_item/origin/novi_jadran
name = "Novi Jadran"
desc = "A tundra planet peacefully annexed by the Empire of Dominia fifty years ago, where the influence of the local nobles is much stronger than anywhere else. Novi Jadran is commonly viewed as a very loyal colony, with its inhabitants adhering to a mostly rural lifestyle. The planet itself is behind in many technological aspects such as electricity and urbanization, with most of the population living outside of its few large urban population centers: this is due to neglect on the local nobles' part, who prefer to host lavish parties instead."
possible_accents = list(ACCENT_DOMINIA_VULGAR)
possible_accents = list(ACCENT_DOMINIA_NOVIJADRAN)
possible_citizenships = CITIZENSHIPS_DOMINIA
possible_religions = list(RELIGION_MOROZ)
/decl/origin_item/origin/imperial_frontier
name = "Imperial Frontier"
desc = "The Imperial Frontier consists of worlds conquered by the Empire of Dominia and mostly populated by Ma'zals. Military governments are common here, as are the often-hated viceroyalties that the Empire has become infamous for abroad. The planets of the Imperial Frontier stand at varying levels of development, but most of their resources are sent back to the region that truly matters to the Empire: the Imperial Core."
possible_accents = list(ACCENT_DOMINIA_VULGAR, ACCENT_COC, ACCENT_NCF)
possible_accents = list(ACCENT_DOMINIA_FRONTIER, ACCENT_COC)
possible_citizenships = CITIZENSHIPS_DOMINIA
possible_religions = list(RELIGION_NONE, RELIGION_MOROZ, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_BUDDHISM, RELIGION_HINDU, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_OTHER)