mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
b292d072a3
Adds several new items to the Dionae loadout: - Three sets of clothes and two hoods for voidtamers - A jacket, cloak, two hats, and an undersuit for the ekane - A narrows hardhat and jacket, as well as a slightly reworked jumpsuit (made chonk) - New Eternal Robes, the old ones are remaining for now but may be reworked in the second wave of items - Also removed some redundant rokz and serz items and the ships themselves, these may be reworkedin the future, but for now aren't in current lore. More loadout items will ideally be coming soon for each factions in the coming weeks/months. --------- Signed-off-by: Yonnimer <31339047+Yonnimer@users.noreply.github.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
/obj/item/clothing/under/diona
|
|
name = "abstract suit"
|
|
icon = 'icons/obj/diona_items.dmi'
|
|
contained_sprite = TRUE
|
|
|
|
/obj/item/clothing/under/diona/narrows
|
|
name = "antiquated hephaestus prison uniform"
|
|
desc = "An old prison uniform, tattered with age. A Hephaestus logo has been haphazardly stitched to the shoulder, and a band of green circles around the middle."
|
|
icon_state = "narrows"
|
|
item_state = "narrows"
|
|
|
|
/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"
|
|
|
|
/obj/item/clothing/under/diona/ekane
|
|
name = "woven dress"
|
|
desc = "A blue, seemingly high-quality dress with a colorful strap of fabric running along it, typically seen by Dionae hailing from the Hieroaetherian Ekane."
|
|
icon_state = "ekane_under_white"
|
|
item_state = "ekane_under_white"
|
|
icon_override = null
|
|
contained_sprite = TRUE
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|