mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
33 lines
1.1 KiB
Plaintext
33 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" |