diff --git a/code/modules/background/origins/origins/human/dominia.dm b/code/modules/background/origins/origins/human/dominia.dm index 7e1842d8321..cfc42e2afc5 100644 --- a/code/modules/background/origins/origins/human/dominia.dm +++ b/code/modules/background/origins/origins/human/dominia.dm @@ -52,17 +52,26 @@ /singleton/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." + desc = "A tundra planet peacefully annexed into the Empire during the 24th century, Novi Jadran is the Empires model colony and is known for its loyalty. The planet is sharply divided between the heavily urbanized Iri River Basin, home to the planets great cities and highly integrated into the Empire, and its rural hinterland, where poor infrastructure is common and modern technology is rare. Jadraners are heavily integrated into Morozian culture and the wider Empire." possible_accents = list(ACCENT_DOMINIA_NOVIJADRAN) possible_citizenships = CITIZENSHIPS_DOMINIA possible_religions = list(RELIGION_MOROZ) origin_traits = list(TRAIT_ORIGIN_COLD_RESISTANCE) origin_traits_descriptions = list("are more acclimatised to the cold.") +/singleton/origin_item/origin/sun_reach + name = "Sun Reach" + desc = "A sweltering world of intense rains, swampy terrain, and mangroves, Sun Reach is a major center for Helium-3 fuel production. Previously home to a major pirate fleet, it is heavily rural and remains underdeveloped. The planets sole city — also named Sun Reach — is crowded and choked by smoke from refineries, while rural communities are plagued by natural disasters, poverty, and banditry. Life here is hard." + possible_accents = list(ACCENT_DOMINIA_SUNREACH) + possible_citizenships = CITIZENSHIPS_DOMINIA + possible_religions = list(RELIGION_MOROZ) + origin_traits = list(TRAIT_ORIGIN_HOT_RESISTANCE) + origin_traits_descriptions = list("are more acclimatised to the heat.") + /singleton/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_FRONTIER, ACCENT_DOMINIA_SUNREACH, ACCENT_COC) + 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) diff --git a/html/changelogs/fyni-sun-reach.yml b/html/changelogs/fyni-sun-reach.yml new file mode 100644 index 00000000000..3a26074ff89 --- /dev/null +++ b/html/changelogs/fyni-sun-reach.yml @@ -0,0 +1,6 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Adds Sun Reach origin, which allows Reachers to finally be resistant to heat." + - rscadd: "Changes Novi Jadran origin description." + - rscdel: "Remove Sun Reach accent from Imperial Frontier origin." \ No newline at end of file