mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
c25c8b6a37
* one * two * three * fsdsdf
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/obj/item/clothing/under/vaurca
|
|
name = "vaurca clothes"
|
|
desc = "A vaurcan take on human fashion, these tight fitting clothes buckle snuggly against a carapace."
|
|
icon = 'icons/obj/vaurca_items.dmi'
|
|
icon_state = "vaurca_clothes"
|
|
item_state = "vaurca_clothes"
|
|
contained_sprite = TRUE
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO
|
|
|
|
/obj/item/clothing/under/vaurca/gearharness
|
|
name = "brown vaurca harness"
|
|
desc = "A tight-fitting gear harness designed for the Vaurcan form. Mass-produced from sturdy brown fabric."
|
|
icon = 'icons/obj/vaurca_items.dmi'
|
|
icon_state = "harness_brown"
|
|
item_state = "harness_brown"
|
|
body_parts_covered = 0
|
|
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_WARFORM)
|
|
|
|
/obj/item/clothing/under/vaurca/gearharness/white
|
|
name = "white vaurca harness"
|
|
desc = "A tight-fitting gear harness designed for the Vaurcan form. Mass-produced from sterile white fabric."
|
|
icon_state = "harness_white"
|
|
item_state = "harness_white"
|
|
|
|
/obj/item/clothing/under/vaurca/gearharness/black
|
|
name = "black vaurca harness"
|
|
desc = "A tight-fitting gear harness designed for the Vaurcan form. Mass-produced from robust black fabric."
|
|
icon_state = "harness_black"
|
|
item_state = "harness_black"
|
|
|
|
/obj/item/clothing/under/vaurca/gearharness/colorable
|
|
name = "vaurca harness"
|
|
desc = "A tight-fitting gear harness designed for the Vaurcan form. Mass-produced from equally mass-produced materials."
|
|
icon_state = "harness_col"
|
|
item_state = "harness_col"
|