forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e00cbb
commit 0973344
Showing
9 changed files
with
288 additions
and
20 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
Resources/Prototypes/Loadouts/Jobs/Cargo/cargo_technician.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Head | ||
- type: loadout | ||
id: CargoTechnicianHead | ||
equipment: CargoTechnicianHead | ||
|
||
- type: startingGear | ||
id: CargoTechnicianHead | ||
equipment: | ||
head: ClothingHeadHatCargosoft | ||
|
||
# Jumpsuit | ||
- type: loadout | ||
id: CargoTechnicianJumpsuit | ||
equipment: CargoTechnicianJumpsuit | ||
|
||
- type: startingGear | ||
id: CargoTechnicianJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitCargo | ||
|
||
- type: loadout | ||
id: CargoTechnicianJumpskirt | ||
equipment: CargoTechnicianJumpskirt | ||
|
||
- type: startingGear | ||
id: CargoTechnicianJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtCargo | ||
|
||
# Back | ||
- type: loadout | ||
id: CargoTechnicianBackpack | ||
equipment: CargoTechnicianBackpack | ||
|
||
- type: startingGear | ||
id: CargoTechnicianBackpack | ||
equipment: | ||
back: ClothingBackpackCargoFilled | ||
|
||
- type: loadout | ||
id: CargoTechnicianSatchel | ||
equipment: CargoTechnicianSatchel | ||
|
||
- type: startingGear | ||
id: CargoTechnicianSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelCargoFilled | ||
|
||
- type: loadout | ||
id: CargoTechnicianDuffel | ||
equipment: CargoTechnicianDuffel | ||
|
||
- type: startingGear | ||
id: CargoTechnicianDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelCargoFilled |
111 changes: 111 additions & 0 deletions
111
Resources/Prototypes/Loadouts/Jobs/Cargo/quartermaster.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# Jumpsuit | ||
- type: loadout | ||
id: QuartermasterJumpsuit | ||
equipment: QuartermasterJumpsuit | ||
|
||
- type: startingGear | ||
id: QuartermasterJumpsuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitQM | ||
|
||
- type: loadout | ||
id: QuartermasterJumpskirt | ||
equipment: QuartermasterJumpskirt | ||
|
||
- type: startingGear | ||
id: QuartermasterJumpskirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtQM | ||
|
||
- type: loadout | ||
id: QuartermasterTurtleneck | ||
equipment: QuartermasterTurtleneck | ||
|
||
- type: startingGear | ||
id: QuartermasterTurtleneck | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitQMTurtleneck | ||
|
||
- type: loadout | ||
id: QuartermasterTurtleneckSkirt | ||
equipment: QuartermasterTurtleneckSkirt | ||
|
||
- type: startingGear | ||
id: QuartermasterTurtleneckSkirt | ||
equipment: | ||
jumpsuit: ClothingUniformJumpskirtQMTurtleneck | ||
|
||
- type: loadout | ||
id: QuartermasterFormalSuit | ||
equipment: QuartermasterFormalSuit | ||
|
||
- type: startingGear | ||
id: QuartermasterFormalSuit | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitQMFormal | ||
|
||
# Head | ||
- type: loadout | ||
id: QuartermasterHead | ||
equipment: QuartermasterHead | ||
|
||
- type: startingGear | ||
id: QuartermasterHead | ||
equipment: | ||
head: ClothingHeadHatQMsoft | ||
|
||
- type: loadout | ||
id: QuartermasterBeret | ||
equipment: QuartermasterBeret | ||
|
||
- type: startingGear | ||
id: QuartermasterBeret | ||
equipment: | ||
head: ClothingHeadHatBeretQM | ||
|
||
# Neck | ||
- type: loadout | ||
id: QuartermasterCloak | ||
equipment: QuartermasterCloak | ||
|
||
- type: startingGear | ||
id: QuartermasterCloak | ||
equipment: | ||
neck: ClothingNeckCloakQm | ||
|
||
- type: loadout | ||
id: QuartermasterMantle | ||
equipment: QuartermasterMantle | ||
|
||
- type: startingGear | ||
id: QuartermasterMantle | ||
equipment: | ||
neck: ClothingNeckMantleQM | ||
|
||
# Back | ||
- type: loadout | ||
id: QuartermasterBackpack | ||
equipment: QuartermasterBackpack | ||
|
||
- type: startingGear | ||
id: QuartermasterBackpack | ||
equipment: | ||
back: ClothingBackpackQuartermasterFilled | ||
|
||
- type: loadout | ||
id: QuartermasterSatchel | ||
equipment: QuartermasterSatchel | ||
|
||
- type: startingGear | ||
id: QuartermasterSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelQuartermasterFilled | ||
|
||
- type: loadout | ||
id: QuartermasterDuffel | ||
equipment: QuartermasterDuffel | ||
|
||
- type: startingGear | ||
id: QuartermasterDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelQuartermasterFilled |
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/Loadouts/Jobs/Cargo/salvage_specialist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Back | ||
- type: loadout | ||
id: SalvageSpecialistBackpack | ||
equipment: SalvageSpecialistBackpack | ||
|
||
- type: startingGear | ||
id: SalvageSpecialistBackpack | ||
equipment: | ||
back: ClothingBackpackSalvageFilled | ||
|
||
- type: loadout | ||
id: SalvageSpecialistSatchel | ||
equipment: SalvageSpecialistSatchel | ||
|
||
- type: startingGear | ||
id: SalvageSpecialistSatchel | ||
equipment: | ||
back: ClothingBackpackSatchelSalvageFilled | ||
|
||
- type: loadout | ||
id: SalvageSpecialistDuffel | ||
equipment: SalvageSpecialistDuffel | ||
|
||
- type: startingGear | ||
id: SalvageSpecialistDuffel | ||
equipment: | ||
back: ClothingBackpackDuffelSalvageFilled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters