Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean loadouts prototypes due to refactor #2459

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Resources/Prototypes/Corvax/Loadouts/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Jumpsuit
- type: loadout
id: CaptainJumpsuitTurtleneck
equipment: CaptainJumpsuitTurtleneck

- type: startingGear
id: CaptainJumpsuitTurtleneck
equipment:
jumpsuit: ClothingUniformJumpsuitCapTurtleneck

- type: loadout
id: CaptainJumpskirtTurtleneck
equipment: CaptainJumpskirtTurtleneck

- type: startingGear
id: CaptainJumpskirtTurtleneck
equipment:
jumpsuit: ClothingUniformJumpskirtCapTurtleneck
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Jumpsuit
- type: loadout
id: HoPJumpsuitTurtleneck
lzk228 marked this conversation as resolved.
Show resolved Hide resolved
equipment: HoPJumpsuitTurtleneck

- type: startingGear
id: HoPJumpsuitTurtleneck
equipment:
jumpsuit: ClothingUniformJumpsuitHoPTurtleneck

- type: loadout
id: HoPJumpskirtTurtleneck
equipment: HoPJumpskirtTurtleneck

- type: startingGear
id: HoPJumpskirtTurtleneck
equipment:
jumpsuit: ClothingUniformJumpskirtHoPTurtleneck
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
# Back
- type: loadout
id: ChiefEngineerBackpack
equipment: ChiefEngineerBackpack

- type: startingGear
id: ChiefEngineerBackpack
equipment:
back: ClothingBackpackCE

- type: loadout
id: ChiefEngineerSatchel
equipment: ChiefEngineerSatchel

- type: startingGear
id: ChiefEngineerSatchel
equipment:
back: ClothingBackpackSatchelCE

- type: loadout
id: ChiefEngineerDuffel
equipment: ChiefEngineerDuffel

- type: startingGear
id: ChiefEngineerDuffel
equipment:
back: ClothingBackpackDuffelCE
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Jumpsuit
- type: loadout
id: ResearchDirectorJumpsuitClassical
equipment: ResearchDirectorJumpsuitClassical

- type: startingGear
id: ResearchDirectorJumpsuitClassical
equipment:
jumpsuit: ClothingUniformJumpsuitRDClassical

- type: loadout
id: ResearchDirectorJumpskirtClassical
equipment: ResearchDirectorJumpskirtClassical

- type: startingGear
id: ResearchDirectorJumpskirtClassical
equipment:
jumpsuit: ClothingUniformJumpskirtRDClassical
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Jumpsuit
- type: loadout
id: HeadofSecurityJumpsuitBlack
equipment: HeadofSecurityJumpsuitBlack

- type: startingGear
id: HeadofSecurityJumpsuitBlack
equipment:
jumpsuit: ClothingUniformJumpsuitHoSBlack

- type: loadout
id: HeadofSecurityJumpskirtBlack
equipment: HeadofSecurityJumpskirtBlack

- type: startingGear
id: HeadofSecurityJumpskirtBlack
equipment:
jumpsuit: ClothingUniformJumpskirtHoSBlack
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
- type: loadout
id: JackSecBoots
equipment: JackSecBoots

- type: startingGear
id: JackSecBoots
equipment:
shoes: ClothingShoesBootsJackSecFilled
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
- type: loadout
id: SpaceLaw
equipment: SpaceLaw

- type: startingGear
id: SpaceLaw
storage:
pocket2:
Expand Down
36 changes: 0 additions & 36 deletions Resources/Prototypes/Corvax/Loadouts/Miscellaneous/trinkents.yml
Original file line number Diff line number Diff line change
@@ -1,89 +1,53 @@
# pins
- type: loadout
id: ClothingNeckAtharaPin
equipment: ClothingNeckAtharaPin

- type: startingGear
id: ClothingNeckAtharaPin
storage:
back:
- ClothingNeckAtharaPin

- type: loadout
id: ClothingNeckCorvaxPin
equipment: ClothingNeckCorvaxPin

- type: startingGear
id: ClothingNeckCorvaxPin
storage:
back:
- ClothingNeckCorvaxPin

- type: loadout
id: ClothingNeckEchoPin
equipment: ClothingNeckEchoPin

- type: startingGear
id: ClothingNeckEchoPin
storage:
back:
- ClothingNeckEchoPin

- type: loadout
id: ClothingNeckElysiumPin
equipment: ClothingNeckElysiumPin

- type: startingGear
id: ClothingNeckElysiumPin
storage:
back:
- ClothingNeckElysiumPin

- type: loadout
id: ClothingNeckMainPin
equipment: ClothingNeckMainPin

- type: startingGear
id: ClothingNeckMainPin
storage:
back:
- ClothingNeckMainPin

- type: loadout
id: ClothingNeckNebulaPin
equipment: ClothingNeckNebulaPin

- type: startingGear
id: ClothingNeckNebulaPin
storage:
back:
- ClothingNeckNebulaPin

- type: loadout
id: ClothingNeckNovaPin
equipment: ClothingNeckNovaPin

- type: startingGear
id: ClothingNeckNovaPin
storage:
back:
- ClothingNeckNovaPin

- type: loadout
id: ClothingNeckSolarisPin
equipment: ClothingNeckSolarisPin

- type: startingGear
id: ClothingNeckSolarisPin
storage:
back:
- ClothingNeckSolarisPin

- type: loadout
id: ClothingNeckWhiteListPin
equipment: ClothingNeckWhiteListPin

- type: startingGear
id: ClothingNeckWhiteListPin
storage:
back:
Expand Down
Loading