From d0bfab63b8f70c9b81d213b38009e80ac3a47874 Mon Sep 17 00:00:00 2001 From: Pirouette <57296132+listerla@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:13:32 -0400 Subject: [PATCH] Edits Xanu Prime origin (#17109) * Edits Xanu Prime origin * Update coalition.dm * Revert "Update coalition.dm" This reverts commit cc70679bb8195e792820b54709676edd2c2bd0a4. --- code/modules/background/accent/human.dm | 6 +++--- .../background/origins/origins/human/coalition.dm | 12 ++++++------ html/changelogs/xanuprime.yml | 7 +++++++ 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 html/changelogs/xanuprime.yml diff --git a/code/modules/background/accent/human.dm b/code/modules/background/accent/human.dm index ee0630b2825..1bf9afd8c3c 100644 --- a/code/modules/background/accent/human.dm +++ b/code/modules/background/accent/human.dm @@ -247,9 +247,9 @@ /datum/accent/xanu name = ACCENT_XANU - description = "The Xanu Standard dialect is arguably the most notable Freespeak dialect. Xanu Standard first emerged as an informal creole designed to make communication between the various nationalities \ - who settled the planet easier and used loan words from upwards of a half-dozen languages during this early period. Over time this creole would morph into the Xanu Standard dialect of Freespeak \ - and is arguably the oldest and most widespread of the 25th century's common Freespeak dialects. Freespeak taught abroad, such as in the Serene Republic of Elyra and Republic of Biesel, is most often based upon the Xanu Standard dialect." + description = "Xanan Freespeak is arguably the most notable Freespeak dialect. Xanan Freespeak first emerged as an informal creole designed to make communication between the various nationalities \ + who settled the planet easier, being a hybridization of languages from the Indian subcontinent with a large share of loanwords from French and Dutch. Over time this creole would morph into Xanan Freespeak \ + and is arguably the oldest and most widespread of the 25th century's common Freespeak dialects. Freespeak taught abroad, such as in the Serene Republic of Elyra and Republic of Biesel, is most often based upon Xanan Freespeak." tag_icon = "xanu" text_tag = "XAN" diff --git a/code/modules/background/origins/origins/human/coalition.dm b/code/modules/background/origins/origins/human/coalition.dm index 320590c993a..a271d6aa2dd 100644 --- a/code/modules/background/origins/origins/human/coalition.dm +++ b/code/modules/background/origins/origins/human/coalition.dm @@ -2,7 +2,7 @@ name = "Coalition of Colonies" desc = "The Coalition of Colonies was born out of the fires of the Interstellar War, the bloodiest war humanity has seen since its dawn as a species. The majority of its citizens prize their freedom above all else, which has led to problems with governance for the Coalition: to this day, it remains a very decentralized and fragmented entity that can only be brought together as a unified front in moments of extreme crisis. But with the recent growth of the Republic of Biesel, retreat of the Solarian Alliance, and an increasingly militaristic Empire of Dominia, perhaps this matter shall change in the years to come." possible_origins = list( - /singleton/origin_item/origin/xanu_free_league, + /singleton/origin_item/origin/xanu_prime, /singleton/origin_item/origin/himeo, /singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/galatea, @@ -15,12 +15,12 @@ /singleton/origin_item/origin/other_coalition ) -/singleton/origin_item/origin/xanu_free_league - name = "Xanu Free League" - desc = "The Xanu Free League, and its capital of Xanu Prime, have long been considered some of the most important figures in the Coalition of Colonies. Xanusanii are a diverse body of people that value their freedom highly, and are known throughout the broader Spur as traders. Much of Xanu's surface remains uninhabitable due to damage inflicted upon the planet by the Solarian Alliance during the Interstellar War." - possible_accents = list(ACCENT_XANU, ACCENT_COC) +/singleton/origin_item/origin/xanu_prime + name = "Xanu Prime" + desc = "Xanu Prime has long been considered one of the most important planets in the Coalition of Colonies, housing its current capital. Xanans are a diverse body of people that value their freedom highly, and are known throughout the broader Spur as traders. Much of Xanu's surface is scarred due to damage inflicted upon the planet by the Solarian Alliance during the Interstellar War." + possible_accents = list(ACCENT_XANU) possible_citizenships = CITIZENSHIPS_COALITION - possible_religions = RELIGIONS_COALITION + possible_religions = list(RELIGION_NONE, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_BUDDHISM, RELIGION_SHINTO, RELIGION_HINDU, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_SIKHISM, RELIGION_OTHER, RELIGION_TRINARY, RELIGION_STOLITISM, RELIGION_MOROZ, RELIGION_LUCEISM) /singleton/origin_item/origin/himeo name = "United Syndicates of Himeo" diff --git a/html/changelogs/xanuprime.yml b/html/changelogs/xanuprime.yml new file mode 100644 index 00000000000..3afe4e82fe6 --- /dev/null +++ b/html/changelogs/xanuprime.yml @@ -0,0 +1,7 @@ +author: Pirouette + +delete-after: True + +changes: + - rscadd: "Added minority religions (Luceism, Tribunalism, Stolitism) to Xanu origin." + - tweak: "Edited Xanu origin and accent descriptions to be more up-to-date lorewise."