diff --git a/code/__defines/background.dm b/code/__defines/background.dm index 426a0479e67..99a4d36297f 100644 --- a/code/__defines/background.dm +++ b/code/__defines/background.dm @@ -113,9 +113,13 @@ #define ACCENT_ANTILLIA "Port Antillia" #define ACCENT_XANU "Xanu" #define ACCENT_SANCOLETTE "San Colette" -#define ACCENT_BURZSIA "Burzsia" #define ACCENT_OREPIT "Native Orepitter" #define ACCENT_PROVIDENCE "Providence Trinarist" +#define ACCENT_BURZSIA "Burzsia" +#define ACCENT_GALATEA "Galatean" +#define ACCENT_TSUKUYOMI "Tsukuyomian" +#define ACCENT_EMPYREAN "Empyrean" +#define ACCENT_SVAROG "Svarogite" #define ACCENT_REPUBICLANSIIK "Republican Siik'maas" #define ACCENT_NAZIRASIIK "Nazira Siik'maas" diff --git a/code/modules/background/accent/human.dm b/code/modules/background/accent/human.dm index 66ac1ac7315..ee0630b2825 100644 --- a/code/modules/background/accent/human.dm +++ b/code/modules/background/accent/human.dm @@ -276,6 +276,37 @@ tag_icon = "gadpathur" text_tag = "GAD" +/datum/accent/galatea + name = ACCENT_GALATEA + description = "Galatean Ministerial Common is one of two Ministerial Common dialects within the Federal Technocracy. Centrally managed by the Ministry of Galatean Culture (MfGC), Galatea proper's \ + dialect is an unusual Solarian Common dialect characterized by its total lack of loan words and use of antiquated Common terms which date to the early 2300s — when it was established as a dialect — and \ + have since fallen out of common use. Linguistically it is similar to Gadpathurian Common but lacks the Freespeak influence of Gadpathurian Common due to the MfGC's tight control over the language." + tag_icon = "galatea" + text_tag = "GAL" + +/datum/accent/tsukuyomi + name = ACCENT_TSUKUYOMI + description = "Significantly more rare abroad than Galatean Ministerial Common, Tsukuyomian Standard is one of two Ministerial Common dialects managed by the Ministry of Galatean Culture (MfGC). Like Galatean Ministerial \ + Common, it lacks loan words due to central management and sounds comparatively antiquated when compared to more modern Solarian Common dialects. Tsukuyomian Standard is commonly associated with the Galatean Federal Navy, \ + which has its headquarters on Tsukuyomi." + tag_icon = "tsukuyomi" + text_tag = "TSU" + +/datum/accent/empyrean + name = ACCENT_EMPYREAN + description = "Empyrean Federal Freespeak is a creole of Coalition Freespeak and Ministerial Common which features a multitude of Solarian Common loanwords due to most residents of Empyrean being bilingual, and often speaking \ + Freespeak and Solarian Common. Compared to Svarogite Freespeak it features a heavier influence from foreign Freespeak and Solarian Common dialects due to Empyrean's status as a major point of entry for the Yggdrasil System. " + tag_icon = "empyrean" + text_tag = "EMY" + +/datum/accent/svarog + name = ACCENT_SVAROG + description = "Svarogite Federal Freespeak is an unusual creole which combines Coalition Freespeak with the Ministerial Common dialect of Solarian Common. It features many Solarian Common loanwords and speakers of this dialect \ + are almost always bilingual, speaking both Solarian Common and Freespeak, which can lead to further linguistic blending. The universal lung bioaugmentations of Svarogites ensure that they, unlike their New Hai Phongese counterparts, \ + do not suffer from chronic lung issues which would impact their speech." + tag_icon = "svarog" + text_tag = "SVA" + /datum/accent/pluto name = ACCENT_PLUTO description = "The Plutonian accent is one of many Sol Common accents found throughout the Sol System itself, though it is almost undoubtedly the furthest one out from the Sun itself. Rooted in a combination \ diff --git a/code/modules/background/origins/origins/human/coalition.dm b/code/modules/background/origins/origins/human/coalition.dm index 4e9864132e6..320590c993a 100644 --- a/code/modules/background/origins/origins/human/coalition.dm +++ b/code/modules/background/origins/origins/human/coalition.dm @@ -5,6 +5,7 @@ /singleton/origin_item/origin/xanu_free_league, /singleton/origin_item/origin/himeo, /singleton/origin_item/origin/vysoka, + /singleton/origin_item/origin/galatea, /singleton/origin_item/origin/coa_spacer, /singleton/origin_item/origin/gadpathur, /singleton/origin_item/origin/gadpathur_exile, @@ -38,6 +39,14 @@ possible_citizenships = CITIZENSHIPS_COALITION possible_religions = list(RELIGION_NONE, RELIGION_STOLITISM, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_BUDDHISM, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_OTHER) +/singleton/origin_item/origin/galatea + name = "Federal Technocracy of Galatea" + desc = "The Federal Technology of Galatea is an unusual human society which prizes academic knowledge and progress above almost all other things. It is originally descended from a Solarian scientific expedition which was sent to the current Weeping Stars to terraform the Yggdrasil System, and retains a focus on expert guidance. To have a political voice in the Federation, one must have some form of degree, and Galatean academicia is infamously rigorous. The non-degreed population of Galatea is kept in line \ + through an extensive system of welfare, propaganda, and state surveillance known as the Welfare-Propaganda State. Dissent is rare and confidence in the government is high across the Technocracy. Galatea is widely known for its biotechnology; most of its citizens have some form of biological augmentations, with those lacking them viewed as social oddities. The Federation consists of four member-planets: Galatea, Tsukuyomi, Svarog, and Empyrean." + possible_accents = list(ACCENT_GALATEA, ACCENT_TSUKUYOMI, ACCENT_EMPYREAN, ACCENT_SVAROG) + possible_citizenships = CITIZENSHIPS_COALITION + possible_religions = RELIGIONS_COALITION + /singleton/origin_item/origin/coa_spacer name = "Coalition Offworlders" desc = "The offworlders of the Coalition of Colonies are an odd mix of nomadic or semi-nomadic peoples that do not call any planet home, and instead opt to live in spaceborne fleets. The most notable offworlder group in the Coalition is the Scarabs, though many more are present in the Coalition's borders." diff --git a/html/changelogs/crunchypretzels - galatea.yml b/html/changelogs/crunchypretzels - galatea.yml new file mode 100644 index 00000000000..6c26db42f68 --- /dev/null +++ b/html/changelogs/crunchypretzels - galatea.yml @@ -0,0 +1,40 @@ +################################ +# 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: crunchypretzels +# 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: "Added Galatean origin and related accents. Adjutant, fetch my caffeine pump." diff --git a/icons/accent_tags.dmi b/icons/accent_tags.dmi index 69154b4da64..149048dffc0 100644 Binary files a/icons/accent_tags.dmi and b/icons/accent_tags.dmi differ