mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Replaces EUM with the overhauled Hieroaetheria (#18832)
Replaces all things EUM with the overhauled Hieroaetheria.    Above accent icons by Caelphon.  Hieroaetherian accent icon by Hollyhock.
This commit is contained in:
+1
-1
@@ -1641,7 +1641,7 @@
|
||||
#include "code\modules\background\origins\origins\diona\coalition.dm"
|
||||
#include "code\modules\background\origins\origins\diona\deep_space.dm"
|
||||
#include "code\modules\background\origins\origins\diona\eridani.dm"
|
||||
#include "code\modules\background\origins\origins\diona\eum.dm"
|
||||
#include "code\modules\background\origins\origins\diona\hieroaetheria.dm"
|
||||
#include "code\modules\background\origins\origins\diona\moghes.dm"
|
||||
#include "code\modules\background\origins\origins\diona\narrows.dm"
|
||||
#include "code\modules\background\origins\origins\diona\nralakk.dm"
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
#define CITIZENSHIP_IZWESKI "Izweski Hegemony"
|
||||
|
||||
#define CITIZENSHIP_NRALAKK "Nralakk Federation"
|
||||
#define CITIZENSHIP_EUM "Co-Operative Territories of EUM"
|
||||
|
||||
#define CITIZENSHIP_CONSORTIUM "The Consortium of Hieroaetheria"
|
||||
#define CITIZENSHIP_GLAORR "The Union of Gla'orr"
|
||||
#define CITIZENSHIP_EKANE "The Eternal Republic of The Ekane"
|
||||
|
||||
#define CITIZENSHIP_PRA "People's Republic of Adhomai"
|
||||
#define CITIZENSHIP_DPRA "Democratic People's Republic of Adhomai"
|
||||
@@ -63,8 +66,6 @@
|
||||
#define RELIGION_ETERNAL "Orthodox Eternal"
|
||||
#define RELIGION_ETERNAL_ICHOR "Ichor Eternal"
|
||||
#define RELIGION_ETERNAL_IRON "Iron Eternal"
|
||||
#define RELIGION_MADA "Maraka"
|
||||
#define RELIGION_GLEANERS "Lights Accord"
|
||||
|
||||
//accent defines
|
||||
|
||||
@@ -169,13 +170,20 @@
|
||||
#define ACCENT_SKRELLSOL "Solarian Skrell Standard"
|
||||
#define ACCENT_SKRELLCOC "Coalition Skrell Standard"
|
||||
#define ACCENT_SKRELLCETI "Biesellite Skrell Standard"
|
||||
#define ACCENT_SKRELLEUM "Nral'Daaq"
|
||||
#define ACCENT_SKRELLCONSORTIUM "Skrell Consortium Standard"
|
||||
#define ACCENT_SROM "Inner Voice"
|
||||
#define ACCENT_TATTUQIG "Tattuqig"
|
||||
|
||||
#define ACCENT_ROOTSONG "Rootsong"
|
||||
#define ACCENT_VOIDSONG "Voidsong"
|
||||
#define ACCENT_ANCIENTSONG "Ancientsong"
|
||||
#define ACCENT_HIEROAETHERIAN "Hieroaetherian Old"
|
||||
#define ACCENT_RAPTURIAN "Rapturian Voidsong"
|
||||
#define ACCENT_CONSORTIUM "Consortium Standard"
|
||||
#define ACCENT_GLAORR "Gla'orr Received Pronunciation"
|
||||
#define ACCENT_EKANE "Ekanian"
|
||||
#define ACCENT_ANU "Anu"
|
||||
#define ACCENT_GENTLEWINDS "Gentle Winds"
|
||||
#define ACCENT_HOPESTENDRILS "Hope's Tendrils"
|
||||
#define ACCENT_CRIMSONSONG "Crimsonsong"
|
||||
#define ACCENT_IRONSONG "Ironsong"
|
||||
#define ACCENT_SANDSONG "Sandsong"
|
||||
@@ -214,9 +222,11 @@
|
||||
#define RELIGIONS_SOLARIAN list(RELIGION_NONE, RELIGION_CHRISTIANITY, RELIGION_ISLAM, RELIGION_SHINTO, RELIGION_BUDDHISM, RELIGION_HINDU, RELIGION_TAOISM, RELIGION_JUDAISM, RELIGION_SIKHISM, RELIGION_OTHER, RELIGION_TRINARY)
|
||||
#define CITIZENSHIPS_SOLARIAN list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_ERIDANI, CITIZENSHIP_COALITION)
|
||||
|
||||
#define CITIZENSHIPS_NRALAKK list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM)
|
||||
#define CITIZENSHIPS_NRALAKK list(CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM)
|
||||
#define RELIGIONS_NRALAKK list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_UNIVALVISM, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
#define CITIZENSHIPS_HIEROAETHERIA list(CITIZENSHIP_CONSORTIUM, CITIZENSHIP_GLAORR, CITIZENSHIP_EKANE)
|
||||
|
||||
#define RELIGIONS_ADHOMAI list(RELIGION_TWINSUNS, RELIGION_MATAKE, RELIGION_RASKARA, RELIGION_NONE, RELIGION_OTHER)
|
||||
#define CITIZENSHIPS_ADHOMAI list(CITIZENSHIP_PRA, CITIZENSHIP_DPRA, CITIZENSHIP_NKA)
|
||||
|
||||
@@ -225,6 +235,6 @@
|
||||
#define RELIGIONS_UNATHI list(RELIGION_THAKH, RELIGION_AUTAKH, RELIGION_SKAKH, RELIGION_SIAKH)
|
||||
|
||||
#define ALL_CITIZENSHIPS list(CITIZENSHIP_BIESEL, CITIZENSHIP_SOL, CITIZENSHIP_COALITION, CITIZENSHIP_ELYRA, CITIZENSHIP_ELYRA,\
|
||||
CITIZENSHIP_ELYRA_NCP, CITIZENSHIP_ERIDANI, CITIZENSHIP_DOMINIA, CITIZENSHIP_IZWESKI, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM,\
|
||||
CITIZENSHIP_ELYRA_NCP, CITIZENSHIP_ERIDANI, CITIZENSHIP_DOMINIA, CITIZENSHIP_IZWESKI, CITIZENSHIP_NRALAKK,\
|
||||
CITIZENSHIP_PRA, CITIZENSHIP_DPRA, CITIZENSHIP_NKA, CITIZENSHIP_FREE_COUNCIL, CITIZENSHIP_ZORA, CITIZENSHIP_KLAX, CITIZENSHIP_CTHUR,\
|
||||
CITIZENSHIP_NONE, CITIZENSHIP_GOLDEN)
|
||||
CITIZENSHIP_NONE, CITIZENSHIP_GOLDEN, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_GLAORR, CITIZENSHIP_EKANE)
|
||||
|
||||
@@ -649,21 +649,6 @@
|
||||
/obj/structure/sign/flag/traverse/large/west/Initialize(mapload)
|
||||
. = ..(mapload, WEST)
|
||||
|
||||
// CT-EUM
|
||||
|
||||
/obj/item/flag/cteum
|
||||
name = "\improper Co-operative Territories of Epsilon Ursae Minoris Flag"
|
||||
desc = "The flag of the CT-EUM."
|
||||
flag_path = "cteum"
|
||||
flag_structure = /obj/structure/sign/flag/cteum
|
||||
|
||||
/obj/structure/sign/flag/cteum
|
||||
name = "\improper Co-operative Territories of Epsilon Ursae Minoris Flag"
|
||||
desc = "The flag of the CT-EUM."
|
||||
icon_state = "cteum"
|
||||
flag_path = "cteum"
|
||||
flag_item = /obj/item/flag/cteum
|
||||
|
||||
// Nanotrasen.
|
||||
|
||||
/obj/item/flag/nanotrasen
|
||||
|
||||
@@ -10,12 +10,6 @@
|
||||
tag_icon = "dionae_voidsong"
|
||||
text_tag = "VDS"
|
||||
|
||||
/datum/accent/ancientsong
|
||||
name = ACCENT_ANCIENTSONG
|
||||
description = "An accent unique to the Dionae hailing for EUM. It sounds similar to Rootsong, although with a higher pitch."
|
||||
tag_icon = "dionae_ancientsong"
|
||||
text_tag = "ATS"
|
||||
|
||||
/datum/accent/crimsonsong
|
||||
name = ACCENT_CRIMSONSONG
|
||||
description = "Originating from the red sea that is the Badlands, Crimsonsong is a variation of Voidsong spoken by Dionae hailing from the region, with the main distinction between the two being a noticeably faster tempo as well as a slightly higher pitch."
|
||||
@@ -87,3 +81,52 @@
|
||||
description = "A unique combination of elements from both Nral'malic and Rootsong, Xrim's accent can generally be picked up due to its slow, dulcet sound. It has wide range, and can reach as high as a Soprano and as low as an Alto. Its fluctuations are generally an easy way to detect the accent, being one of the more novel accents within the Federation, and abroad."
|
||||
tag_icon = "dionae_xrim"
|
||||
text_tag = "XMS"
|
||||
|
||||
// Hieroaetherian Accents
|
||||
/datum/accent/hieroaetherian
|
||||
name = ACCENT_HIEROAETHERIAN
|
||||
description = "An accent unique to dionae hailing from the Commonwealth of Hieroaetheria who live outside of the three nations, known as Hieroaetherian Old. It sounds similar to Rootsong, although with a unique tonality that often begins and ends on high-pitched harmonies, sounding rather elegant. The accent has been in-decline due to the rising dominance of the three major factions."
|
||||
tag_icon = "dionae_hieroaetheria"
|
||||
text_tag = "HRA"
|
||||
|
||||
/datum/accent/rapturian
|
||||
name = ACCENT_RAPTURIAN
|
||||
description = "A Voidsong accent unique to dionae hailing from the Titan's Rapture system, who originate away from Hieroaetheria and instead elsewhere in the Titan's Rapture system. The accent is categorised as almost obnoxious, being louder and higher than other forms of Voidsong in the tenor range, as well as being spoken at a quicker pace, making it difficult to keep up with sometimes - this is believed to be due to Titan's Rapture dionae grappling for attention in such a loud and overwhelming environment."
|
||||
tag_icon = "dionae_rapture"
|
||||
text_tag = "TNR"
|
||||
|
||||
/datum/accent/consortium
|
||||
name = ACCENT_CONSORTIUM
|
||||
description = "An accent very similar to Ancient Song, though standardised to be the same across the Consortium of Hieroaetheria and more easy on the ears of non-dionae. It remains typically higher pitched than ordinary Rootsong, though lacks the unique tonality of Hieroaetherian Old, and in recent times has begun to adopt some chirpy sounds of skrell."
|
||||
tag_icon = "dionae_consortium"
|
||||
text_tag = "CNS"
|
||||
|
||||
/datum/accent/glaorr
|
||||
name = ACCENT_GLAORR
|
||||
description = "An eloquent accent heard in the territories controlled by the Union of Gla'orr, where each syllable is perfectly enunciated and each note harmonised when speaking with other dionae. It has a similar tonality to Hieroaetherian Old, though with a bit of sing-songy lilt."
|
||||
tag_icon = "dionae_glaorr"
|
||||
text_tag = "UNN"
|
||||
|
||||
/datum/accent/ekane
|
||||
name = ACCENT_EKANE
|
||||
description = "A accent with a lot of variation among different communities of Ekanians. It is very high-pitched, more so than any other form of Rootsong, and is often described as grating by non-Dionae."
|
||||
tag_icon = "dionae_ekane"
|
||||
text_tag = "ETR"
|
||||
|
||||
/datum/accent/anu
|
||||
name = ACCENT_ANU
|
||||
description = "A dialect of Consortium Standard which is characterised by it's slight higher pitch than ordinary Rootsong, though one which lacks the unique tonality of other accents heard on Hieroaetheria. Compared to Consortium Standard, the Anu dialect incorporates even more skrell-like chirps and human-like hums; even when speaking Rootsong, this dialect of Consortium Standard almost sounds understandable to non-Dionae if heard in the background."
|
||||
tag_icon = "dionae_anu"
|
||||
text_tag = "ANU"
|
||||
|
||||
/datum/accent/gentlewinds
|
||||
name = ACCENT_GENTLEWINDS
|
||||
description = "An accent entirely divorced from Consortium Standard due to the different growing conditions on Gentle Winds, this accent is a hybridised Rootsong-Voidsong accent, sitting awkwardly between the tenor and alto ranges and only with the occasional, low, resonant warble-like sound that connects it to Consortium Standard."
|
||||
tag_icon = "dionae_gentle"
|
||||
text_tag = "GNL"
|
||||
|
||||
/datum/accent/hopestendrils
|
||||
name = ACCENT_HOPESTENDRILS
|
||||
description = "A dialect of Consortium Standard which is characterised by it's slight higher pitch than ordinary Rootsong, though one which lacks the unique tonality of other accents heard on Hieroaetheria. Compared to Consortium Standard, the Hope's Tendrils dialect is noticably more euphoric with a sing-songy pacing and sustained notes."
|
||||
tag_icon = "dionae_hopetendrils"
|
||||
text_tag = "HPE"
|
||||
|
||||
@@ -86,9 +86,9 @@
|
||||
tag_icon = "skrell_tattuqig"
|
||||
text_tag = "TAT"
|
||||
|
||||
/datum/accent/skrell/EUM
|
||||
name = ACCENT_SKRELLEUM
|
||||
description = "The Nral'Daaq accent draws from the accents of migrating Skrell from the Federation as well as elements of rootsong from the local Dionae population, creating a sing-song accent with \
|
||||
/datum/accent/skrell/consortium
|
||||
name = ACCENT_SKRELLCONSORTIUM
|
||||
description = "The Skrell Consortium Standard accent draws from the accents of migrating Skrell from the Federation as well as elements of rootsong from the local Dionae population, creating a sing-songy accent with \
|
||||
melodic highs and lows. The accent has been compared to the Aweijiin accent, but it does not have the same reputation as it is not used by idols."
|
||||
tag_icon = "skrell_nraldaaq"
|
||||
text_tag = "NDQ"
|
||||
tag_icon = "skrell_consortium"
|
||||
text_tag = "SCS"
|
||||
|
||||
@@ -1,9 +1,61 @@
|
||||
/datum/citizenship/eum
|
||||
name = CITIZENSHIP_EUM
|
||||
description = "Initially discovered by Skrell probes in 2342, Epsilon Ursea Minoris, or generally referred \
|
||||
to as EUM, is a habitable world home to multiple Dionae civilizations and clusters. While not the homeworld \
|
||||
of the species, EUM is the largest-known world to have been colonized exclusively by Dionae without contact \
|
||||
or help from outside species, being home to the Dionae for thousands of years prior to discovery."
|
||||
/datum/citizenship/consortium
|
||||
name = CITIZENSHIP_CONSORTIUM
|
||||
description = "A nation of Hieroaetheria predating Nralakk discovery, the Consortium was a loose confederation of dozens of \
|
||||
dionae groups across the region of Mede that have since unified into one alliance. The Consortium prides itself on progressive stances, \
|
||||
aiming to foster a multicultural society inclusive of non-Dionae."
|
||||
|
||||
job_species_blacklist = list(
|
||||
"Consular Officer" = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_HUMAN_OFFWORLD,
|
||||
SPECIES_IPC,
|
||||
SPECIES_IPC_BISHOP,
|
||||
SPECIES_IPC_G1,
|
||||
SPECIES_IPC_G2,
|
||||
SPECIES_IPC_SHELL,
|
||||
SPECIES_IPC_UNBRANDED,
|
||||
SPECIES_IPC_XION,
|
||||
SPECIES_IPC_ZENGHU,
|
||||
SPECIES_TAJARA,
|
||||
SPECIES_TAJARA_MSAI,
|
||||
SPECIES_TAJARA_ZHAN,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_VAURCA_WORKER,
|
||||
SPECIES_VAURCA_WARRIOR,
|
||||
SPECIES_VAURCA_BULWARK
|
||||
),
|
||||
"Diplomatic Aide" = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_HUMAN_OFFWORLD,
|
||||
SPECIES_IPC,
|
||||
SPECIES_IPC_BISHOP,
|
||||
SPECIES_IPC_G1,
|
||||
SPECIES_IPC_G2,
|
||||
SPECIES_IPC_SHELL,
|
||||
SPECIES_IPC_UNBRANDED,
|
||||
SPECIES_IPC_XION,
|
||||
SPECIES_IPC_ZENGHU,
|
||||
SPECIES_TAJARA,
|
||||
SPECIES_TAJARA_MSAI,
|
||||
SPECIES_TAJARA_ZHAN,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_VAURCA_WORKER,
|
||||
SPECIES_VAURCA_WARRIOR,
|
||||
SPECIES_VAURCA_BULWARK
|
||||
)
|
||||
)
|
||||
|
||||
/datum/citizenship/consortium/get_objectives(mission_level, var/mob/living/carbon/human/H)
|
||||
switch(mission_level)
|
||||
if(REPRESENTATIVE_MISSION_LOW)
|
||||
var/picked_objective = pick("Hold a meeting to promote the relationship between the Consortium of Hieroaetheria and [SSatlas.current_map.boss_name].", "Secure [rand(2,4)] investments worth a total of [rand(5000,20000)] into the Hieroaetherian company [pick("Biomatik Inovations", "CosmoForge Technologies", "AstroTerra Enterprises")].", "Advertise positions that will be open at the [pick("Hieroaetherian College", "University of Western Mede")] next student intake, available to non-Hieroaetherian dionae and skrell. The university has set aside one scholarship you may award that will cover half of any tuition fees.")
|
||||
return picked_objective
|
||||
|
||||
/datum/citizenship/glaorr
|
||||
name = CITIZENSHIP_GLAORR
|
||||
description = "An affront to the ideals of ther Consortium, the Union of Gla'orr is autocratic and xenophobic, opposed to the integration of non-Dionae \
|
||||
into Hieroaetherian societies. Though opposed to the ideals of the Consortium and though wishing a more secular handling of issues compared to Ekane, \
|
||||
they continue to engage in diplomatic relations with the other nations of the Commonwealth."
|
||||
|
||||
job_species_blacklist = list(
|
||||
"Consular Officer" = list(
|
||||
@@ -47,3 +99,64 @@
|
||||
SPECIES_VAURCA_BULWARK
|
||||
)
|
||||
)
|
||||
|
||||
/datum/citizenship/glaorr/get_objectives(mission_level, var/mob/living/carbon/human/H)
|
||||
switch(mission_level)
|
||||
if(REPRESENTATIVE_MISSION_LOW)
|
||||
var/picked_objective = pick("Make use of the Entertainment channel to hold a Union broadcast. The suggested topic this broadcast is: [pick("the rich heritage of the Union of Gla'orr", "the elegance of Rootsong, withstanding alien influence to preserve a strong sense of dionae identity", "the importance of unity and solidarity among Union citizens")].", "Instill a sense of pride in any Union of Gla'orr dionae onboard; root out any signs of alien influence.", "Hold a seminar on Rootsong with any dionae onboard. The suggested topic this shift is: [pick("ease of communication in Rootsong", "Rootsong as a symbol of dionae identity", "the eloequence of Gla'orr Received Pronunciation", "bastardisations of Rootsong such as Consortium Standard")].")
|
||||
return picked_objective
|
||||
|
||||
/datum/citizenship/ekane
|
||||
name = CITIZENSHIP_EKANE
|
||||
description = "Founded after first contact with the Nralakk Federation in communities gripped by Eternal thoughts, the Eternal Republic is an autocratic \
|
||||
theocracy staunchly against propositions of reform, inclusion of non-dionae, centralisation and deeply entwined with Eternal schools of thoughts, with \
|
||||
faith being a central component of all facets of life within the Eternal Republic."
|
||||
|
||||
job_species_blacklist = list(
|
||||
"Consular Officer" = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_HUMAN_OFFWORLD,
|
||||
SPECIES_SKRELL,
|
||||
SPECIES_IPC,
|
||||
SPECIES_IPC_BISHOP,
|
||||
SPECIES_IPC_G1,
|
||||
SPECIES_IPC_G2,
|
||||
SPECIES_IPC_SHELL,
|
||||
SPECIES_IPC_UNBRANDED,
|
||||
SPECIES_IPC_XION,
|
||||
SPECIES_IPC_ZENGHU,
|
||||
SPECIES_TAJARA,
|
||||
SPECIES_TAJARA_MSAI,
|
||||
SPECIES_TAJARA_ZHAN,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_VAURCA_WORKER,
|
||||
SPECIES_VAURCA_WARRIOR,
|
||||
SPECIES_VAURCA_BULWARK
|
||||
),
|
||||
"Diplomatic Aide" = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_HUMAN_OFFWORLD,
|
||||
SPECIES_SKRELL,
|
||||
SPECIES_IPC,
|
||||
SPECIES_IPC_BISHOP,
|
||||
SPECIES_IPC_G1,
|
||||
SPECIES_IPC_G2,
|
||||
SPECIES_IPC_SHELL,
|
||||
SPECIES_IPC_UNBRANDED,
|
||||
SPECIES_IPC_XION,
|
||||
SPECIES_IPC_ZENGHU,
|
||||
SPECIES_TAJARA,
|
||||
SPECIES_TAJARA_MSAI,
|
||||
SPECIES_TAJARA_ZHAN,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_VAURCA_WORKER,
|
||||
SPECIES_VAURCA_WARRIOR,
|
||||
SPECIES_VAURCA_BULWARK
|
||||
)
|
||||
)
|
||||
|
||||
/datum/citizenship/ekane/get_objectives(mission_level, var/mob/living/carbon/human/H)
|
||||
switch(mission_level)
|
||||
if(REPRESENTATIVE_MISSION_LOW)
|
||||
var/picked_objective = pick("Setup a Rootsong Performance open to any devout Eternal dionae onboard - any Ekanian dionae are to take lead in the performance.", "Identify dionae onboard who do not believe in an Eternal school of thought. Ensure their conversion to the Eternal through thorough proselytisation.", "Ensure Ekanian dionae onboard have not strayed from their Eternal beliefs in their time away from the Eternal Republic.")
|
||||
return picked_objective
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
desc = "Dionae who were grown in and largely influenced by the Republic of Biesel."
|
||||
important_information = "While Dionae do still face some discrimination in the Republic, Dionae can expect to live a fairly comfortable life. The Republic itself does not apply any sort of \"debt\" to Dionae they uplift, however, a megacorp may rope them into a contract to work for them if they played any part in growing them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/diona_district_11
|
||||
@@ -21,7 +21,7 @@
|
||||
desc = "Dionae who were grown in and largely influenced by Mendel City's District 11 on Biesel. This includes both those grown in areas affected by the church and in the outskirts of its influence."
|
||||
important_information = "Dionae originating from the Eternal Temple in D11 are not beholden to following the Eternal faith, however, the church still ensures that all Dionae grown within its walls are educated and made ready for the outside world."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/titan_prime
|
||||
@@ -37,5 +37,5 @@
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated by the Republic of Biesel or one of the megacorporations active within its borders."
|
||||
important_information = "While Dionae do still face some discrimination in the Republic, Dionae can expect to live a fairly comfortable life. The Republic itself does not apply any sort of \"debt\" to Dionae they uplift, however, a megacorp may rope them into a contract to work for them if they played any part in uplifting them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
desc = "Dionae who were originally grown in and influenced by a planet within the Coalition of Colonies "
|
||||
important_information = "As a result of no federal laws dictating how Dionae grown within CoC territory should be treated, their treatment can vary greatly from system to system, although generally are treated well and fully integrated into their local planet's society."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/coc_wildborn
|
||||
@@ -18,5 +18,5 @@
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Coalition of Colonies or one of the megacorporations active within its borders."
|
||||
important_information = "Wild Dionae tend to have a much harder time within CoC borders as they're generally hunted for minerals stored within them, although in more recent decades this practice has begun to die down, with more and more wild Dionae being integrated into the CoC. Policies on uplifting and integrating Dionae within the CoC vary greatly from system to system as there are no set federal laws detailing how to handle them."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL)
|
||||
possible_citizenships = list(CITIZENSHIP_COALITION, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in Deep Space, outside the borders of any major nations."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_CRIMSONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
desc = "Dionae who were originally grown in and influenced by the slums of Eridani, most often in the underbelly of Oran."
|
||||
important_information = "These Dionae tend to be significantly influenced by Eridanian Dregs, generally taking on some of their mannerisms and vocabulary."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/sunlight_grown
|
||||
@@ -19,5 +19,5 @@
|
||||
desc = "Dionae who were originally grown in and influenced by the Eridani Federation in a more positive environment, most often on Akhet."
|
||||
important_information = "These Dionae tend to be significantly influenced by Eridanian Suits, generally taking on some of their mannerisms and vocabulary."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
/singleton/origin_item/culture/eum
|
||||
name = "Epsilon Ursae Minoris"
|
||||
desc = "Epsilon Ursea Minoris, generally referred to as EUM, is a habitable world home to multiple Dionae civilizations and clusters. While not the homeworld of the species, EUM is the largest-known world to have been colonized exclusively by Dionae without contact or help from outside species, being home to the Dionae for thousands of years prior to discovery. Since first contact was made with the Nralakk Federation in 2390 the planet has become semi-unified under the Co-operative Territories of Epsilon Ursae Minoris, or the CT-EUM. Despite this the nations that make up the CT-EUM are still largely distinct from one another, hosting their own distinct cultures and societies."
|
||||
possible_origins = list(
|
||||
/singleton/origin_item/origin/eum,
|
||||
/singleton/origin_item/origin/eum/united,
|
||||
/singleton/origin_item/origin/eum/gleaners,
|
||||
/singleton/origin_item/origin/eum/nraldaaq,
|
||||
/singleton/origin_item/origin/eum/mada,
|
||||
/singleton/origin_item/origin/eum/ekane,
|
||||
/singleton/origin_item/origin/eum/station,
|
||||
/singleton/origin_item/origin/eum/minor
|
||||
)
|
||||
|
||||
/singleton/origin_item/origin/eum
|
||||
name = "Epsilon Ursae Minoris"
|
||||
desc = "Epsilon Ursea Minoris, generally referred to as EUM, is a habitable world home to multiple Dionae civilizations and clusters. While not the homeworld of the species, EUM is the largest-known world to have been colonized exclusively by Dionae without contact or help from outside species, being home to the Dionae for thousands of years prior to discovery. Since first contact was made with the Nralakk Federation in 2390 the planet has become semi-unified under the Co-operative Territories of Epsilon Ursae Minoris, or the CT-EUM. Despite this the nations that make up the CT-EUM are still largely distinct from one another, hosting their own distinct cultures and societies. Notably, the planet also plays host to a sizeable Skrellian population, although Dionae still make up the vast majority of the planet's population."
|
||||
important_information = "CT-EUM culture and society is far from being unified, with most member nations of the CT-EUM having their own, distinct cultural identity. Most inhabitants of EUM consider themselves citizens of the nation they hail from first and a citizen of the CT-EUM second."
|
||||
possible_accents = list(ACCENT_ANCIENTSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/eum/united
|
||||
name = "United"
|
||||
desc = "Widely considered the capital of the CT-EUM, the city-state of United is the newest independent nation, formed alongside the formation of the CT-EUM, to act as a neutral meeting place for the Council of Delegates, and to represent the central governing body, as well as acting as a mediator between the two other city-states should a conflict arise. United is the second most-visited city on EUM after Nral'Daaq, and has influence from both off-world and the other city-states in its structure, and operation."
|
||||
possible_accents = list(ACCENT_ANCIENTSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
|
||||
/singleton/origin_item/origin/eum/gleaners
|
||||
name = "Gleaners Of Bliss"
|
||||
desc = "The Gleaners of Bliss is a large, religious city-state that is known for its imperialistic attitude. The Gleaners emphasize harmony and equality, but are not above making sure that it aligns to their specific ideals, however. The Gleaners are among the oldest of the city-states and were one of the first to put forth the idea of the CT-EUM on first contact. Before, and during, its inception, the Gleaners have expanded their influence on numerous other city-states, both in and out of the CT-EUM. Now, the Gleaners are the most outspoken proponents of expanding the CT-EUM offworld. Their emphasis on equality and harmony however, are criticized because of this, and the Gleaners are often seen as a very hypocritical city-state."
|
||||
|
||||
/singleton/origin_item/origin/eum/nraldaaq
|
||||
name = "Nral'Daaq"
|
||||
desc = "Playing host to the vast majority of the planet's non-dionae population, Nral'Daaq is a city-state under the CT-EUM that is known for being the planet's hub of off-world trading, as well as for its quite diverse majority-skrell population, with both Pro-Federation and Anti-Federation Skrell calling the city home. Due to the city's border with the sea, Nral'Daaq is also a quite popular trading spot for the Ekane, with the vast majority of their goods ending up in the city to be later resold off-world. "
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_ANCIENTSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_MADA, RELIGION_GLEANERS, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/eum/mada
|
||||
name = "Mada"
|
||||
desc = "Primarily located in the great forests of the Mede Region on EUM, The Mada are a semi-independent nation under the CT-EUM known for their isolationist beliefs and their religious worship of nature, with a focus on plant life in particular. Rather than all be situated in one singular city, the Mada are fairly spread out in the region, inhabiting a myriad of small settlements. The Capital, Elder Mada, is the largest settlement under the Mada, but not by a large margin."
|
||||
|
||||
/singleton/origin_item/origin/eum/ekane
|
||||
name = "Ekane Of Bottomless Waves"
|
||||
desc = "The Ekane is a large city-state situated primarily on the seas, and scattered islands or coastlines. However the Ekane are most distinct for their migratory nature, with very sparse permanent settlements, most of which are found underwater, or near the shore. Instead, the Ekane are known to travel across the seas in large structures, called Ekane Arks, which house a majority of the Dionae, as well as where their leaders reside."
|
||||
|
||||
/singleton/origin_item/origin/eum/station
|
||||
name = "Celestial Station"
|
||||
desc = "The first and largest space-bound outpost established by the CT-EUM government, Celestial Station is notable as a major trading hub for EUM's nations, often being used as a large marketplace for potential sellers and buyers from both EUM and elsewhere to do business, as well as a hub for mining operations undertaken on nearby asteroids. While nominally under the direct control of the CT-EUM federal government, Celestial Station has as of late begun to make efforts to gain independence away from the Federal government's direct control as a colony, instead attempting to become a semi-independent city-state under the CT-EUM government much like the other city-states under it. "
|
||||
important_information = "As a result of the station's recent founding and taking on of residents from all across the planet, Celestial Station Dionae tend to share some characteristics with the other city-states."
|
||||
possible_accents = list(ACCENT_ANCIENTSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
|
||||
/singleton/origin_item/origin/eum/minor
|
||||
name = "Minor City State"
|
||||
desc = "From a minor city-state under the CT-EUM. "
|
||||
important_information = "This is for player-created citystates in the CT-EUM, just keep it reasponable."
|
||||
possible_accents = list(ACCENT_ANCIENTSONG, ACCENT_WAVESONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
@@ -0,0 +1,55 @@
|
||||
/singleton/origin_item/culture/hieroaetheria
|
||||
name = "The Commonwealth of Hieroaetheria"
|
||||
desc = "The Commonwealth of Hieroaetheria is a habitable world in the tumultuous system of Titan's Rapture, home to three nations which, \
|
||||
though distinct and with their own interests and strong cultural identities, work together to elevate their homeworld. While not the origin \
|
||||
of the species, Hieroaetheria is the largest known world to have been colonized exclusively by dionae without contact or help from outside species, \
|
||||
being home to dionae for thousands of years prior to discovery. The teachings of the Eternal have come to have a large impact on all nations within \
|
||||
the Commonwealth of Hieroaetheria, with the majority of Hieroaetherian dionae subscribing to one of the Eternal schools."
|
||||
possible_origins = list(
|
||||
/singleton/origin_item/origin/hieroaetheria,
|
||||
/singleton/origin_item/origin/hieroaetheria/rapturian,
|
||||
/singleton/origin_item/origin/hieroaetheria/consortium,
|
||||
/singleton/origin_item/origin/hieroaetheria/glaorr,
|
||||
/singleton/origin_item/origin/hieroaetheria/ekane
|
||||
)
|
||||
|
||||
/singleton/origin_item/origin/hieroaetheria
|
||||
name = "Hieroaetherian"
|
||||
desc = "Though life on Hieroaetheria is dominated by the three largest nations, there exist a significant number of \
|
||||
member states who hold a smaller portion of seats on the Grand Assembly, as well as a notable populace of dionae who live nomadic lives on \
|
||||
either the surface - such as along the Ratheus River Basin - or within the subterranean. These dionae simply refer to themselves as Hieroaetherian."
|
||||
possible_accents = list(ACCENT_HIEROAETHERIAN)
|
||||
possible_citizenships = list(CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/hieroaetheria/rapturian
|
||||
name = "Rapturian"
|
||||
desc = "Though life in the Titan's Rapture system is dominated by the Commonwealth of Hieroaetheria and it's nations, there exist a significant number of \
|
||||
dionae who originated from the Rapture system outside of the direct influence of the Commonwealth. These dionae may live around one of the system's stars, \
|
||||
within an independent outpost on a planet or asteroid, or in a nomadic spacevessel that roams the Rapture System. These dionae simply refer to themselves as \
|
||||
Rapturian. With the Commonwealth having entered a new space age, many of these dionae have since come under the fold of the Commonwealth, taking up work \
|
||||
for the major Hieroaetherian nations or companies."
|
||||
possible_accents = list(ACCENT_RAPTURIAN)
|
||||
|
||||
/singleton/origin_item/origin/hieroaetheria/consortium
|
||||
name = "The Consortium of Hieroaetheria"
|
||||
desc = "A nation of Hieroaetheria predating Nralakk discovery, the Consortium was a loose confederation of dozens of dionae groups \
|
||||
across the region of Mede that have since unified into one alliance. The Consortium prides itself on progressive stances, aiming to foster a \
|
||||
multicultural society inclusive of non-Dionae."
|
||||
possible_accents = list(ACCENT_CONSORTIUM, ACCENT_ANU, ACCENT_GENTLEWINDS, ACCENT_HOPESTENDRILS)
|
||||
|
||||
/singleton/origin_item/origin/hieroaetheria/glaorr
|
||||
name = "The Union of Gla'orr"
|
||||
desc = "An affront to the ideals of ther Consortium, the Union of Gla'orr is autocratic and xenophobic, opposed to the integration of non-Dionae \
|
||||
into Hieroaetherian societies. Though opposed to the ideals of the Consortium and though wishing a more secular handling of issues compared to Ekane, \
|
||||
they continue to engage in diplomatic relations with the other nations of the Commonwealth."
|
||||
possible_citizenships = list(CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_GLAORR, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_accents = list(ACCENT_GLAORR)
|
||||
|
||||
/singleton/origin_item/origin/hieroaetheria/ekane
|
||||
name = "The Eternal Republic of the Ekane"
|
||||
desc = "Founded after first contact with the Nralakk Federation in communities gripped by Eternal thoughts, the Eternal Republic is an autocratic \
|
||||
theocracy staunchly against propositions of reform, inclusion of non-dionae, centralisation and deeply entwined with Eternal schools of thoughts, with \
|
||||
faith being a central component of all facets of life within the Eternal Republic."
|
||||
possible_accents = list(ACCENT_EKANE)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
@@ -19,5 +19,5 @@
|
||||
desc = "1st and 2nd Octaves aboard the Narrows are either new or who have repeatedly been disciplined for not adhering to the Narrows' culture and ideals, perhaps being Diminished. Aboard the Narrows, they are assigned to menial positions and are often under constant oversight from any higher octave supervisors. As the Narrows does not permit lower octaves to be leased off the Narrows, a number of dionae who do not align with the ideals of the ship consider smuggling themselves off the Narrows or fleeing their post."
|
||||
important_information = "Hephaestus Industries will not employ deserters of the Narrows; other companies will employ deserters in any position as long as they have received the training on or off the Narrows."
|
||||
possible_accents = list(ACCENT_LABOURSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
desc = "Dionae who were grown in and largely influenced by the Nralakk Federation. As a result of the Federation's good treatment and acceptance of Dionae, Dionae grown within the Federation have close to if not the best quality of life within the entire Spur, although may still face some difficulties with certain aspects of Skrellian society such as anything utilizing Nlom or the Wake due to Dionae's immunity to all things psionic."
|
||||
important_information = "<b>Note that this origin is not for Dionae originating from Xrim as they have their own origins and culture.</b>"
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_WAVESONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/nralakk_wildborn
|
||||
name = "Wildborn"
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Nralakk Federation. Dionae grown within the Federation have close to if not the best quality of life within the entire Spur, although may still face some difficulties with certain aspects of Skrellian society such as anything utilizing Nlom or the Wake due to Dionae's immunity to all things psionic."
|
||||
important_information = "The Nralakk Federation actively attempts to uplift and integrate all Dionae they find within their borders, thus resulting in a fairly large population of formerly wild Dionae within the Federation. <b>It is important to note that this option does not include Dionae who originally were from EUM or Xrim before they were discovered.</b>"
|
||||
important_information = "The Nralakk Federation actively attempts to uplift and integrate all Dionae they find within their borders, thus resulting in a fairly large population of formerly wild Dionae within the Federation. <b>It is important to note that this option does not include Dionae who originally were from Xrim before they were discovered.</b>"
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG, ACCENT_SUNKENSONG, ACCENT_STARSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
desc = "Dionaea who were originally grown in and influenced by the Sol Alliance."
|
||||
important_information = "Dionae grown in the Sol Alliance are forced into a contract for a set period of time that requires them to stay employed in some form within Alliance territory, commonly with a megacorporation."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/sol_wildborn
|
||||
@@ -20,12 +20,12 @@
|
||||
desc = "Dionae who were originally considered wild Dionae before being uplifted and integrated somewhere in the Solarian Alliance or one of the megacorporations active within its borders."
|
||||
important_information = "Dionae integrated by the Sol Alliance are forced into a contract for a set period of time that requires them to stay employed in some form within Alliance territory, commonly with a megacorporation."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/diona_mictlan
|
||||
name = "The Primitive Sirens of Mictlan"
|
||||
desc = "Largerly hailing from the city of Fallowed Meadows, The Primitive Sirens are a group of Dionae who, upon the completion of their Solarian debt, settled on Mictlan, managing to assimilate into Mictlan society."
|
||||
possible_accents = list(ACCENT_MEADOWSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
desc = "The largest of the Voidtamers, The Emporium is a highly mobile cluster known for selling living space fauna in exchange for credits and blood throughout Biesel and CoC space, however, more recently have begun to venture into the CRZ looking for customers. "
|
||||
important_information = "Dionae from this cluster tend to come in every form and mind type, although primarily will still be cyclops forms. Dionae from voidtamer groups tend to be highly knowledgeable on spacefauna-related subjects due to their previous work."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_CRIMSONSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/comets
|
||||
@@ -21,7 +21,7 @@
|
||||
desc = "The Comets of Commerce are a smaller-to-medium sized Voidtamer cluster known for primarily trading with the Scarabs and other space-based groups operating within the Coalition of Colonies."
|
||||
important_information = "Dionae from this cluster tend to have more egalitarian mind types, preferring to have decisions be made amongst the entire gestalt over a sole leader. Dionae from voidtamer groups tend to be highly knowledgeable on spacefauna-related subjects due to their previous work."
|
||||
possible_accents = list(ACCENT_ROOTSONG, ACCENT_VOIDSONG, ACCENT_CRIMSONSONG, ACCENT_IRONSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL, RELIGION_ETERNAL_ICHOR, RELIGION_ETERNAL_IRON, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/rokz
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
other artificial intelligence. Unique to its own experiences, the Enlightened of Xrim are often against the proliferation of synthetics and are staunchly against the Trinary Church. \
|
||||
It is common to see Competence Choir, Bloodless Band and Emphatic Echo mindtypes among the Enlightened."
|
||||
possible_accents = list(ACCENT_XRIMSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL_IRON)
|
||||
|
||||
/singleton/origin_item/origin/scorned
|
||||
@@ -29,5 +29,5 @@
|
||||
or the Orion Spur, due to low Social Credit Scores - a request by the Arch-Consul that those not in compliance with the Triumvirate's decrees be sanctioned for their conduct."
|
||||
important_information = "While most megacorporations may hire the Scorned, they are restricted from holding positions in Command, as well as Machinist, due to concerns they may attempt to subvert, illegally free or create more synthetics. Zeng-Hu is the only megacorporation that does not wish to see the Scorned within its personnel ranks due to its close ties with the Nralakk Federation. Though it is possible to lie about one's true allegiances, there are consequences should it be discovered."
|
||||
possible_accents = list(ACCENT_XRIMSONG)
|
||||
possible_citizenships = list(CITIZENSHIP_EUM, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_citizenships = list(CITIZENSHIP_CONSORTIUM, CITIZENSHIP_EKANE, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION)
|
||||
possible_religions = list(RELIGION_ETERNAL_IRON)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/singleton/origin_item/origin/skrell_alliance,
|
||||
/singleton/origin_item/origin/skrell_biesel,
|
||||
/singleton/origin_item/origin/skrell_coalition,
|
||||
/singleton/origin_item/origin/skrell_eum,
|
||||
/singleton/origin_item/origin/skrell_consortium,
|
||||
/singleton/origin_item/origin/skrell_ouerea
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
desc = "With first contact with Humanity, many Skrell elected to move into human space. The Nralakk Federation and the Sol Alliance have been historic allies, and a large majority of Skrell living outside of the Federation calls the Sol Alliance home."
|
||||
important_information = "The Nralakk Federation is known to use its relationship with the Sol Alliance to step in when Skrell citizens are deemed dangerous to its national security."
|
||||
possible_accents = list(ACCENT_SKRELLSOL, ACCENT_EUROPA, ACCENT_MICTLAN)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_EUM)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_CONSORTIUM)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/skrell_biesel
|
||||
@@ -22,7 +22,7 @@
|
||||
desc = "With first contact with Humanity, many Skrell elected to move into human space. The Republic of Biesel has a considerable population of Skrell as it was a former Sol Alliance colony, and the population has only increased with the acceptance of former Sol Alliance planets into the Republic. The Republic of Biesel is also a popular destination for those fleeing the Nralakk Federation as there is precedence for the Republic to refuse to deport Federation Skrell if they join the Tau Ceti Foreign Legion."
|
||||
important_information = "Skrell living in the Republic of Biesel are protected from deportation to the Nralakk Federation if they renounce their Nralakk citizenship and join the Tau Ceti Foreign Legion."
|
||||
possible_accents = list(ACCENT_SKRELLCETI, ACCENT_GIBSON_OVAN)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_EUM)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_CONSORTIUM)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/skrell_coalition
|
||||
@@ -30,16 +30,18 @@
|
||||
desc = "With first contact with Humanity, many Skrell elected to move into human space. The Coalition of Colonies does not have a large population of Skrell, although it is popular amongst those who wish to avoid Nralakk authorities or otherwise flee the Federation."
|
||||
important_information = "The Nralakk Federation still monitors non-citizen Skrell living abroad, and is known to request deportation or otherwise detain reputable threats to its national security. The response to these requests depends on the planet in question due to the Coalition's decentralised nature."
|
||||
possible_accents = list(ACCENT_SKRELLCOC)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_EUM)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_CONSORTIUM)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
|
||||
/singleton/origin_item/origin/skrell_eum
|
||||
name = "Co-operative Territories of Epsilon Ursea Minoris"
|
||||
desc = "The Federation and CT-EUM have had close ties since the two nations first came into contact. Most Skrell living within CT-EUM are immigrants, living in the city-state of Nral'Daaq, but there is a growing group of Skrell who were born and raised on Epsilon Ursea Minoris."
|
||||
important_information = "The Nralakk Federation has close ties to CT-EUM, and Skrell living here run the risk of being deported for anti-Federation actions. Skrell who were born within CT-EUM must be born on or after 2390."
|
||||
possible_accents = list(ACCENT_SKRELLEUM, ACCENT_SKRELL, ACCENT_HOMEWORLD, ACCENT_QERRMALIC, ACCENT_ALIOSE, ACCENT_AWEIJI, ACCENT_TRAVERSE, ACCENT_TATTUQIG)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_EUM)
|
||||
/singleton/origin_item/origin/skrell_consortium
|
||||
name = "The Consortium of Hieroaetheria"
|
||||
desc = "The Federation and the Consortium of Hieroaetheria have had close ties since the two nations first came into contact. Most Skrell living within Hieroaetheria are immigrants, with the capital of the Consortium - Epigenia or Nral'daaq - being housing the largest population of skrell on Hieroaetheria, but there is a growing group of Skrell who were born and raised in the Consortium."
|
||||
important_information = "The Nralakk Federation has close ties with the Consortium, and Skrell living here run the risk of being deported for anti-Federation actions. Skrell who were born within the Consortium must be born on or after 2390."
|
||||
possible_accents = list(ACCENT_SKRELLCONSORTIUM)
|
||||
possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_ERIDANI, CITIZENSHIP_SOL, CITIZENSHIP_BIESEL, CITIZENSHIP_COALITION, CITIZENSHIP_CONSORTIUM)
|
||||
possible_religions = list(RELIGION_QEBLAK, RELIGION_WEISHII, RELIGION_SUURKA, RELIGION_KIRGUL, RELIGION_OTHER, RELIGION_NONE)
|
||||
origin_traits = list(TRAIT_ORIGIN_HOT_RESISTANCE)
|
||||
origin_traits_descriptions = list("are more acclimatised to the heat")
|
||||
|
||||
/singleton/origin_item/origin/skrell_ouerea
|
||||
name = "Ouerea"
|
||||
|
||||
@@ -28,19 +28,3 @@
|
||||
retention of data and enhancement of existing biological functions. This is often hailed as allowing easier transfer of knowledge in life and in death, simply exchanging pieces of machinery \
|
||||
with one another to spread experiences and skills."
|
||||
book_name = "book of iron"
|
||||
|
||||
/datum/religion/mada
|
||||
name = RELIGION_MADA
|
||||
description = "The Mada religion, translated as Maraka, is practiced by the majority of Mada citizens and has two core tenants central to its practitioners; Spirits are \
|
||||
created through the continued absorption of sunlight, the more sunlight absorbed the stronger these spirits become, chlorophyll and anything capable of producing it are \
|
||||
considered blessed, as they have an increased potency when it comes to creating powerful spirits, doubly so if nurtured and protected. This means that most forms of plant \
|
||||
life are considered holy to the Maraka religion, harming or killing a developing or still-living plant is considered taboo, but once naturally dead there's no issue with \
|
||||
consuming it or utilizing it for any other purpose."
|
||||
book_name = "maraka writ"
|
||||
book_sprite = "holybook"
|
||||
|
||||
/datum/religion/gleaners
|
||||
name = RELIGION_GLEANERS
|
||||
description = "A faith focusing on the worship of the sun and stars originating from EUM."
|
||||
book_name = "lights accord writ"
|
||||
book_sprite = "holybook"
|
||||
|
||||
@@ -218,7 +218,6 @@
|
||||
banners["banner, Free Tajaran Council"] = /obj/item/flag/ftc
|
||||
banners["banner, Republic of Biesel"] = /obj/item/flag/biesel
|
||||
banners["banner, Solarian Colonial Mandate of Tau Ceti"] = /obj/item/flag/biesel/antique
|
||||
banners["banner, CT-EUM"] = /obj/item/flag/cteum
|
||||
banners["banner, Trinary Perfection"] = /obj/item/flag/trinaryperfection
|
||||
banners["banner, Golden Deep"] = /obj/item/flag/goldendeep
|
||||
banners["banner, Hephaestus Industries"] = /obj/item/flag/heph
|
||||
|
||||
@@ -47,22 +47,24 @@
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/narrows)
|
||||
|
||||
/datum/gear/uniform/diona/dionatunic
|
||||
display_name = "floral tunic"
|
||||
description = "A tunic made up of several colorful fabrics and adorned with seemingly still-living vines and flowers, typically worn by those hailing from the Mada on EUM."
|
||||
path = /obj/item/clothing/under/diona/dionatunic
|
||||
/datum/gear/uniform/diona/hieroaetherian_tunic
|
||||
display_name = "traditional hieroaetherian tunic"
|
||||
description = "A traditional tunic worn on Hieroaetheria, made up of several colorful fabrics and adorned with a seemingly still-living, bioluminescent Starvine."
|
||||
path = /obj/item/clothing/under/diona/hieroaetherian_tunic
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/hieroaetheria)
|
||||
|
||||
/datum/gear/suit/eumponcho
|
||||
display_name = "dionae poncho"
|
||||
description = "A poncho made of some sort of mesh weave material adorned by a piece of colored fabric wrapped around it, sometimes worn by citizens of the CT-EUM, with the fabric around the poncho indicating which nation they belong to."
|
||||
path = /obj/item/clothing/accessory/poncho/eumponcho
|
||||
/datum/gear/suit/hieroaetherian_poncho
|
||||
display_name = "hieroaetherian poncho"
|
||||
description = "A Hieroaetherian poncho made of some sort of mesh weave material, adorned by a piece of colored fabric wrapped around it that denotes their home nation."
|
||||
path = /obj/item/clothing/accessory/poncho/hieroaetherian_poncho
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/hieroaetheria)
|
||||
|
||||
/datum/gear/suit/diona/carp
|
||||
display_name = "carp hide poncho"
|
||||
@@ -79,7 +81,7 @@
|
||||
path = /obj/item/clothing/accessory/poncho/shouldercape
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/accessory/capes/diona/New()
|
||||
..()
|
||||
@@ -95,21 +97,21 @@
|
||||
path = /obj/item/clothing/accessory/poncho/shouldercape/qeblak
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/hieroaetheria, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/accessory/weishii/diona
|
||||
display_name = "dionae weishii robe"
|
||||
path = /obj/item/clothing/accessory/poncho/shouldercape/weishiirobe
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/hieroaetheria, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/skrell_projector/diona
|
||||
display_name = "dionae nralakk projector"
|
||||
path = /obj/item/skrell_projector
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/homeworld_deck/diona
|
||||
display_name = "dionae qweipaqui homeworld deck"
|
||||
@@ -117,14 +119,14 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_NO_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/colonist_deck/diona // Intentionally separate from homeworld_deck, so that both can be chosen. -Lly
|
||||
display_name = "dionae qweipaqui colonist deck"
|
||||
path = /obj/item/deck/tarot/nonnralakk
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
/datum/gear/accessory/diona
|
||||
abstract_type = /datum/gear/accessory/diona
|
||||
/datum/gear/accessory/diona/skrell_passport
|
||||
@@ -134,7 +136,7 @@
|
||||
sort_category = "Xenowear - Diona"
|
||||
cost = 1
|
||||
flags = GEAR_NO_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/accessory/diona/skrell_passport/check_species_whitelist(mob/living/carbon/human/H)
|
||||
var/static/list/species_list = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
@@ -156,7 +158,7 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/uniform/diona/work/New()
|
||||
..()
|
||||
@@ -189,7 +191,7 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/suit/diona/jacket/New()
|
||||
..()
|
||||
@@ -222,7 +224,7 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/accessory/diona/poncho/New()
|
||||
..()
|
||||
@@ -239,7 +241,7 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/eum, /singleton/origin_item/culture/xrim)
|
||||
culture_restriction = list(/singleton/origin_item/culture/dionae_nralakk, /singleton/origin_item/culture/xrim)
|
||||
|
||||
/datum/gear/accessory/diona/workcloak/New()
|
||||
..()
|
||||
|
||||
@@ -16,12 +16,12 @@
|
||||
drop_sound = 'sound/items/drop/card.ogg'
|
||||
pickup_sound = 'sound/items/pickup/card.ogg'
|
||||
|
||||
/obj/item/clothing/accessory/poncho/eumponcho
|
||||
name = "adorned poncho"
|
||||
desc = "A poncho made of some sort of mesh weave material adorned by a piece of colored fabric wrapped around it."
|
||||
/obj/item/clothing/accessory/poncho/hieroaetherian_poncho
|
||||
name = "adorned hieroaetherian poncho"
|
||||
desc = "A Hieroaetherian poncho made of some sort of mesh weave material, adorned by a piece of colored fabric wrapped around it that denotes their home nation."
|
||||
icon = 'icons/obj/diona_items.dmi'
|
||||
icon_state = "eumponcho"
|
||||
item_state = "eumponcho"
|
||||
icon_state = "hieroaetherian_poncho"
|
||||
item_state = "hieroaetherian_poncho"
|
||||
icon_override = null
|
||||
contained_sprite = TRUE
|
||||
build_from_parts = TRUE
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
icon_state = "narrows"
|
||||
item_state = "narrows"
|
||||
|
||||
/obj/item/clothing/under/diona/dionatunic
|
||||
name = "floral tunic"
|
||||
desc = "A tunic made up of several colorful fabrics and adorned with seemingly still-living vines and flowers"
|
||||
icon_state = "dionatunic"
|
||||
item_state = "dionatunic"
|
||||
/obj/item/clothing/under/diona/hieroaetherian_tunic
|
||||
name = "hieroaetherian tunic"
|
||||
desc = "A traditional tunic worn on Hieroaetheria, made up of several colorful fabrics and adorned with a seemingly still-living, bioluminescent Starvine."
|
||||
icon_state = "hieroaetherian_tunic"
|
||||
item_state = "hieroaetherian_tunic"
|
||||
|
||||
@@ -115,8 +115,8 @@
|
||||
max_hydration_factor = -1
|
||||
|
||||
possible_cultures = list(
|
||||
/singleton/origin_item/culture/hieroaetheria,
|
||||
/singleton/origin_item/culture/xrim,
|
||||
/singleton/origin_item/culture/eum,
|
||||
/singleton/origin_item/culture/narrows,
|
||||
/singleton/origin_item/culture/diona_biesel,
|
||||
/singleton/origin_item/culture/diona_sol,
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: kermit, Caelphon, hollyhock
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Replaces EUM origins/accents with Hieroaetherian origins/accents."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user