diff --git a/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml new file mode 100644 index 0000000000..a54be58eca --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml @@ -0,0 +1,29 @@ +#Cult outfit startingGear definitions. +- type: startingGear + id: CultLeaderGear + equipment: + innerclothing: ClothingUniformJumpsuitColorBlack + backpack: ClothingBackpackFilled + head: ClothingHeadHelmetCult + neck: BedsheetCult + outerclothing: ClothingOuterArmorCult + shoes: ClothingShoesCult + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorBlack + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled + +- type: startingGear + id: CultistGear + equipment: + innerclothing: ClothingUniformJumpsuitColorBlack + backpack: ClothingBackpackFilled + head: ClothingHeadHatHoodCulthood + outerclothing: ClothingOuterRobesCult + shoes: ClothingShoesColorRed + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorBlack + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml new file mode 100644 index 0000000000..91fd7d087f --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -0,0 +1,15 @@ +#Misc outfit startingGear definitions. +- type: startingGear + id: IHSGear + equipment: + innerclothing: ClothingUniformJumpsuitColorBlack + backpack: ClothingBackpackFilled + head: ClothingHeadHelmetIHSVoidHelm + gloves: ClothingHandsGlovesIhscombat + outerclothing: IHSVoidsuit + shoes: ClothingShoesBootsJack + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorBlack + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml new file mode 100644 index 0000000000..5ad373aff3 --- /dev/null +++ b/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml @@ -0,0 +1,56 @@ +#Wizard outfit startingGear definitions. +- type: startingGear + id: WizardBlueGear + equipment: + innerclothing: ClothingUniformJumpsuitColorDarkBlue + backpack: ClothingBackpackFilled + head: ClothingHeadHatWizard + outerclothing: ClothingOuterWizard + shoes: ClothingShoesWizard + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorDarkBlue + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled + +- type: startingGear + id: WizardRedGear + equipment: + innerclothing: ClothingUniformJumpsuitColorRed + backpack: ClothingBackpackFilled + head: ClothingHeadHatRedwizard + outerclothing: ClothingOuterWizardRed + shoes: ClothingShoesWizard + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorRed + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled + +- type: startingGear + id: WizardVioletGear + equipment: + innerclothing: ClothingUniformJumpsuitColorPurple + backpack: ClothingBackpackFilled + head: ClothingHeadHatVioletwizard + outerclothing: ClothingOuterWizardViolet + shoes: ClothingShoesWizard + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorPurple + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled + +- type: startingGear + id: WizardHardsuitGear + equipment: + innerclothing: ClothingUniformJumpsuitColorPurple + backpack: ClothingBackpackFilled + head: ClothingHeadHelmetHardsuitWizard + outerclothing: ClothingOuterHardsuitWizard + shoes: ClothingShoesWizard + idcard: AssistantPDA + ears: ClothingHeadsetService + innerclothingskirt: ClothingUniformJumpskirtColorPurple + satchel: ClothingBackpackSatchelFilled + duffelbag: ClothingBackpackDuffelFilled