Files
CHOMPStation2/code/datums/outfits/pirates.dm
CHOMPStation2StaffMirrorBot 3cfc33bfde [MIRROR] ports a bunch of grep checks from TG (#10361)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-03-12 11:09:38 +01:00

34 lines
1.1 KiB
Plaintext

/decl/hierarchy/outfit/pirate
hierarchy_type = /decl/hierarchy/outfit/pirate
name = "Pirate"
uniform = /obj/item/clothing/under/pirate
shoes = /obj/item/clothing/shoes/brown
head = /obj/item/clothing/head/bandana
glasses = /obj/item/clothing/glasses/eyepatch
l_hand = /obj/item/melee/energy/sword/pirate
/decl/hierarchy/outfit/pirate/norm
/decl/hierarchy/outfit/pirate/space
name = "Pirate - Space"
head = /obj/item/clothing/head/helmet/space
suit = /obj/item/clothing/suit/pirate
back = /obj/item/tank/jetpack/oxygen
flags = OUTFIT_HAS_JETPACK
//CHOMPAdd
/decl/hierarchy/outfit/pirate/vox
name = "Vox Raider"
uniform = /obj/item/clothing/under/color/black
suit = /obj/item/clothing/suit/armor/vox_scrap
shoes = /obj/item/clothing/shoes/magboots/vox
gloves = /obj/item/clothing/gloves/light_brown
mask = /obj/item/clothing/mask/breath
back = /obj/item/tank/vox
l_hand = /obj/item/melee/energy/sword/pirate
r_hand = /obj/item/gun/projectile/shotgun/pump/rifle/vox_hunting
l_pocket = /obj/item/ammo_magazine/clip/c762
r_pocket = /obj/item/ammo_magazine/clip/c762
var/faction = "voxpirate"