mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +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>
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
/obj/item/clothing/head/diona/ekane
|
|
name = "feather cap"
|
|
desc = "A simple hat adorned with colorful feathers across its surface. Despite the design, wearers will feel the heat of the sun greater than without."
|
|
icon = 'icons/obj/diona_items.dmi'
|
|
item_state = "ekanehat"
|
|
icon_state = "ekanehat"
|
|
contained_sprite = TRUE
|
|
|
|
/obj/item/clothing/head/diona/ekane/decorated
|
|
name = "decorated feather cap"
|
|
desc = "An exuberant hat adorned with colorful feathers across its surface. Despite the design, wearers will feel the heat of the sun greater than without."
|
|
item_state = "ekane_hatd"
|
|
icon_state = "ekane_hatd"
|
|
icon_override = null
|
|
contained_sprite = TRUE
|
|
build_from_parts = TRUE
|
|
has_accents = TRUE
|
|
|
|
/obj/item/clothing/head/diona/voidtamer
|
|
name = "carp hood"
|
|
desc = "A hood made of aged and tanned carp hide, decorated with gold pointed structures across all sides."
|
|
icon = 'icons/obj/diona_items.dmi'
|
|
contained_sprite = TRUE
|
|
item_state = "void_hood"
|
|
icon_state = "void_hood"
|
|
|
|
/obj/item/clothing/head/diona/voidtamer/open
|
|
name = "open carp hood"
|
|
desc = "A hood made of aged and tanned carp hide, decorated with gold pointed structures across all sides. This one has an open visor, showing the wearer's face."
|
|
item_state = "void_hood_open"
|
|
icon_state = "void_hood_open"
|
|
|
|
/obj/item/clothing/head/hardhat/narrows
|
|
name = "narrows hard hat"
|
|
desc = "An old hard hat painted in Hephaestus colors, fabric hanging off the sides to protect the wearer's ears."
|
|
icon = 'icons/obj/diona_items.dmi'
|
|
icon_state = "narrows_hardhat"
|
|
item_state = "narrows_hardhat"
|