Skip to content

Commit

Permalink
Merge pull request #540 from VividPups/jumpsuit-two
Browse files Browse the repository at this point in the history
Add more jumpsuit 2 electric boogaloo
  • Loading branch information
Fansana authored Feb 9, 2025
2 parents 872b927 + a7602a0 commit d4f7616
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/Generic/uniform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
- Security
- Command

- type: loadout
id: LoadoutUniformClassicalMaidDress
category: Uniform
cost: 0
exclusive: true
items:
- ClothingUniformClassicalMaidDress
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutUniformsCivilian2
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

- type: loadout
id: LoadoutUniformJumpskirtJanimaid
category: Uniform
Expand All @@ -41,6 +57,7 @@
- Security
- Command


- type: loadout
id: LoadoutUniformJumpskirtJanimaidmini
category: Uniform
Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/Jobs/Engineering/atmos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#uniform

- type: loadout
id: LoadoutEngineeringClothingUniformJumpsuitAtmosCasual
category: JobsEngineeringAtmosphericTechnician
cost: 0 # its an Jumpsuit
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutAtmosphericTechnicianUniforms
- !type:CharacterJobRequirement
jobs:
- AtmosphericTechnician
items:
- ClothingUniformJumpsuitAtmosCasual
52 changes: 52 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/Jobs/Logistics/courier.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#SHOES

- type: loadout
id: LoadoutClothingHandsCourierWarmers
category: JobsLogisticsCourier
Expand Down Expand Up @@ -27,6 +29,8 @@
jobs:
- MailCarrier

#UNIFORMS

- type: loadout
id: LoadoutClothingUniformCourierThong
category: JobsLogisticsCourier
Expand All @@ -38,3 +42,51 @@
- !type:CharacterJobRequirement
jobs:
- MailCarrier

- type: loadout
id: LoadoutClothingUniformCourier
category: JobsLogisticsCourier
cost: 0 # why are jumpsuits costing points?
exclusive: true
items:
- ClothingUniformCourier
requirements:
- !type:CharacterJobRequirement
jobs:
- MailCarrier

- type: loadout
id: LoadoutClothingUniformSkirtCourier
category: JobsLogisticsCourier
cost: 0 # why are jumpsuits costing points?
exclusive: true
items:
- ClothingUniformSkirtCourier
requirements:
- !type:CharacterJobRequirement
jobs:
- MailCarrier

- type: loadout
id: LoadoutClothingUniformMailCarrier
category: JobsLogisticsCourier
cost: 0 # why are jumpsuits costing points?
exclusive: true
items:
- ClothingUniformMailCarrier
requirements:
- !type:CharacterJobRequirement
jobs:
- MailCarrier

- type: loadout
id: LoadoutClothingUniformSkirtMailCarrier
category: JobsLogisticsCourier
cost: 0 # why are jumpsuits costing points?
exclusive: true
items:
- ClothingUniformSkirtMailCarrier
requirements:
- !type:CharacterJobRequirement
jobs:
- MailCarrier
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GLOVES

- type: loadout
id: LoadoutClothingHandsSecurityWarmers
category: JobsSecurityAUncategorized
Expand All @@ -10,6 +12,9 @@
departments:
- Security


#Shoes

- type: loadout
id: LoadoutClothingUnderSocksSecurity
category: JobsSecurityAUncategorized
Expand All @@ -27,6 +32,9 @@
departments:
- Security


#Uniform

- type: loadout
id: LoadoutClothingUniformSecurityThong
category: JobsSecurityAUncategorized
Expand All @@ -39,6 +47,41 @@
departments:
- Security

- type: loadout
id: ClothingUniformJumpskirtSec
category: JobsSecurityAUncategorized
cost: 0 # same as the other uniforms
exclusive: true
items:
- ClothingUniformJumpskirtSec
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutSecurityUniforms
- !type:CharacterDepartmentRequirement
departments:
- Security


# OUTERWEAR

- type: loadout
id: LoadoutClothingLongcoatSec
category: JobsSecurityAUncategorized
cost: 0 # same as the other armor
exclusive: true
items:
- ClothingLongcoatSec
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutSecurityOuter
- !type:CharacterDepartmentRequirement
departments:
- Security



#Neck/Tie

- type: loadout
id: LoadoutSecurityNeckCollar
category: JobsSecurityAUncategorized
Expand Down

0 comments on commit d4f7616

Please sign in to comment.