From e7d7db279dc790f1ead0e4d2cbec69f253bca005 Mon Sep 17 00:00:00 2001 From: Pancake Date: Sat, 29 Jan 2022 06:36:59 -0800 Subject: [PATCH] Add startingGear Outfits for Admins (#6372) --- .../Entities/Clothing/Shoes/specific.yml | 2 +- .../Roles/Jobs/Fun/misc_startinggear.yml | 52 +++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml index 4c060a14ec..dd1bd0b44b 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/specific.yml @@ -48,7 +48,7 @@ - type: entity parent: ClothingShoesBase - id: ClothingShoesSNinja + id: ClothingShoesSpaceNinja name: space ninja shoes description: A pair of nano-enhanced boots with built-in magnetic suction cups. components: diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index 6df8e3a76a..861a8d024e 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -1,4 +1,6 @@ #Misc outfit startingGear definitions. + +#IHS Void Suit Outfit - type: startingGear id: IHSGear equipment: @@ -13,3 +15,53 @@ innerclothingskirt: ClothingUniformJumpskirtColorBlack satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled + +#Pirate Outfit +- type: startingGear + id: PirateGear + equipment: + innerclothing: ClothingUniformJumpsuitColorLightBrown + backpack: ClothingBackpackSatchelEngineering + head: ClothingHeadHatPirate + outerClothing: ClothingOuterCoatPirate + shoes: ClothingShoesBootsWork + idcard: AssistantPDA + belt: ClothingBeltUtility + innerclothingskirt: ClothingUniformJumpskirtColorLightBrown + satchel: ClothingBackpackSatchelEngineering + duffelbag: ClothingBackpackSatchelEngineering + +#Space Ninja Outfit +- type: startingGear + id: SpaceNinjaGear + equipment: + innerclothing: ClothingUniformJumpsuitColorBlack + backpack: ClothingBackpackFilled + head: ClothingHeadHelmetSpaceNinja + gloves: ClothingHandsGlovesSpaceNinja + outerClothing: ClothingOuterSuitSpaceninja + shoes: ClothingShoesSpaceNinja + idcard: AssistantPDA + innerclothingskirt: ClothingUniformJumpskirtColorBlack + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled + +#Deathsquad Outfit +- type: startingGear + id: DeadsquadGear + equipment: + innerclothing: ClothingUniformJumpsuitColorBlack + backpack: ClothingBackpackDuffelSyndicateAmmo + head: ClothingHeadHelmetHardsuitDeathsquad + mask: ClothingMaskBreath + eyes: ClothingEyesGlassesSecurity + ears: ClothingHeadsetCentCom + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterHardsuitDeathsquad + shoes: ClothingShoesChameleonNoSlips + idcard: CentcomPDA + pocket1: EmergencyOxygenTankFilled + belt: ClothingBeltUtilityFilled + innerclothingskirt: ClothingUniformJumpskirtColorBlack + satchel: ClothingBackpackDuffelSyndicateAmmo + duffelbag: ClothingBackpackDuffelSyndicateAmmo