Skip to content

Commit

Permalink
clean up det removal / addition, nerf coat
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 committed Sep 20, 2024
1 parent d093916 commit ae14135
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
# - id: ClothingOuterVestDetective # DeltaV - removed for incongruence
# - id: ClothingOuterCoatDetective # DeltaV - removed for incongruence
- id: ClothingHeadsetSecurity # DeltaV - add spare headset.
- id: FlippoEngravedLighter # DeltaV - add due to removal of trench coat
- id: FlashlightSeclite
- id: ForensicScanner
- id: LogProbeCartridge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@
ClothingOuterSuitCarp: 2 # DeltaV - Move carp suit out of syndicate uplink into the AutoDrobe
ClothingShoesBootsWinterClown: 2 #Delta V: Add departmental winter boots
ClothingShoesBootsWinterMime: 2 #Delta V: Add departmental winter boots
ClothingUniformJumpsuitDetective: 1 # DeltaV - moved from detdrobe
ClothingUniformJumpskirtDetective: 1 # DeltaV - moved from detdrobe
ClothingUniformJumpsuitDetectiveGrey: 1 # DeltaV - moved from detdrobe
ClothingUniformJumpskirtDetectiveGrey: 1 # DeltaV - moved from detdrobe
ClothingOuterCoatDetectiveLoadout: 1 # DeltaV - moved from detdrobe
ClothingNeckTieDet: 1 # DeltaV - moved from detdrobe
ClothingHeadHatFedoraBrown: 1 # DeltaV - moved from detdrobe
ClothingHeadHatFedoraGrey: 1 # DeltaV - moved from detdrobe
ClothingHeadHatCowboyBrown: 1
ClothingHeadHatCowboyBlack: 1
ClothingHeadHatCowboyWhite: 1
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
contents:
- id: SmokingPipeFilledTobacco
- id: FlippoEngravedLighter
- type: Armor #same as regular sec armor
modifiers:
coefficients:
Blunt: 0.70
Slash: 0.70
Piercing: 0.70
Heat: 0.80
# - type: Armor #same as regular sec armor # DeltaV - remove armour as it is no longer security equipment.
# modifiers:
# coefficients:
# Blunt: 0.70
# Slash: 0.70
# Piercing: 0.70
# Heat: 0.80

- type: entity
parent: ClothingOuterCoatDetective
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
ClothingUniformJumpsuitReporter: 2
ClothingShoesColorBlack: 2
ClothingShoesColorWhite: 2
ClothingShoesBootsLaceup: 2 # DeltaV - added for more shoe options
ClothingShoesBootsLeather: 2 # DeltaV - added for more shoe options
ClothingOuterVestFlakPress: 2
ClothingUniformJumpsuitDetective: 2 # DeltaV - moved from detdrobe
ClothingUniformJumpskirtDetective: 2 # DeltaV - moved from detdrobe
ClothingUniformJumpsuitDetectiveGrey: 2 # DeltaV - moved from detdrobe
ClothingUniformJumpskirtDetectiveGrey: 2 # DeltaV - moved from detdrobe
ClothingOuterCoatDetectiveLoadout: 2 # DeltaV - moved from detdrobe
ClothingNeckTieDet: 2 # DeltaV - moved from detdrobe
ClothingHeadHatFedoraBrown: 2 # DeltaV - moved from detdrobe
ClothingHeadHatFedoraGrey: 2
RadioHandheld: 2
ClothingHeadsetService: 2

0 comments on commit ae14135

Please sign in to comment.