mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -124,6 +124,13 @@
|
||||
ckeywhitelist = list("blackangelsace")
|
||||
character_name = list("Strix Hades")
|
||||
|
||||
/datum/gear/fluff/kel_plague_box
|
||||
path = /obj/item/weapon/storage/box/fluff/kelplague
|
||||
display_name = "Plague Outfit Box"
|
||||
description = "Yes"
|
||||
ckeywhitelist = list("blackangelsace")
|
||||
character_name = list("Nicodemus Jarvis")
|
||||
|
||||
//benl8561
|
||||
//M.I.S.S.Y
|
||||
/datum/gear/fluff/missy_skirt
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
/obj/item/device/modkit_conversion/fluff/nika_sec_kit)
|
||||
|
||||
//***************
|
||||
//The god himself
|
||||
//blackangelsace
|
||||
//***************
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/madoka
|
||||
@@ -68,6 +68,18 @@
|
||||
/obj/item/clothing/shoes/leg_guard/fluff/madoka_legs,
|
||||
/obj/item/weapon/oldtwohanded/spear/fluff/madoka_koto_1)
|
||||
|
||||
/obj/item/weapon/storage/box/fluff/kelplague
|
||||
name = "Fancy Plague Doctor Kit"
|
||||
desc = "Fancy boye stuff."
|
||||
has_items = list(
|
||||
/obj/item/clothing/head/plaguedoctorhat,
|
||||
/obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat,
|
||||
/obj/item/clothing/under/fluff/kelplagueuniform,
|
||||
/obj/item/clothing/shoes/dress,
|
||||
/obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask,
|
||||
/obj/item/clothing/gloves/black
|
||||
)
|
||||
|
||||
// **********
|
||||
//JohnWolf135 / Defunct
|
||||
// **********
|
||||
|
||||
@@ -756,6 +756,35 @@
|
||||
"Teshari" = 'icons/vore/custom_onmob_yw.dmi'
|
||||
)
|
||||
|
||||
//Plague Boye
|
||||
/obj/item/clothing/suit/storage/trench/fluff/kelplaguecoat
|
||||
name = "Dark Leather coat"
|
||||
desc = "A finely made dark leather coat."
|
||||
icon = 'icons/vore/custom_clothes_yw.dmi'
|
||||
icon_state = "kelplaguecoat"
|
||||
icon_override = 'icons/vore/custom_clothes_yw.dmi'
|
||||
item_state = "kelplaguecoat_mob"
|
||||
blood_overlay_type = "coat"
|
||||
|
||||
/obj/item/clothing/under/fluff/kelplagueuniform
|
||||
name = "Dark vest"
|
||||
desc = "A fancy looking leather suit made of dark cloths. Edgy."
|
||||
icon = 'icons/vore/custom_clothes_yw.dmi'
|
||||
icon_state = "kelplagueuniform"
|
||||
icon_override = 'icons/vore/custom_clothes_yw.dmi'
|
||||
item_state = "kelplagueuniform_mob"
|
||||
|
||||
/obj/item/clothing/mask/gas/plaguedoctor/fluff/kelplaguemask
|
||||
name = "Customized Gas Mask"
|
||||
desc = "A dark leather gas mask with rivets instead of stiches holding the two halves together."
|
||||
icon = 'icons/vore/custom_clothes_yw.dmi'
|
||||
icon_state = "kelplaguedoctor"
|
||||
icon_override = 'icons/vore/custom_onmob_yw.dmi'
|
||||
item_state = "kelplaguedoctor_mob"
|
||||
item_state_slots = null
|
||||
armor = list(melee = 0, bullet = 0, laser = 2,energy = 2, bomb = 0, bio = 90, rad = 0)
|
||||
body_parts_covered = HEAD|FACE|EYES
|
||||
|
||||
// *******
|
||||
// Dawidoe
|
||||
// *******
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 130 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user