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

Adds dresses to contractor loadouts #2647

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
160 changes: 160 additions & 0 deletions Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/jumpsuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,166 @@
equipment:
jumpsuit: ClothingUniformJumpskirtLawyerGood

- type: loadout
id: ContractorClothingUniformJumpskirtBlackElegantDress
name: black elegant dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtBlackElegantDress

- type: loadout
id: ContractorClothingUniformJumpskirtRedElegantDress
name: red elegant dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtRedElegantDress

- type: loadout
id: ContractorClothingUniformJumpskirtGreenElegantDress
name: green elegant dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtGreenElegantDress

- type: loadout
id: ContractorClothingUniformJumpskirtBlueElegantDress
name: blue elegant dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtBlueElegantDress

- type: loadout
id: ContractorClothingUniformJumpskirtPurpleElegantDress
name: purple elegant dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtPurpleElegantDress

- type: loadout
id: ContractorClothingUniformJumpskirtCyanStripedDress
name: cyan striped dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtCyanStripedDress

- type: loadout
id: ContractorClothingUniformJumpskirtRedStripedDress
name: red striped dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtRedStripedDress

- type: loadout
id: ContractorClothingUniformJumpskirtGreenStripedDress
name: green striped dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtGreenStripedDress

- type: loadout
id: ContractorClothingUniformJumpskirtPinkStripedDress
name: pink striped dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtPinkStripedDress

- type: loadout
id: ContractorClothingUniformJumpskirtOrangeStripedDress
name: orange striped dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtOrangeStripedDress

- type: loadout
id: ContractorClothingUniformJumpskirtPurpleTurtleneckDress
name: purple turtleneck dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtPurpleTurtleneckDress

- type: loadout
id: ContractorClothingUniformJumpskirtRedTurtleneckDress
name: red turtleneck dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtRedTurtleneckDress

- type: loadout
id: ContractorClothingUniformJumpskirtGreenTurtleneckDress
name: green turtleneck dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtGreenTurtleneckDress

- type: loadout
id: ContractorClothingUniformJumpskirtBlueTurtleneckDress
name: blue turtleneck dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtBlueTurtleneckDress

- type: loadout
id: ContractorClothingUniformJumpskirtYellowTurtleneckDress
name: yellow turtleneck dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtYellowTurtleneckDress

- type: loadout
id: ContractorClothingUniformJumpskirtYellowOldDress
name: yellow old dress
effects:
- !type:GroupLoadoutEffect
proto: ContractorT1
price: 500
equipment:
jumpsuit: ClothingUniformJumpskirtYellowOldDress

# Punk stuff
- type: loadout
id: ContractorClothingUniformRandomPunkCroptop
Expand Down
17 changes: 17 additions & 0 deletions Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,23 @@
- ContractorClothingUniformJumpsuitMilitaryColorPurple
- ContractorClothingUniformJumpsuitMilitaryColorLightBrown
- ContractorClothingUniformJumpsuitMilitaryColorBrown
- ContractorClothingUniformJumpskirtBlackElegantDress
- ContractorClothingUniformJumpskirtRedElegantDress
- ContractorClothingUniformJumpskirtGreenElegantDress
- ContractorClothingUniformJumpskirtBlueElegantDress
- ContractorClothingUniformJumpskirtPurpleElegantDress
- ContractorClothingUniformJumpskirtCyanStripedDress
- ContractorClothingUniformJumpskirtRedStripedDress
- ContractorClothingUniformJumpskirtGreenStripedDress
- ContractorClothingUniformJumpskirtPinkStripedDress
- ContractorClothingUniformJumpskirtOrangeStripedDress
- ContractorClothingUniformJumpskirtPurpleTurtleneckDress
- ContractorClothingUniformJumpskirtRedTurtleneckDress
- ContractorClothingUniformJumpskirtGreenTurtleneckDress
- ContractorClothingUniformJumpskirtBlueTurtleneckDress
- ContractorClothingUniformJumpskirtYellowTurtleneckDress
- ContractorClothingUniformJumpskirtYellowOldDress

fallbacks:
- ContractorClothingUniformJumpsuitColorGrey
- ContractorClothingUniformJumpskirtColorGrey
Expand Down
Loading