mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 02:53:11 +00:00
noel uniform
This commit is contained in:
341
code/modules/vore/custom_boxes_yw.dm
Normal file
341
code/modules/vore/custom_boxes_yw.dm
Normal file
@@ -0,0 +1,341 @@
|
||||
//*************
|
||||
//GeneralPantsu
|
||||
//*************
|
||||
|
||||
//Amara Faell
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/amara
|
||||
name = "Amara's Kit"
|
||||
desc = "A kit containing Amara's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/suit/storage/fluff/fedcoat/amara_jacket,
|
||||
/obj/item/clothing/head/beret/amara_beret,
|
||||
/obj/item/clothing/gloves/fluff/amara_gloves,
|
||||
/obj/item/weapon/flame/lighter/zippo/fluff/amara,
|
||||
/obj/item/clothing/under/fluff/amara_uniform,
|
||||
/obj/item/clothing/shoes/boots/jackboots/fluff/amara_boots,
|
||||
/obj/item/clothing/accessory/collar/fluff/amara_collar,
|
||||
/obj/item/weapon/storage/belt/security/tactical/amara_belt,
|
||||
/obj/item/device/modkit_conversion/fluff/amara_hos_kit)
|
||||
|
||||
|
||||
//Zara Venlee
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/zara
|
||||
name = "Zara's Kit"
|
||||
desc = "A kit containing Zara's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/shoes/magboots/fluff/zara_leg_enhancer,
|
||||
/obj/item/clothing/gloves/combat/fluff/zara_arm_enhancer,
|
||||
/obj/item/clothing/head/fluff/zara_bandana,
|
||||
/obj/item/clothing/suit/storage/fluff/zara_coat,
|
||||
/obj/item/clothing/under/swimsuit/fluff/zara_uniform)
|
||||
|
||||
//Samantha Quzix
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/samantha
|
||||
name = "Samantha's Kit"
|
||||
desc = "A kit containing Samantha's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/sam_bodysuit,
|
||||
/obj/item/clothing/gloves/sterile/latex/fluff/sam_gloves,
|
||||
/obj/item/clothing/shoes/boots/jackboots/fluff/sam_boots,
|
||||
/obj/item/clothing/suit/storage/fluff/fedcoat/sam_jacket,
|
||||
/obj/item/weapon/storage/belt/utility/fluff/sam_belt)
|
||||
|
||||
//Aien Waesmaer
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/aien
|
||||
name = "Aien's Kit"
|
||||
desc = "A kit containing Aien's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/aien_uniform,
|
||||
/obj/item/clothing/suit/storage/fluff/aien_suit)
|
||||
|
||||
//Nika Domashev
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/nika
|
||||
name = "Nika's Kit"
|
||||
desc = "A kit containing Nika's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/nika,
|
||||
/obj/item/device/modkit_conversion/fluff/nika_sec_kit)
|
||||
|
||||
//***************
|
||||
//The god himself
|
||||
//***************
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/madoka
|
||||
name = "Madoka's Case"
|
||||
desc = "A case containing Madoka's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/head/helmet/fluff/madoka_helm,
|
||||
/obj/item/clothing/suit/armor/fluff/madoka_chest,
|
||||
/obj/item/clothing/gloves/arm_guard/fluff/madoka_arms,
|
||||
/obj/item/clothing/shoes/leg_guard/fluff/madoka_legs,
|
||||
/obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1)
|
||||
|
||||
// **********
|
||||
//JohnWolf135
|
||||
// **********
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/John
|
||||
name = "John's kit"
|
||||
desc = "A kit containing John's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/John)
|
||||
|
||||
// ************
|
||||
// Mauser items
|
||||
// ************
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/mauser
|
||||
name = "Mauser's Kit"
|
||||
desc = "A kit containing Mauser's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/mauserunder,
|
||||
/obj/item/clothing/head/beret/mauserhat,
|
||||
/obj/item/clothing/shoes/boots/jackboots/fluff/mauserboots)
|
||||
|
||||
// *******
|
||||
// Izac112
|
||||
// *******
|
||||
|
||||
//Ally Faell
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/ally
|
||||
name = "Ally's Kit"
|
||||
desc = "A kit containing Ally's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/ally_1,
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/ally_2)
|
||||
|
||||
//Raja Bastet
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/raja
|
||||
name = "Raja's Kit"
|
||||
desc = "A kit containing Raja's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/storage/belt/utility/fluff/raja_belt,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/fluff/raja_coat)
|
||||
|
||||
//Shel Nargol
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/shel
|
||||
name = "Shel's Kit"
|
||||
desc = "A kit containing Shel's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/gloves/fluff/shel_gloves,
|
||||
/obj/item/clothing/under/fluff/shel)
|
||||
|
||||
//Alva Karlholm
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/alva
|
||||
name = "Alva's Kit"
|
||||
desc = "A kit containing Alva's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/fluff/alva,
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/alva)
|
||||
|
||||
|
||||
// **************
|
||||
// Admiral Dragon
|
||||
// **************
|
||||
|
||||
//Tikorak Korgask
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/tikorak
|
||||
name = "Tikorak's Kit"
|
||||
desc = "A kit containing Tikorak's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/shoes/magboots/fluff/tikorak_magboots,
|
||||
/obj/item/clothing/under/fluff/tikorak_uniform)
|
||||
|
||||
// *******
|
||||
// Dawidoe
|
||||
// *******
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/melissa
|
||||
name = "Melissa's kit"
|
||||
desc = "A kit containing Melissa's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/flame/lighter/zippo/fluff/melissa,
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/melissa_uniform,
|
||||
/obj/item/device/modkit_conversion/fluff/melissa_gun_kit)
|
||||
|
||||
// *******
|
||||
// Deathty
|
||||
// *******
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/art
|
||||
name = "Arthur's kit"
|
||||
desc = "A kit containing Arthur's equipment."
|
||||
has_items = list(
|
||||
/obj/item/device/modkit_conversion/fluff/art_hos_kit,
|
||||
/obj/item/clothing/under/rank/security/corp/fluf/art_uniform)
|
||||
|
||||
// ************
|
||||
// championfire
|
||||
// ************
|
||||
|
||||
//Anoki Windroar
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/anoki
|
||||
name = "Anoki's kit"
|
||||
desc = "A kit containing Anoki's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/implanter/reagent_generator/roiz/anoki)
|
||||
|
||||
//Ivy Kaeire
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/ivy
|
||||
name = "Ivy's Kit"
|
||||
desc = "A kit containing Ivy's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/ivy,
|
||||
/obj/item/clothing/suit/storage/fluff/ivy)
|
||||
|
||||
// ***************
|
||||
// Vanesa FancyFin
|
||||
// ***************
|
||||
|
||||
//Vanesa FancyFin
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/vanesaf
|
||||
name = "Vanesa's kit"
|
||||
desc = "A kit containing Vanesa's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/gloves/weddingring/fluff/vanesa)
|
||||
|
||||
// ********
|
||||
// Vitorhks
|
||||
// ********
|
||||
|
||||
//Jessica Mayer
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/jessica
|
||||
name = "Jessica's Kit"
|
||||
desc = "A kit containing Jessica's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/rank/security/corp/fluff/jessica,
|
||||
/obj/item/device/modkit_conversion/fluff/jessica_sec_kit)
|
||||
|
||||
// *******
|
||||
//LukeVale
|
||||
// *******
|
||||
|
||||
//Mira Rezus
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/mira
|
||||
name = "Mira's kit"
|
||||
desc = "A kit containing Mira's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/implanter/reagent_generator/mira)
|
||||
|
||||
//Natalya Vospit
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/natalya
|
||||
name = "Natalya's kit"
|
||||
desc = "A kit containing Natalya's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/implanter/reagent_generator/natalya)
|
||||
|
||||
//Lena Shaw
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/lena
|
||||
name = "Lena's kit"
|
||||
desc = "A kit containing Lena's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/accessory/fluff/lena_collar)
|
||||
|
||||
//Eryn Wolfe
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/eryn
|
||||
name = "Eryn's kit"
|
||||
desc = "A kit containing Eryn's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/fluff/chemset)
|
||||
|
||||
// ************
|
||||
// RadiantFlash
|
||||
// ************
|
||||
|
||||
//Vasharr Zahirn
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/vasharr
|
||||
name = "Vasharr's Kit"
|
||||
desc = "A kit containing Vasharr's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/accessory/fluff/vasharr_armlets,
|
||||
/obj/item/clothing/accessory/fluff/vasharr_pendant)
|
||||
|
||||
//FrenziedVorcha
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/philipsmirnov
|
||||
name = "Psychiatric box"
|
||||
desc = "A kit containing various psychiatry tools"
|
||||
has_items = list(
|
||||
/obj/item/weapon/fluff/fidgetspinner,
|
||||
/obj/item/weapon/fluff/fidgetspinner/red,
|
||||
/obj/item/weapon/fluff/fidgetspinner/yellow,
|
||||
/obj/item/weapon/fluff/squeezetoy,
|
||||
/obj/item/weapon/fluff/dimensioncube)
|
||||
|
||||
// ******
|
||||
// Dushka
|
||||
// ******
|
||||
|
||||
//Saroth
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/saroth
|
||||
name = "Saroth's box"
|
||||
desc = "A kit containing Saroth's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/suit/storage/seromi/cloak/fluff/Saroth)
|
||||
|
||||
// ********
|
||||
// Benl8561
|
||||
// ********
|
||||
|
||||
//M.I.S.S.Y
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/missy
|
||||
name = "M.I.S.S.Y's box"
|
||||
desc = "A kit containing M.I.S.S.Y's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/under/fluff/missy_skirt)
|
||||
|
||||
//Quanah Hastings
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/quanah
|
||||
name = "Quanah's kit"
|
||||
desc = "A kit containing Quanah's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/accessory/fluff/quanah_collar)
|
||||
|
||||
// ********
|
||||
// MaxieFoxie
|
||||
// ********
|
||||
|
||||
//Maxie Drake
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/maxie
|
||||
name = "Maxie's box"
|
||||
desc = "a kit containing Maxie's equipment."
|
||||
has_items = list(
|
||||
/obj/item/clothing/accessory/fluff/maxie_collar)
|
||||
|
||||
// ********
|
||||
// Paint It Red
|
||||
// ********
|
||||
|
||||
//Noel Walsh
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/noel
|
||||
name = "Noel's box"
|
||||
desc = "a kit containing Maxie's equipment."
|
||||
has_items = list (
|
||||
/obj/item/clothing/glasses/hud/health/aviator/prescription/fluff/noel_glasses,
|
||||
/obj/item/clothing/suit/storage/toggle/hoodie/fluff/noel_hoodie,
|
||||
/obj/item/clothing/ears/earings/fluff/noel_earings,
|
||||
/obj/item/clothing/under/fluff/noel_uniform)
|
||||
1053
code/modules/vore/custom_clothes_yw.dm
Normal file
1053
code/modules/vore/custom_clothes_yw.dm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user