Files
66aab80c2e [MIRROR] adds a surgery tray to surgery supplies medical order, removes surgery duffelbags entirely [MDB IGNORE] (#23941)
* adds a surgery tray to surgery supplies medical order, removes surgery duffelbags entirely

* Update backpack.dm

* Surgery duffels are replaced by trays

* Update surgery_tray.dm

---------

Co-authored-by: Lamb <110322848+CoiledLamb@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
2023-09-27 02:27:46 -04:00

77 lines
4.1 KiB
Plaintext

/datum/outfit/faction_captain
name = "Faction - Captain"
head = /obj/item/clothing/head/hats/hos/beret/faction
uniform = /obj/item/clothing/under/syndicate
suit = /obj/item/clothing/suit/armor/hos/trenchcoat
shoes = /obj/item/clothing/shoes/combat
gloves = /obj/item/clothing/gloves/tackler/combat/insulated
ears = /obj/item/radio/headset/headset_faction/bowman/captain
glasses = /obj/item/clothing/glasses/sunglasses
belt = /obj/item/gun/energy/e_gun
back = /obj/item/storage/backpack
id = /obj/item/card/id/faction_command
l_pocket = /obj/item/melee/energy/sword
backpack_contents = list(/obj/item/storage/box/survival/engineer=1,/obj/item/storage/box/faction_access_cards=1, /obj/item/storage/box/zipties,/obj/item/melee/baton/telescopic=1, /obj/item/ammo_box/magazine/m45=2, /obj/item/gun/ballistic/automatic/pistol/m1911=1, /obj/item/stack/spacecash/c10000=1)
/datum/outfit/faction_goon
name = "Faction - Goon"
mask = /obj/item/clothing/mask/gas/sechailer/swat
head = /obj/item/clothing/head/helmet/swat
uniform = /obj/item/clothing/under/syndicate
suit = /obj/item/clothing/suit/armor/hos/trenchcoat
suit_store = /obj/item/gun/ballistic/automatic/wt550
shoes = /obj/item/clothing/shoes/combat
gloves = /obj/item/clothing/gloves/tackler/combat/insulated
ears = /obj/item/radio/headset/headset_faction/bowman
glasses = /obj/item/clothing/glasses/sunglasses
belt = /obj/item/gun/energy/e_gun
back = /obj/item/storage/backpack
id = /obj/item/card/id/faction_crew
l_pocket = /obj/item/melee/energy/sword
backpack_contents = list(/obj/item/storage/box/survival/engineer=1,/obj/item/ammo_box/magazine/wt550m9=2, /obj/item/ammo_box/magazine/m45=2, /obj/item/melee/baton=1, /obj/item/gun/ballistic/automatic/pistol/m1911=1,/obj/item/stack/spacecash/c1000=1)
/datum/outfit/faction_medic
name = "Faction - Medic"
head = /obj/item/clothing/head/hats/hos/beret/faction
uniform = /obj/item/clothing/under/syndicate
suit = /obj/item/clothing/suit/armor/hos/trenchcoat
shoes = /obj/item/clothing/shoes/combat
gloves = /obj/item/clothing/gloves/tackler/combat/insulated
ears = /obj/item/radio/headset/headset_faction/bowman
glasses = /obj/item/clothing/glasses/hud/health
belt = /obj/item/gun/energy/e_gun
back = /obj/item/storage/backpack
id = /obj/item/card/id/faction_crew
l_pocket = /obj/item/melee/energy/sword
l_hand = /obj/item/surgery_tray/full
backpack_contents = list(/obj/item/storage/box/survival/engineer=1, /obj/item/storage/medkit/tactical=1,/obj/item/storage/medkit/regular=1,/obj/item/storage/medkit/toxin=1, /obj/item/ammo_box/magazine/m45=2, /obj/item/gun/ballistic/automatic/pistol/m1911=1,/obj/item/healthanalyzer=1,/obj/item/stack/spacecash/c1000=1)
/datum/outfit/faction_tech
name = "Faction - Tech"
head = /obj/item/clothing/head/hats/hos/beret/faction
uniform = /obj/item/clothing/under/syndicate
suit = /obj/item/clothing/suit/armor/hos/trenchcoat
suit_store = /obj/item/gun/energy/e_gun
shoes = /obj/item/clothing/shoes/combat
gloves = /obj/item/clothing/gloves/tackler/combat/insulated
ears = /obj/item/radio/headset/headset_faction/bowman
glasses = /obj/item/clothing/glasses/meson/engine
belt = /obj/item/storage/belt/utility/syndicate
back = /obj/item/storage/backpack
id = /obj/item/card/id/faction_crew
l_pocket = /obj/item/melee/energy/sword
l_hand = /obj/item/storage/part_replacer/bluespace/tier2
backpack_contents = list(/obj/item/storage/box/survival/engineer=1, /obj/item/stack/sheet/iron/fifty=1, /obj/item/stack/sheet/glass/fifty=1, /obj/item/construction/rcd/combat, /obj/item/ammo_box/magazine/m45=2, /obj/item/gun/ballistic/automatic/pistol/m1911=1,/obj/item/stack/spacecash/c1000=1)
/datum/outfit/faction_crew
name = "Faction - Crew"
uniform = /obj/item/clothing/under/syndicate
shoes = /obj/item/clothing/shoes/combat
gloves = /obj/item/clothing/gloves/tackler/combat/insulated
ears = /obj/item/radio/headset/headset_faction
belt = /obj/item/gun/ballistic/automatic/pistol
back = /obj/item/storage/backpack
id = /obj/item/card/id/faction_crew
l_pocket = /obj/item/melee/energy/sword
backpack_contents = list(/obj/item/storage/box/survival/engineer=1,/obj/item/ammo_box/magazine/m9mm=2,/obj/item/stack/spacecash/c500=1)