Files
Aurora.3/code/modules/clothing/suits/alien.dm
2020-08-24 13:59:24 +02:00

74 lines
2.7 KiB
Plaintext

//Unathi clothing.
/obj/item/clothing/suit/unathi/robe
name = "roughspun robes"
desc = "A traditional Unathi garment."
icon_state = "robe-unathi"
item_state = "robe-unathi"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
/obj/item/clothing/suit/unathi/robe/robe_coat //I was at a loss for names under-the-hood.
name = "tzirzi robes"
desc = "A casual Moghes-native garment typically worn by Unathi while planet-side."
icon = 'icons/obj/unathi_items.dmi'
icon_state = "robe_coat"
item_state = "robe_coat"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
contained_sprite = 1
/obj/item/clothing/suit/unathi/mantle
name = "hide mantle"
desc = "A rather grisly selection of cured hides and skin, sewn together to form a ragged mantle."
icon_state = "mantle-unathi"
item_state = "mantle-unathi"
body_parts_covered = UPPER_TORSO
//Vaurca clothing
/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"
species_restricted = list(BODYTYPE_VAURCA)
/obj/item/clothing/suit/vaurca/mantle
name = "vaurcan mantle"
desc = "This mantle is commonly worn in dusty underground areas, its wide upper covering acting as a kind of dust umbrella."
icon_state = "vacmantle"
item_state = "vacmantle"
body_parts_covered = UPPER_TORSO
/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 = "representative_clothes"
icon_state = "representative_clothes"
contained_sprite = FALSE
species_restricted = list(BODYTYPE_VAURCA_BREEDER)
sprite_sheets = list(BODYTYPE_VAURCA_BREEDER = 'icons/mob/species/breeder/suit.dmi')