diff --git a/code/modules/vore/fluffstuff/custom_clothes_ch.dm b/code/modules/vore/fluffstuff/custom_clothes_ch.dm new file mode 100644 index 0000000000..1014ee7bf9 --- /dev/null +++ b/code/modules/vore/fluffstuff/custom_clothes_ch.dm @@ -0,0 +1,54 @@ +/obj/item/clothing/under/sec_flight_suit + name = "flight suit" + desc = "It's made of a slightly sturdier material than standard jumpsuits, to allow for robust protection." + icon_state = "swatunder" + item_state_slots = list(slot_r_hand_str = "green", slot_l_hand_str = "green") + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + rolled_sleeves = 0 + rolled_down = 0 + + + + +//Star Trek things. + +//TOS +/obj/item/clothing/under/rank/trek/sec + name = "Operations Uniform" + desc = "The uniform worn by operations officers of the mid 2260s. It comes with extra security padding, but you feel strangely vulnerable just seeing this..." + icon_state = "trek_engsec" + item_state = "trek_engsec" + armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) + siemens_coefficient = 0.9 + +//TNG +/obj/item/clothing/under/rank/trek/sec/next + desc = "The uniform worn by operation officers. This one's from the mid 2360s. This one has some additional security padding." + icon_state = "trek_next_engsec" + item_state = "trek_next_engsec" + +//ENT +/obj/item/clothing/under/rank/trek/sec/ent + desc = "The uniform worn by operations officers of the 2140s. This one has some additional security padding." + icon_state = "trek_ent_engsec" + item_state = "trek_ent_engsec" + +//VOY +/obj/item/clothing/under/rank/trek/sec/voy + desc = "The uniform worn by operations officers of the 2370s. This one has some additional security padding." + icon_state = "trek_voy_engsec" + item_state = "trek_voy_engsec" + +//DS9 +/obj/item/clothing/under/rank/trek/sec/ds9 + desc = "The uniform worn by operations officers of the 2380s. This one has some additional security padding." + icon_state = "trek_engsec" + item_state = "trek_ds9_engsec" + + + + + + + \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index f2563b8d09..61de55706f 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -232,7 +232,7 @@ /obj/item/weapon/handcuffs, // /obj/item/device/detective_scanner, /obj/item/device/taperecorder) - armor = list(melee = 50, bullet = 15, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0) + armor = list(melee = 40, bullet = 30, laser = 30, energy = 10, bomb = 10, bio = 0, rad = 0) //CHOMPEdit: Changed armor values to match security armor vest. var/unbuttoned = 0 /obj/item/clothing/suit/storage/fluff/fedcoat/verb/toggle() @@ -1187,12 +1187,12 @@ Departamental Swimsuits, for general use item_state = "trek_command" armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // Considering only staff heads get to pick it -/obj/item/clothing/under/rank/trek/engsec +/obj/item/clothing/under/rank/trek/eng //CHOMPEdit: Engineering only name = "Operations Uniform" desc = "The uniform worn by operations officers of the mid 2260s. You feel strangely vulnerable just seeing this..." icon_state = "trek_engsec" item_state = "trek_engsec" - armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // since they're shared between jobs and kinda moot. + armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) // since they're shared between jobs and kinda moot. //CHOMPEdit: I'll tell you what, the armor values are NOT shared. Removed melee bonus. /obj/item/clothing/under/rank/trek/medsci name = "MedSci Uniform" @@ -1208,7 +1208,7 @@ Departamental Swimsuits, for general use icon_state = "trek_next_command" item_state = "trek_next_command" -/obj/item/clothing/under/rank/trek/engsec/next +/obj/item/clothing/under/rank/trek/eng/next //CHOMPEdit: Engineering only desc = "The uniform worn by operation officers. This one's from the mid 2360s." icon_state = "trek_next_engsec" item_state = "trek_next_engsec" @@ -1224,7 +1224,7 @@ Departamental Swimsuits, for general use icon_state = "trek_ent_command" item_state = "trek_ent_command" -/obj/item/clothing/under/rank/trek/engsec/ent +/obj/item/clothing/under/rank/trek/eng/ent //CHOMPEdit: Engineering only desc = "The uniform worn by operations officers of the 2140s." icon_state = "trek_ent_engsec" item_state = "trek_ent_engsec" @@ -1240,7 +1240,7 @@ Departamental Swimsuits, for general use icon_state = "trek_voy_command" item_state = "trek_voy_command" -/obj/item/clothing/under/rank/trek/engsec/voy +/obj/item/clothing/under/rank/trek/eng/voy //CHOMPEdit: Engineering only desc = "The uniform worn by operations officers of the 2370s." icon_state = "trek_voy_engsec" item_state = "trek_voy_engsec" @@ -1269,7 +1269,7 @@ Departamental Swimsuits, for general use /obj/item/weapon/reagent_containers/glass/bottle,/obj/item/weapon/reagent_containers/glass/beaker, /obj/item/weapon/reagent_containers/pill,/obj/item/weapon/storage/pill_bottle ) - armor = list(melee = 20, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 20, rad = 25) + armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 10, rad = 0) //CHOMPEdit: Removed extra armor since any schmuck can take this and spontaneously have an edge. /obj/item/clothing/suit/storage/trek/ds9/admiral // Only for adminuz name = "Admiral Overcoat" @@ -1284,7 +1284,7 @@ Departamental Swimsuits, for general use icon_state = "trek_command" item_state = "trek_ds9_command" -/obj/item/clothing/under/rank/trek/engsec/ds9 +/obj/item/clothing/under/rank/trek/eng/ds9 //CHOMPEdit: Engineering only desc = "The uniform worn by operations officers of the 2380s." icon_state = "trek_engsec" item_state = "trek_ds9_engsec"