2b4c123fc0
About The Pull Request Some skirt sprites were offset i dont know how this happened i swear i fixed this before but apparently not. Fixed the assistant skirt necklines being way too high. Added extra details on some skirts. Added 5 previously missing skirts including 2 lawyers skirts(like they dont have enough already), rainbow, syndicate and tacticool. Fixed the disorganized mess that was the Lawdrobe. Why It's Good For The Game Updated skirts good. Rainbow skirt good. Skirtleneck good. Changelog cl add: The long lost rainbow jumpskirt has been found add: Rumor has it that even the syndicate have started producing skirts for their operatives tweak: Department skirt necklines are more in-line with their jumpsuit counterparts, sprites are no longer offset, added detail /cl
79 lines
3.2 KiB
Plaintext
79 lines
3.2 KiB
Plaintext
/obj/item/clothing/under/syndicate
|
|
name = "tactical turtleneck"
|
|
desc = "A non-descript and slightly suspicious looking turtleneck with digital camouflage cargo pants."
|
|
icon_state = "syndicate"
|
|
item_state = "bl_suit"
|
|
item_color = "syndicate"
|
|
has_sensor = NO_SENSORS
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
|
|
alt_covers_chest = TRUE
|
|
|
|
/obj/item/clothing/under/syndicate/skirt
|
|
name = "tactical skirtleneck"
|
|
desc = "A non-descript and slightly suspicious looking skirtleneck."
|
|
icon_state = "syndicate_skirt"
|
|
item_state = "bl_suit"
|
|
item_color = "syndicate_skirt"
|
|
has_sensor = NO_SENSORS
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
|
|
alt_covers_chest = TRUE
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/syndicate/tacticool
|
|
name = "tacticool turtleneck"
|
|
desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-."
|
|
icon_state = "tactifool"
|
|
item_state = "bl_suit"
|
|
item_color = "tactifool"
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
|
|
|
|
/obj/item/clothing/under/syndicate/tacticool/skirt
|
|
name = "tacticool skirtleneck"
|
|
desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-."
|
|
icon_state = "tactifool_skirt"
|
|
item_state = "bl_suit"
|
|
item_color = "tactifool_skirt"
|
|
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40)
|
|
fitted = FEMALE_UNIFORM_TOP
|
|
|
|
/obj/item/clothing/under/syndicate/sniper
|
|
name = "Tactical turtleneck suit"
|
|
desc = "A double seamed tactical turtleneck disguised as a civilian grade silk suit. Intended for the most formal operator. The collar is really sharp."
|
|
icon_state = "really_black_suit"
|
|
item_state = "bl_suit"
|
|
item_color = "black_suit"
|
|
can_adjust = FALSE
|
|
|
|
/obj/item/clothing/under/syndicate/camo
|
|
name = "camouflage fatigues"
|
|
desc = "A green military camouflage uniform."
|
|
icon_state = "camogreen"
|
|
item_state = "g_suit"
|
|
item_color = "camogreen"
|
|
can_adjust = FALSE
|
|
|
|
/obj/item/clothing/under/syndicate/soviet
|
|
name = "Ratnik 5 tracksuit"
|
|
desc = "Badly translated labels tell you to clean this in Vodka. Great for squatting in."
|
|
icon_state = "trackpants"
|
|
item_color = "trackpants"
|
|
can_adjust = FALSE
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
|
|
resistance_flags = NONE
|
|
|
|
/obj/item/clothing/under/syndicate/combat
|
|
name = "combat uniform"
|
|
desc = "With a suit lined with this many pockets, you are ready to operate."
|
|
icon_state = "syndicate_combat"
|
|
item_color = "syndicate_combat"
|
|
can_adjust = FALSE
|
|
|
|
/obj/item/clothing/under/syndicate/rus_army
|
|
name = "advanced military tracksuit"
|
|
desc = "Military grade tracksuits for frontline squatting."
|
|
icon_state = "rus_under"
|
|
item_color = "rus_under"
|
|
can_adjust = FALSE
|
|
armor = list("melee" = 5, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
|
|
resistance_flags = NONE
|