Skip to content

Commit

Permalink
Merge pull request Simple-Station#92 from ShatteredSwords/maid-outfits
Browse files Browse the repository at this point in the history
The Maid Outfit Loadout Update
  • Loading branch information
Fansana committed Aug 9, 2024
2 parents fd914ef + 65a0d05 commit 31528fc
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
sprite: Clothing/Hands/Gloves/tacticalmaidgloves.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
# - type: Insulated- Removed this property because I'm adding them to loadouts, hopefully this doesn't break anything!
- type: Fiber
fiberColor: fibers-black

Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/hands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,11 @@
exclusive: true
items:
- ClothingHandsGlovesFingerless

- type: loadout #FloofStation
id: LoadoutHandsGlovesTacticalMaid
category: Hands
cost: 2
exclusive: true
items:
- ClothingHandsTacticalMaidGloves
14 changes: 14 additions & 0 deletions Resources/Prototypes/Loadouts/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,20 @@
items:
- ClothingHeadHatBowlerHat

- type: loadout #FloofStation
id: LoadoutTacticalMaidHeadband
category: Head
cost: 2
exclusive: true
items:
- ClothingHeadHatTacticalMaidHeadband
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

# Flatcaps
- type: loadout
id: LoadoutHeadGreyFlatcap
Expand Down
42 changes: 42 additions & 0 deletions Resources/Prototypes/Loadouts/uniform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1516,3 +1516,45 @@
inverted: true
departments:
- Command

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtTacticalMaid
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtTacticalMaid
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtJanimaid
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtJanimaid
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

- type: loadout #FloofStation
id: LoadoutUniformJumpskirtJanimaidmini
category: Uniform
cost: 3
exclusive: true
items:
- ClothingUniformJumpskirtJanimaidmini
requirements:
- !type:CharacterDepartmentRequirement
inverted: true
departments:
- Security
- Command

0 comments on commit 31528fc

Please sign in to comment.