diff --git a/code/modules/background/accent/tajara.dm b/code/modules/background/accent/tajara.dm index ca91ff72f40..7d1b86e8fc0 100644 --- a/code/modules/background/accent/tajara.dm +++ b/code/modules/background/accent/tajara.dm @@ -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 \ diff --git a/code/modules/background/defines.dm b/code/modules/background/defines.dm index 05966ebc32a..3b37913fcd8 100644 --- a/code/modules/background/defines.dm +++ b/code/modules/background/defines.dm @@ -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" diff --git a/code/modules/background/origins/origins/tajara/adhomai.dm b/code/modules/background/origins/origins/tajara/adhomai.dm index 73b8046ada4..4417507bb20 100644 --- a/code/modules/background/origins/origins/tajara/adhomai.dm +++ b/code/modules/background/origins/origins/tajara/adhomai.dm @@ -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 diff --git a/html/changelogs/ramke - new yassa.yml b/html/changelogs/ramke - new yassa.yml new file mode 100644 index 00000000000..d29b99e6a52 --- /dev/null +++ b/html/changelogs/ramke - new yassa.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Ramke + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Implemented a new Tajara accent - New Ya'ssa. Selectable through the Old Kaltir & Peninsula of Harr'nrr origins." diff --git a/icons/accent_tags.dmi b/icons/accent_tags.dmi index 7bd930c2d5f..f5e9b089fd5 100644 Binary files a/icons/accent_tags.dmi and b/icons/accent_tags.dmi differ