Vysoka Loadout Love (#16312)

* part 1

* that was decently fast

* thanks shermie I love you

* bruh

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
kyres1
2023-05-20 12:27:57 -05:00
committed by GitHub
parent 88536bfd9a
commit b8ab0be1fe
15 changed files with 194 additions and 16 deletions

View File

@@ -368,9 +368,43 @@
origin_restriction = list(/singleton/origin_item/origin/himeo, /singleton/origin_item/origin/ipc_himeo, /singleton/origin_item/origin/free_council)
/datum/gear/head/vysoka
display_name = "vysokan fur cap"
path = /obj/item/clothing/head/softcap/vysoka
display_name = "vysokan fur cap selection"
description = "A fur hat from Vysoka made of authentic ohdker fur."
path = /obj/item/clothing/head/vysoka
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/ipc_vysoka)
/datum/gear/head/vysoka/New()
..()
var/list/vysoka = list()
vysoka["fur cap"] = /obj/item/clothing/head/vysoka
vysoka["fur cap, purple"] = /obj/item/clothing/head/vysoka/purple
vysoka["fur cap, blue"] = /obj/item/clothing/head/vysoka/blue
vysoka["fur cap, red"] = /obj/item/clothing/head/vysoka/red
gear_tweaks += new /datum/gear_tweak/path(vysoka)
/datum/gear/head/joku
display_name = "vysokan joku cap"
description = "A warm-looking expensive cap made from fine, dyed dalakyhr fur."
path = /obj/item/clothing/head/vysoka/joku
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/ipc_vysoka)
/datum/gear/head/joku/New()
..()
var/list/joku = list()
joku["fancy cap"] = /obj/item/clothing/head/vysoka/joku
joku["fancy cap, purple"] = /obj/item/clothing/head/vysoka/joku/purple
joku["fancy cap, blue"] = /obj/item/clothing/head/vysoka/joku/blue
joku["fancy cap, red"] = /obj/item/clothing/head/vysoka/joku/red
gear_tweaks += new /datum/gear_tweak/path(joku)
/datum/gear/head/dainshu
display_name = "vysokan dainshu feather"
description = "The feather of a Vysokan dainshu, a domesticated flying beast."
path = /obj/item/clothing/head/pin/dainshu
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/ipc_vysoka)
/datum/gear/head/buckethat
display_name = "bucket hat"

View File

@@ -117,6 +117,12 @@
path = /obj/item/clothing/shoes/konyang
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/shoes/vysoka
display_name = "gurmori hide boots"
description = "A pair of hide boots produced from the mantle of a Vysokan Gurmori."
path = /obj/item/clothing/shoes/gurmori
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/shoes/circuitry
display_name = "boots, circuitry (empty)"
path = /obj/item/clothing/shoes/circuitry

View File

@@ -404,14 +404,28 @@
display_name = "chokha selection"
description = "A selection of Vysokan chokhas."
path = /obj/item/clothing/suit/storage/vysoka
flags = GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/ipc_vysoka)
/datum/gear/suit/vysoka/New()
..()
var/list/coat = list()
coat["feminine chokha"] = /obj/item/clothing/suit/storage/vysoka/f
coat["feminine chokha, purple"] = /obj/item/clothing/suit/storage/vysoka/f/purple
coat["feminine chokha, blue"] = /obj/item/clothing/suit/storage/vysoka/f/blue
coat["feminine chokha, red"] = /obj/item/clothing/suit/storage/vysoka/f/red
coat["masculine chokha"] = /obj/item/clothing/suit/storage/vysoka
coat["masculine chokha, purple"] = /obj/item/clothing/suit/storage/vysoka/purple
coat["masculine chokha, blue"] = /obj/item/clothing/suit/storage/vysoka/blue
coat["masculine chokha, red"] = /obj/item/clothing/suit/storage/vysoka/red
coat["heavy feminine chokha"] = /obj/item/clothing/suit/storage/vysoka/f/winter
coat["heavy feminine chokha, purple"] = /obj/item/clothing/suit/storage/vysoka/f/winter/purple
coat["heavy feminine chokha, blue"] = /obj/item/clothing/suit/storage/vysoka/f/winter/blue
coat["heavy feminine chokha, red"] = /obj/item/clothing/suit/storage/vysoka/f/winter/red
coat["heavy masculine chokha"] = /obj/item/clothing/suit/storage/vysoka/winter
coat["heavy masculine chokha, purple"] = /obj/item/clothing/suit/storage/vysoka/winter/purple
coat["heavy masculine chokha, blue"] = /obj/item/clothing/suit/storage/vysoka/winter/blue
coat["heavy masculine chokha, red"] = /obj/item/clothing/suit/storage/vysoka/winter/red
gear_tweaks += new /datum/gear_tweak/path(coat)
/datum/gear/suit/submariner

View File

@@ -296,6 +296,13 @@
flags = GEAR_HAS_DESC_SELECTION
culture_restriction = list(/singleton/origin_item/culture/dominia, /singleton/origin_item/culture/dominian_unathi)
/datum/gear/uniform/turtleneck
display_name = "vysokan temperwear"
description = "A loose outfit of thinned and shredded ohdker fur."
path = /obj/item/clothing/under/vysoka
flags = GEAR_HAS_DESC_SELECTION
origin_restriction = list(/singleton/origin_item/origin/vysoka, /singleton/origin_item/origin/ipc_vysoka)
/datum/gear/uniform/elyra_holo
display_name = "elyran holographic suit selection"
description = "A marvel of Elyran technology, uses hardlight fabric and masks to transform a skin-tight, cozy suit into cultural apparel of your choosing. Has a dial for Midenean, Aemaqii and Persepolis clothes respectively."