mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 12:46:40 +01:00
Adds 12 new futuristic loadout clothing items + colour variants (#5744)
* Adds 12 new loadout clothing items + colour variants
This commit is contained in:
@@ -240,4 +240,21 @@
|
||||
|
||||
/datum/gear/accessory/locket
|
||||
display_name = "locket"
|
||||
path = /obj/item/clothing/accessory/locket
|
||||
path = /obj/item/clothing/accessory/locket
|
||||
|
||||
/datum/gear/accessory/asym
|
||||
display_name = "asymmetric jacket selection"
|
||||
path = /obj/item/clothing/accessory/asymmetric
|
||||
cost = 1
|
||||
|
||||
/datum/gear/accessory/asym/New()
|
||||
..()
|
||||
var/list/asyms = list()
|
||||
for(var/asym in typesof(/obj/item/clothing/accessory/asymmetric))
|
||||
var/obj/item/clothing/accessory/asymmetric_type = asym
|
||||
asyms[initial(asymmetric_type.name)] = asymmetric_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(asyms))
|
||||
|
||||
/datum/gear/accessory/cowledvest
|
||||
display_name = "cowled vest"
|
||||
path = /obj/item/clothing/accessory/cowledvest
|
||||
@@ -124,4 +124,20 @@
|
||||
|
||||
/datum/gear/eyes/circuitry
|
||||
display_name = "goggles, circuitry (empty)"
|
||||
path = /obj/item/clothing/glasses/circuitry
|
||||
path = /obj/item/clothing/glasses/circuitry
|
||||
|
||||
/datum/gear/eyes/glasses/rimless
|
||||
display_name = "Glasses, rimless"
|
||||
path = /obj/item/clothing/glasses/rimless
|
||||
|
||||
/datum/gear/eyes/glasses/prescriptionrimless
|
||||
display_name = "Glasses, prescription rimless"
|
||||
path = /obj/item/clothing/glasses/regular/rimless
|
||||
|
||||
/datum/gear/eyes/glasses/thin
|
||||
display_name = "Glasses, thin frame"
|
||||
path = /obj/item/clothing/glasses/thin
|
||||
|
||||
/datum/gear/eyes/glasses/prescriptionrimless
|
||||
display_name = "Glasses, prescription thin frame"
|
||||
path = /obj/item/clothing/glasses/regular/thin
|
||||
@@ -371,3 +371,12 @@
|
||||
/datum/gear/head/circuitry
|
||||
display_name = "headwear, circuitry (empty)"
|
||||
path = /obj/item/clothing/head/circuitry
|
||||
|
||||
/datum/gear/head/maangtikka
|
||||
display_name = "maang tikka"
|
||||
path = /obj/item/clothing/head/maangtikka
|
||||
|
||||
/datum/gear/head/jingasa
|
||||
display_name = "jingasa"
|
||||
path = /obj/item/clothing/head/jingasa
|
||||
|
||||
|
||||
@@ -463,6 +463,10 @@ datum/gear/suit/duster
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/suit/miscellaneous/kamishimo
|
||||
display_name = "kamishimo"
|
||||
path = /obj/item/clothing/suit/kamishimo
|
||||
|
||||
/datum/gear/suit/snowsuit
|
||||
display_name = "snowsuit"
|
||||
path = /obj/item/clothing/suit/storage/snowsuit
|
||||
|
||||
@@ -462,4 +462,25 @@
|
||||
|
||||
/datum/gear/uniform/circuitry
|
||||
display_name = "jumpsuit, circuitry (empty)"
|
||||
path = /obj/item/clothing/under/circuitry
|
||||
path = /obj/item/clothing/under/circuitry
|
||||
|
||||
/datum/gear/uniform/sleekoverall
|
||||
display_name = "sleek overalls"
|
||||
path = /obj/item/clothing/under/overalls/sleek
|
||||
|
||||
/datum/gear/uniform/sarired
|
||||
display_name = "sari, red"
|
||||
path = /obj/item/clothing/under/dress/sari
|
||||
|
||||
/datum/gear/uniform/sarigreen
|
||||
display_name = "sari, green"
|
||||
path = /obj/item/clothing/under/dress/sari/green
|
||||
|
||||
/datum/gear/uniform/wrappedcoat
|
||||
display_name = "modern wrapped coat"
|
||||
path = /obj/item/clothing/under/moderncoat
|
||||
|
||||
/datum/gear/uniform/ascetic
|
||||
display_name = "plain ascetic garb"
|
||||
path = /obj/item/clothing/under/ascetic
|
||||
|
||||
|
||||
@@ -232,6 +232,31 @@ BLIND // can't see anything
|
||||
item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses")
|
||||
body_parts_covered = 0
|
||||
|
||||
/obj/item/clothing/glasses/regular/rimless
|
||||
name = "prescription rimless glasses"
|
||||
desc = "Sleek modern glasses with a single sculpted lens."
|
||||
icon_state = "glasses_rimless"
|
||||
prescription = 1
|
||||
|
||||
/obj/item/clothing/glasses/rimless
|
||||
name = "rimless glasses"
|
||||
desc = "Sleek modern glasses with a single sculpted lens."
|
||||
icon_state = "glasses_rimless"
|
||||
prescription = 0
|
||||
|
||||
/obj/item/clothing/glasses/regular/thin
|
||||
name = "prescription thin-rimmed glasses"
|
||||
desc = "Glasses with frames are so last century."
|
||||
icon_state = "glasses_thin"
|
||||
prescription = 1
|
||||
|
||||
/obj/item/clothing/glasses/thin
|
||||
name = "thin-rimmed glasses"
|
||||
desc = "Glasses with frames are so last century."
|
||||
icon_state = "glasses_thin"
|
||||
prescription = 0
|
||||
|
||||
|
||||
/obj/item/clothing/glasses/sunglasses
|
||||
name = "sunglasses"
|
||||
desc = "Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes."
|
||||
|
||||
@@ -413,4 +413,17 @@
|
||||
name = "maid headband"
|
||||
desc = "Keeps hair out of the way for important... jobs."
|
||||
icon_state = "maid"
|
||||
body_parts_covered = 0
|
||||
body_parts_covered = 0
|
||||
|
||||
/obj/item/clothing/head/maangtikka
|
||||
name = "maang tikka"
|
||||
desc = "A jeweled headpiece originating in India."
|
||||
icon_state = "maangtikka"
|
||||
body_parts_covered = 0
|
||||
|
||||
/obj/item/clothing/head/jingasa
|
||||
name = "jingasa"
|
||||
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")
|
||||
@@ -255,6 +255,11 @@ obj/item/clothing/suit/kimono
|
||||
icon_state = "kimono"
|
||||
addblends = "kimono_a"
|
||||
|
||||
obj/item/clothing/suit/kamishimo
|
||||
name = "kamishimo"
|
||||
desc = "Traditional Japanese menswear."
|
||||
icon_state = "kamishimo"
|
||||
|
||||
/*
|
||||
* coats
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
desc = "Lucky suit jacket."
|
||||
icon_state = "checkered_jacket"
|
||||
|
||||
|
||||
/obj/item/clothing/accessory/chaps
|
||||
name = "brown chaps"
|
||||
desc = "A pair of loose, brown leather chaps."
|
||||
@@ -342,3 +341,23 @@
|
||||
name = "Christmas turtleneck"
|
||||
desc = "A really cheesy holiday sweater, it actually kinda itches."
|
||||
icon_state = "turtleneck_winterred"
|
||||
|
||||
/obj/item/clothing/accessory/cowledvest
|
||||
name = "cowled vest"
|
||||
desc = "A body warmer for the 26th century."
|
||||
icon_state = "cowled_vest"
|
||||
|
||||
/obj/item/clothing/accessory/asymmetric
|
||||
name = "blue asymmetrical jacket"
|
||||
desc = "Insultingly avant-garde in prussian blue."
|
||||
icon_state = "asym_blue"
|
||||
|
||||
/obj/item/clothing/accessory/asymmetric/purple
|
||||
name = "purple asymmetrical jacket"
|
||||
desc = "Insultingly avant-garde in mauve."
|
||||
icon_state = "asym_purple"
|
||||
|
||||
/obj/item/clothing/accessory/asymmetric/green
|
||||
name = "green asymmetrical jacket"
|
||||
desc = "Insultingly avant-garde in aqua."
|
||||
icon_state = "asym_green"
|
||||
@@ -242,6 +242,11 @@
|
||||
icon_state = "overalls"
|
||||
item_state_slots = list(slot_r_hand_str = "cargo", slot_l_hand_str = "cargo")
|
||||
|
||||
/obj/item/clothing/under/overalls/sleek
|
||||
name = "sleek overalls"
|
||||
desc = "A set of modern pleather reinforced overalls."
|
||||
icon_state = "overalls_sleek"
|
||||
|
||||
/obj/item/clothing/under/pirate
|
||||
name = "pirate outfit"
|
||||
desc = "Yarr."
|
||||
@@ -283,6 +288,19 @@
|
||||
item_state_slots = list(slot_r_hand_str = "yellow", slot_l_hand_str = "yellow")
|
||||
body_parts_covered = LOWER_TORSO
|
||||
|
||||
/obj/item/clothing/under/moderncoat
|
||||
name = "modern wrapped coat"
|
||||
desc = "The cutting edge of fashion."
|
||||
icon_state = "moderncoat"
|
||||
item_state_slots = list(slot_r_hand_str = "red", slot_l_hand_str = "red")
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
|
||||
|
||||
/obj/item/clothing/under/ascetic
|
||||
name = "plain ascetic garb"
|
||||
desc = "Popular with freshly grown vatborn and new age cultists alike."
|
||||
icon_state = "ascetic"
|
||||
item_state_slots = list(slot_r_hand_str = "white", slot_l_hand_str = "white")
|
||||
|
||||
/*
|
||||
* dress
|
||||
*/
|
||||
@@ -404,6 +422,18 @@
|
||||
desc = "A western bustle dress from Earth's late 1800's."
|
||||
icon_state = "westernbustle"
|
||||
|
||||
/obj/item/clothing/under/dress/sari
|
||||
name = "red sari"
|
||||
desc = "A colorful traditional dress originating from India."
|
||||
icon_state = "sari_red"
|
||||
item_state_slots = list(slot_r_hand_str = "darkreddress", slot_l_hand_str = "darkreddress")
|
||||
|
||||
/obj/item/clothing/under/dress/sari/green
|
||||
name = "green sari"
|
||||
icon_state = "sari_green"
|
||||
item_state_slots = list(slot_r_hand_str = "dress_green", slot_l_hand_str = "dress_green")
|
||||
|
||||
|
||||
/*
|
||||
* wedding stuff
|
||||
*/
|
||||
|
||||
@@ -189,4 +189,29 @@
|
||||
/obj/item/clothing/under/pants/baggy/camo
|
||||
name = "baggy camo pants"
|
||||
desc = "A pair of woodland camouflage pants. Probably not the best choice for a space station."
|
||||
icon_state = "baggy_camopants"
|
||||
icon_state = "baggy_camopants"
|
||||
|
||||
/obj/item/clothing/under/pants/utility
|
||||
name = "green utility pants"
|
||||
desc = "A pair of pleather reinforced green work pants."
|
||||
icon_state = "workpants_green"
|
||||
|
||||
/obj/item/clothing/under/pants/utility/orange
|
||||
name = "orange utility pants"
|
||||
desc = "A pair of pleather reinforced orange work pants."
|
||||
icon_state = "workpants_orange"
|
||||
|
||||
/obj/item/clothing/under/pants/utility/blue
|
||||
name = "blue utility pants"
|
||||
desc = "A pair of pleather reinforced blue work pants."
|
||||
icon_state = "workpants_blue"
|
||||
|
||||
/obj/item/clothing/under/pants/utility/white
|
||||
name = "white utility pants"
|
||||
desc = "A pair of pleather reinforced white work pants."
|
||||
icon_state = "workpants_white"
|
||||
|
||||
/obj/item/clothing/under/pants/utility/red
|
||||
name = "red utility pants"
|
||||
desc = "A pair of pleather reinforced red work pants."
|
||||
icon_state = "workpants_red"
|
||||
Reference in New Issue
Block a user