mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
6f1d6c524d
* first adjustements * few more * construct * next * next set * next * next * next * next * next * . * last non modular set * make it compile * . * . * change that * synx * teamush * override fix * TEAMUSH * adds organ sell element * adds pick color * get rid of these chompcomments * removes chomp comments * Update gaslamp_vr.dm * zipgun * zip and synx * fixes synx * Update topic.dm * move the trash verbs * . * . * . * port * Update rakshasa_trap.dm * Update slug.dm --------- Co-authored-by: C.L. <killer65311@gmail.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
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
|