mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds hive flag shrouds for all three hives, as well as recolorable clothing, cape accessories for C'thur and K'lax, and probably more! Credits to anthony.albanese on Discord for the C'thur flag shroud and the C'thur, LLC cape accessory. The other sprites were done by me. 
64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
/obj/item/clothing/suit/vaurca
|
|
name = "hive cloak"
|
|
desc = "A fashionable robe tailored for nonhuman proportions, this one is red and golden."
|
|
icon = 'icons/obj/vaurca_items.dmi'
|
|
icon_state = "robegold"
|
|
item_state = "robegold"
|
|
contained_sprite = TRUE
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
|
|
|
/obj/item/clothing/suit/vaurca/silver
|
|
desc = "A fashionable robe tailored for nonhuman proportions, this one is red and silver."
|
|
icon_state = "robesilver"
|
|
item_state = "robesilver"
|
|
|
|
/obj/item/clothing/suit/vaurca/brown
|
|
desc = "A fashionable robe tailored for nonhuman proportions, this one is brown and silver."
|
|
icon_state = "robebrown"
|
|
item_state = "robebrown"
|
|
|
|
/obj/item/clothing/suit/vaurca/blue
|
|
desc = "A fashionable robe tailored for nonhuman proportions, this one is blue and golden."
|
|
icon_state = "robeblue"
|
|
item_state = "robeblue"
|
|
|
|
/obj/item/clothing/suit/vaurca/shaper
|
|
name = "shaper robes"
|
|
desc = "Commonly worn by Preimmients, these robes are meant to catch pheromones, obfuscating hive affiliation."
|
|
icon_state = "shaper_robes"
|
|
item_state = "shaper_robes"
|
|
sprite_sheets = list(
|
|
BODYTYPE_VAURCA_BULWARK = 'icons/mob/species/bulwark/suit.dmi'
|
|
)
|
|
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_BULWARK)
|
|
|
|
/obj/item/clothing/suit/vaurca/breeder
|
|
name = "zo'ra representative clothes"
|
|
desc = "A large piece of clothing used by Zo'ra representatives."
|
|
icon = 'icons/mob/species/breeder/inventory.dmi'
|
|
item_state = "hive_rep_clothes"
|
|
icon_state = "hive_rep_clothes"
|
|
contained_sprite = FALSE
|
|
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
|
|
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi')
|
|
|
|
/obj/item/clothing/suit/vaurca/breeder/klax
|
|
name = "k'lax representative clothes"
|
|
desc = "A large piece of clothing used by K'lax representatives."
|
|
item_state = "hive_rep_clothes_klax"
|
|
icon_state = "hive_rep_clothes_klax"
|
|
|
|
/obj/item/clothing/suit/vaurca/breeder/cthur
|
|
name = "c'thur representative clothes"
|
|
desc = "A large piece of clothing used by C'thur representatives."
|
|
item_state = "hive_rep_clothes_cthur"
|
|
icon_state = "hive_rep_clothes_cthur"
|
|
|
|
/obj/item/clothing/suit/vaurca/breeder/colorable
|
|
name = "representative clothes"
|
|
desc = "A large piece of clothing used by Vaurca Gynes."
|
|
item_state = "hive_rep_clothes_colorable"
|
|
icon_state = "hive_rep_clothes_colorable"
|
|
build_from_parts = TRUE
|
|
worn_overlay = "rope"
|