mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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>
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
/obj/item/clothing/suit/diona
|
|
name = "abstract suit"
|
|
icon = 'icons/obj/diona_items.dmi'
|
|
contained_sprite = TRUE
|
|
|
|
/obj/item/clothing/suit/diona/eternal
|
|
name = "mesh weave robes"
|
|
desc = "A set of mesh weave robes worn almost exclusively by priests of the Orthodox Eternal faith."
|
|
icon_state = "orthodox_robe"
|
|
item_state = "orthodox_robe"
|
|
|
|
/obj/item/clothing/suit/diona/eternal/iron
|
|
name = "grey mesh weave robes"
|
|
desc = "A set of mesh weave robes worn almost exclusively by priests of the Iron Eternal faith"
|
|
icon_state = "iron_robe"
|
|
item_state = "iron_robe"
|
|
|
|
/obj/item/clothing/suit/diona/eternal/blood
|
|
name = "red mesh weave robes"
|
|
desc = "A set of mesh weave robes worn almost exclusively by priests of the Blood Eternal faith."
|
|
icon_state = "blood_robe"
|
|
item_state = "blood_robe"
|
|
|
|
/obj/item/clothing/suit/diona/carp
|
|
name = "carp hide poncho"
|
|
desc = "A poncho made up of carp hide."
|
|
icon_state = "carp_poncho"
|
|
item_state = "carp_poncho"
|
|
|
|
/obj/item/clothing/suit/diona/eternal/refined
|
|
name = "eternal ceremonial robes"
|
|
desc = "A set of ceremonial robes used by various branches of the eternal faith."
|
|
icon_state = "eternal_robes"
|
|
item_state = "eternal_robes"
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/suit/diona/narrows
|
|
name = "antiquated hephaestus prison jacket"
|
|
desc = "An old prison jacket, showing some age, but with some care shown towards restoring it, featuring several pieces of colorful fabric patched into it."
|
|
icon_state = "narrows_vest"
|
|
item_state = "narrows_vest"
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/suit/diona/ekane
|
|
name = "feathered jacket"
|
|
desc = "A blue set of clothing mimicking a jacket, adorned with feathers along the jacket's collar, sleeves, and chest."
|
|
icon_state = "ekanejacket"
|
|
item_state = "ekanejacket"
|