mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
New Ya'ssa Accent (#16392)
* accent sprite & implementation * changelog * adds harr'nrr as origin that can select it * change tag to NYS
This commit is contained in:
@@ -77,6 +77,14 @@
|
||||
tag_icon = "tajara_oldyassa"
|
||||
text_tag = "YSA"
|
||||
|
||||
/datum/accent/new_yassa
|
||||
name = ACCENT_NEWYASSA
|
||||
description = "A consciously learned accent created by New Kingdom's intellectuals in an attempt to replicate Old Ya'ssa. It is adopted by nobility who want to reinforce their \
|
||||
noble heritage. Commoners consider New Ya'ssa to be pretentious. Pre-contact Ya'ssa speakers consider it a poorly made copy. This accent is also commonly used in the New Kingdom's \
|
||||
entertainment sector."
|
||||
tag_icon = "tajara_newyassa"
|
||||
text_tag = "NYS"
|
||||
|
||||
/datum/accent/northrasnrr
|
||||
name = ACCENT_NORTHRASNRR
|
||||
description = "While similar to the Republican Siik'maas, Northern Ras'nrr Siik'maas is relatively free from the Hadiist additions. It is known for its \
|
||||
|
||||
@@ -121,6 +121,7 @@
|
||||
#define ACCENT_RURALDELVAHHI "Rural Delvahhi"
|
||||
#define ACCENT_NOMADDELVAHHI "Nomadic Delvahhi"
|
||||
#define ACCENT_OLDYASSA "Old Ya'ssa"
|
||||
#define ACCENT_NEWYASSA "New Ya'ssa"
|
||||
#define ACCENT_NORTHRASNRR "Northern Ras'nrr Siik'maas"
|
||||
#define ACCENT_DINAKK "Din'akk Mountains Siik'maas"
|
||||
#define ACCENT_HARRNRRI "Harr'nrri Siik'mas"
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
/singleton/origin_item/origin/kaltir
|
||||
name = "Old Kaltir"
|
||||
desc = "Stretching from Nusinsk, up the imthus, and towards the northern borders of the New Kingdom are the lands referred to as Old Kaltir. As the name implies, these lands were ruled by the Azjuna line before the First Revolution and the collapse of the Kingdom of Kaltir. This is the homeland of the most loyal of the NKA. Previously devastated in the First Revolution and once again during the Second Revolution, Old Kaltir is steadily rebuilding itself post-armistice. Life in the villages continues on as always, but the trappings of modern corporate life slowly creep in thanks to increasing megacorporation presence in the New Kingdom."
|
||||
possible_accents = list(ACCENT_HIGHHARRSIIK)
|
||||
possible_accents = list(ACCENT_HIGHHARRSIIK, ACCENT_NEWYASSA)
|
||||
possible_citizenships = CITIZENSHIPS_ADHOMAI
|
||||
possible_religions = RELIGIONS_ADHOMAI
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
/singleton/origin_item/origin/harrnrr
|
||||
name = "Peninsula of Harr'nrr"
|
||||
desc = "Settled in the very beginning of the Colonization Age and the Suns Wars, the Peninsula of Harr'nrr is a venerable section of the continent. Its largest city, Baltor, was the first settlement to be constructed on Harr'masir. During the Second Revolution, the population initially supported the Republic in its war effort. But the introduction of the PRA draft in 2458 led to mass protests in the cities and towns. When those protests were suppressed by the PSIS, support for other factions rose and the NKA and ALA began to compete for influence. Today, Baltor is a cultural centre of the NKA with its traditional artisans, artists, and filmographers gaining immense popularity across the nation. The Harr'nrri themselves are considered a more pacifistic and arts-inclined people, with a heavy emphasis on respect towards their fathers and faith."
|
||||
possible_accents = list(ACCENT_HARRNRRI)
|
||||
possible_accents = list(ACCENT_HARRNRRI, ACCENT_NEWYASSA)
|
||||
possible_citizenships = CITIZENSHIPS_ADHOMAI
|
||||
possible_religions = RELIGIONS_ADHOMAI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user