Add Hanboks and Hair (#14395)

* Hair and Hanbok

* Update hair.dmi

* Update uniform.dmi

* Update uniform.dmi

fixed merge conflict
This commit is contained in:
niennab
2022-07-11 03:35:43 +02:00
committed by GitHub
parent b9464bcb7c
commit 1418d4292d
7 changed files with 98 additions and 0 deletions
@@ -310,6 +310,19 @@
hanbok["male hanbok"] = /obj/item/clothing/under/konyang/male
gear_tweaks += new /datum/gear_tweak/path(hanbok)
/datum/gear/uniform/miscellaneous/hanbokcolorable
display_name = "colorable hanbok selection"
description = "A selection of Konyanger formalwear."
path = /obj/item/clothing/under/konyang/male/shortsleeve
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/uniform/miscellaneous/hanbokcolorable/New()
..()
var/list/hanbokcolorable = list()
hanbokcolorable["short sleeve hanbok"] = /obj/item/clothing/under/konyang/male/shortsleeve
hanbokcolorable["sleeveless hanbok"] = /obj/item/clothing/under/konyang/male/sleeveless
gear_tweaks += new /datum/gear_tweak/path(hanbokcolorable)
/datum/gear/uniform/konyang
display_name = "konyanger dress"
path = /obj/item/clothing/under/konyangdress
+16
View File
@@ -74,6 +74,22 @@
slot_flags = SLOT_OCLOTHING | SLOT_ICLOTHING
contained_sprite = TRUE
/obj/item/clothing/under/konyang/male/sleeveless
name = "sleeveless hanbok"
icon = 'icons/clothing/under/uniforms/konyang_malehanbok_colorable.dmi'
icon_state = "hanbok_male_sleeveless_colorable"
worn_state = "hanbok_male_sleeveless_colorable"
item_state = "hanbok_male_sleeveless_colorable"
contained_sprite = TRUE
/obj/item/clothing/under/konyang/male/shortsleeve
name = "short sleeve hanbok"
icon = 'icons/clothing/under/uniforms/konyang_malehanbok_colorable.dmi'
icon_state = "hanbok_male_shortsleeve_colorable"
worn_state = "hanbok_male_shortsleeve_colorable"
item_state = "hanbok_male_shortsleeve_colorable"
contained_sprite = TRUE
/obj/item/clothing/under/konyangdresstraditional
name = "konyanger traditional dress"
desc = "A traditional hakama and kosode pairing worn on Konyang, usually at formal functions or by shrine maidens. This one features a pink hakama and white kosode."
@@ -509,6 +509,16 @@ Follow by example and make good judgement based on length which list to include
length = 3
chatname = "long fringe"
fade_clean
name = "Fade, Clean"
icon_state = "hair_fade_clean"
chatname = "short hair"
fade_cleanlow
name = "Fade, Clean Low"
icon_state = "hair_fade_cleanlow"
chatname = "short hair"
fade_high
name = "Fade, High"
icon_state = "hair_fade_high"
@@ -519,6 +529,11 @@ Follow by example and make good judgement based on length which list to include
icon_state = "hair_fade_low"
chatname = "short hair"
fade_manbun
name = "Fade, Manbun"
icon_state = "hair_fade_manbun"
chatname = "short hair"
fade_medium
name = "Fade, Medium"
icon_state = "hair_fade_medium"
@@ -1121,6 +1136,11 @@ Follow by example and make good judgement based on length which list to include
icon_state = "hair_punk_chelseafringe"
chatname = "fringe"
punk_chelseafringealt
name = "Punk Shave, Chelsea Fringe Alt"
icon_state = "hair_punk_chelseafringe_alt"
chatname = "fringe"
punk_chelseafringe_bighawk
name = "Punk Shave, Chelsea Big Hawk"
icon_state = "hair_punk_chelseafringe_bighawk"
@@ -1307,6 +1327,12 @@ Follow by example and make good judgement based on length which list to include
length = 2
chatname = "curls"
tresshoulderdouble
name = "Tress Shoulder Double"
icon_state = "hair_tressshoulder_double"
length = 2
chatname = "curls"
trimmed
name = "Trimmed"
icon_state = "hair_trimmed"