mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Some Vaurca Clothes (#6731)
As on the tin. Shrouds in preset colors (a little helmet), and a recolorable mantle. Also, shaper helmet now actually covers the head.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
item_state = "shaper_helmet"
|
||||
contained_sprite = TRUE
|
||||
species_restricted = list("Vaurca")
|
||||
body_parts_covered = HEAD|FACE|EYES
|
||||
|
||||
/obj/item/clothing/head/expression
|
||||
name = "human expression mask"
|
||||
@@ -42,6 +43,35 @@
|
||||
icon_state = "skrell_helmet"
|
||||
item_state = "skrell_helmet"
|
||||
|
||||
/obj/item/clothing/head/shroud
|
||||
name = "vaurcan shroud"
|
||||
desc = "This relatively new design is meant to cover the head of a Vaurca, to both protect against sunlight, and to cover their mandibles. This one is blue."
|
||||
icon = 'icons/obj/vaurca_items.dmi'
|
||||
icon_state = "vacshroudblue"
|
||||
item_state = "vacshroudblue"
|
||||
body_parts_covered = HEAD|FACE|EYES
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/head/shroud/red
|
||||
desc = "This relatively new design is meant to cover the head of a Vaurca, to both protect against sunlight, and to cover their mandibles. This one is red."
|
||||
icon_state = "vacshroudred"
|
||||
item_state = "vacshroudred"
|
||||
|
||||
/obj/item/clothing/head/shroud/green
|
||||
desc = "This relatively new design is meant to cover the head of a Vaurca, to both protect against sunlight, and to cover their mandibles. This one is green."
|
||||
icon_state = "vacshroudgreen"
|
||||
item_state = "vacshroudgreen"
|
||||
|
||||
/obj/item/clothing/head/shroud/purple
|
||||
desc = "This relatively new design is meant to cover the head of a Vaurca, to both protect against sunlight, and to cover their mandibles. This one is purple."
|
||||
icon_state = "vacshroudpurple"
|
||||
item_state = "vacshroudpurple"
|
||||
|
||||
/obj/item/clothing/head/shroud/brown
|
||||
desc = "This relatively new design is meant to cover the head of a Vaurca, to both protect against sunlight, and to cover their mandibles. This one is brown."
|
||||
icon_state = "vacshroudbrown"
|
||||
item_state = "vacshroudbrown"
|
||||
|
||||
/obj/item/weapon/melee/energy/vaurca
|
||||
name = "thermal knife"
|
||||
desc = "A Vaurcae-designed combat knife with a thermal energy blade designed for close-quarter encounters."
|
||||
|
||||
Reference in New Issue
Block a user