mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Adds some new EUM-centric things (#16076)
* Adds more EUM Origins * Adds a new Dionae accent * adds a new dionae accent2 * dionae religions p1 * dionae religions p2 * adds a missing " * Adds a skrell EUM origin (credit to Brotendo) * Adds the Skrell EUM accent (Credit to Brotendo) * Adds the Skrell EUM accent (Credit to Brotendo) * Adds some skrell religions to the nraldaaq origin * Adds EUM Consulars(?) i have no idea if this is gonna work lol * sprites * New accent sprites * accents for real hopefully * changelog * removes a duped EUM consular thingy * fixes * \ not / * error fixes * fixes a space * more error fixes * Adds diona citizenship * e * o * even more error fixes * i had one job and i put a d not e * Adds the EUM flag sprite * Adds some new dionae clothing sprites * Adds the floral tunic item * Adds the eumponcho item (replace the placeholders) * (Hopefully) does the eum poncho correctly * Adds the eum flag * Adds stuff to the loadout * Adds an actual description for the poncho * removes an extra space * Adds an actual description to the poncho * Fixes the dionae poncho not having a suit sprite * Adds the blood eternal robes to the loadout * Forgetti to add skrell_eum to possible origins * , * accents merge fix * letter fix Co-authored-by: Alberyk <Alberyk@users.noreply.github.com> * letter fix2 Co-authored-by: Alberyk <Alberyk@users.noreply.github.com> * letter fix3 Co-authored-by: Alberyk <Alberyk@users.noreply.github.com> * letter fix4, revenge of copypasteing Co-authored-by: Alberyk <Alberyk@users.noreply.github.com> * hopefully last letter fix Co-authored-by: Alberyk <Alberyk@users.noreply.github.com> --------- Co-authored-by: Alberyk <Alberyk@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,15 @@
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/suit/diona/eternal/blood
|
||||
display_name = "red mesh weave robes"
|
||||
description = "A set of red mesh weave robes worn almost exclusively by priests of the Blood Eternal faith."
|
||||
path = /obj/item/clothing/suit/diona/eternal/blood
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/uniform/diona/narrows
|
||||
display_name = "antiquated hephaestus prison uniform"
|
||||
@@ -33,7 +42,24 @@
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
culture_restriction = list(/singleton/origin_item/culture/narrows)
|
||||
culture_restriction = list(/singleton/origin_item/culture/eum)
|
||||
|
||||
/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
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
|
||||
/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
|
||||
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_ADDITIONAL_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/diona/carp
|
||||
display_name = "carp hide poncho"
|
||||
|
||||
Reference in New Issue
Block a user