mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
//////////////////////////
|
|
// Vox Bodies
|
|
//////////////////////////
|
|
|
|
/obj/effect/landmark/mobcorpse/vox
|
|
name = "vox"
|
|
hair = "Short Vox Quills"
|
|
species = SPECIES_VOX
|
|
|
|
//Types of Vox corpses:
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/pirate
|
|
name = "vox pirate"
|
|
corpseuniform = /obj/item/clothing/under/color/black
|
|
corpsesuit = /obj/item/clothing/suit/armor/vox_scrap
|
|
corpseshoes = /obj/item/clothing/shoes/boots/workboots
|
|
corpsegloves = /obj/item/clothing/gloves/light_brown
|
|
corpsemask = /obj/item/clothing/mask/breath
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/boarder_m
|
|
name = "vox melee boarder"
|
|
corpseuniform = /obj/item/clothing/under/vox/vox_casual
|
|
corpsesuit = /obj/item/clothing/suit/armor/vox_scrap
|
|
corpseshoes = /obj/item/clothing/shoes/boots/workboots
|
|
corpsegloves = /obj/item/clothing/gloves/light_brown
|
|
corpsemask = /obj/item/clothing/mask/breath
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/boarder_r
|
|
name = "vox ranged boarder"
|
|
corpseuniform = /obj/item/clothing/under/rank/bartender
|
|
corpsesuit = /obj/item/clothing/suit/armor/bulletproof
|
|
corpseshoes = /obj/item/clothing/shoes/boots/workboots
|
|
corpsemask = /obj/item/clothing/mask/breath
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/boarder_t
|
|
name = "vox salvage technician"
|
|
corpseuniform = /obj/item/clothing/under/rank/bartender
|
|
corpsesuit = /obj/item/clothing/suit/armor/bulletproof
|
|
corpseshoes = /obj/item/clothing/shoes/boots/workboots
|
|
corpsemask = /obj/item/clothing/mask/breath
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/suppressor
|
|
name = "vox suppressor"
|
|
corpseuniform = /obj/item/clothing/under/color/red
|
|
corpsesuit = /obj/item/clothing/suit/storage/toggle/fr_jacket
|
|
corpseshoes = /obj/item/clothing/shoes/orange
|
|
corpsegloves = /obj/item/clothing/gloves/red
|
|
corpsemask = /obj/item/clothing/mask/gas/half
|
|
|
|
/obj/effect/landmark/mobcorpse/vox/captain
|
|
name = "vox captain"
|
|
corpseuniform = /obj/item/clothing/under/color/black
|
|
corpsesuit = /obj/item/clothing/suit/space/vox/carapace
|
|
corpseshoes = /obj/item/clothing/shoes/magboots/vox
|
|
corpsegloves = /obj/item/clothing/gloves/light_brown
|
|
corpsemask = /obj/item/clothing/mask/breath
|
|
corpsehelmet = /obj/item/clothing/head/helmet/riot
|