Nock masks, cowls & robes

This commit is contained in:
Neerti
2019-02-18 03:57:14 -05:00
committed by Novacat
parent e4cc8fa2fa
commit 15e3c04ca3
4 changed files with 102 additions and 2 deletions
+17 -1
View File
@@ -413,6 +413,9 @@
name = "maid headband"
desc = "Keeps hair out of the way for important... jobs."
icon_state = "maid"
<<<<<<< HEAD
body_parts_covered = 0
=======
body_parts_covered = 0
/obj/item/clothing/head/maangtikka
@@ -426,4 +429,17 @@
desc = "A wide, flat rain hat originally from Japan."
icon_state = "jingasa"
body_parts_covered = 0
item_state_slots = list(slot_r_hand_str = "taq", slot_l_hand_str = "taq")
item_state_slots = list(slot_r_hand_str = "taq", slot_l_hand_str = "taq")
/obj/item/clothing/head/cowl
name = "black cowl"
desc = "A gold-lined black cowl. It gives off uncomfortable cult vibes, but fancy."
icon_state = "cowl"
body_parts_covered = 0
/obj/item/clothing/head/cowl
name = "white cowl"
desc = "A gold-lined white cowl. It gives off uncomfortable cult vibes, but fancy."
icon_state = "whitecowl"
body_parts_covered = 0
>>>>>>> 8735e70... Merge pull request #5956 from kartagrafi/nockk
@@ -169,6 +169,34 @@
body_parts_covered = HEAD|FACE|EYES
w_class = ITEMSIZE_SMALL
siemens_coefficient = 0.9
/obj/item/clothing/mask/nock_scarab
name = "nock mask (blue, scarab)"
desc = "To Nock followers, masks symbolize rebirth and a new persona. Damaging the wearer's mask is generally considered an attack on their person itself."
icon_state = "nock_scarab"
w_class = ITEMSIZE_SMALL
body_parts_covered = HEAD|FACE
/obj/item/clothing/mask/nock_demon
name = "nock mask (purple, demon)"
desc = "To Nock followers, masks symbolize rebirth and a new persona. Damaging the wearer's mask is generally considered an attack on their person itself."
icon_state = "nock_demon"
w_class = ITEMSIZE_SMALL
body_parts_covered = HEAD|FACE
/obj/item/clothing/mask/nock_life
name = "nock mask (green, life)"
desc = "To Nock followers, masks symbolize rebirth and a new persona. Damaging the wearer's mask is generally considered an attack on their person itself."
icon_state = "nock_life"
w_class = ITEMSIZE_SMALL
body_parts_covered = HEAD|FACE
/obj/item/clothing/mask/nock_ornate
name = "nock mask (red, ornate)"
desc = "To Nock followers, masks symbolize rebirth and a new persona. Damaging the wearer's mask is generally considered an attack on their person itself."
icon_state = "nock_ornate"
w_class = ITEMSIZE_SMALL
body_parts_covered = HEAD|FACE
/obj/item/clothing/mask/horsehead/New()
..()
+21 -1
View File
@@ -301,6 +301,26 @@
icon_state = "ascetic"
item_state_slots = list(slot_r_hand_str = "white", slot_l_hand_str = "white")
/obj/item/clothing/under/robe
name = "black robe"
desc = "A black robe. It gives off uncomfortable cult vibes."
icon_state = "robe"
/obj/item/clothing/under/whiterobe
name = "white robe"
desc = "A white robe. It gives off uncomfortable cult vibes."
icon_state = "whiterobe"
/obj/item/clothing/under/goldrobe
name = "black gold-lined robe"
desc = "A gold-lined black robe. It gives off uncomfortable cult vibes, but fancy."
icon_state = "goldrobe"
/obj/item/clothing/under/whitegoldrobe
name = "white gold-lined robe"
desc = "A gold-lined white robe. It gives off uncomfortable cult vibes, but fancy."
icon_state = "whitegoldrobe"
/*
* dress
*/
@@ -882,4 +902,4 @@
/obj/item/clothing/under/cohesion/hazard
name = "hazard cohesion suit"
desc = "An orange cohesion suit with yellow hazard stripes intended to assist Prometheans in maintaining their form and prevent direct skin exposure."
icon_state = "cohesionsuit_hazard"
icon_state = "cohesionsuit_hazard"