Skip to content

Commit

Permalink
TweakSecurityWebbing (SerbiaStrong-220#979)
Browse files Browse the repository at this point in the history
* TweakSecurityWebbing

* Update belt.yml

* Update role_loadouts.yml
  • Loading branch information
EstKemran authored May 8, 2024
1 parent 49984fe commit 7807070
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 41 deletions.
26 changes: 14 additions & 12 deletions Resources/Prototypes/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,20 @@
- id: Handcuffs
- id: Handcuffs

- type: entity
id: ClothingBeltSecurityWebbingFilled
parent: ClothingBeltSecurityWebbing
suffix: Filled
components:
- type: StorageFill
contents:
- id: GrenadeFlashBang
- id: TearGasGrenade
- id: Stunbaton
- id: Handcuffs
- id: Handcuffs
#SS220-TweakSecurityWebbing-Begin
# - type: entity
# id: ClothingBeltSecurityWebbingFilled
# parent: ClothingBeltSecurityWebbing
# suffix: Filled
# components:
# - type: StorageFill
# contents:
# - id: GrenadeFlashBang
# - id: TearGasGrenade
# - id: Stunbaton
# - id: Handcuffs
# - id: Handcuffs
#SS220-TweakSecurityWebbing-End

- type: entity
id: ClothingBeltJanitorFilled
Expand Down
16 changes: 14 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
- CartridgeAmmo

- type: entity
parent: ClothingBeltSecurity
parent: ClothingBeltStorageBase #SS220-TweakSecurityWebbing
id: ClothingBeltSecurityWebbing
name: security webbing
description: Unique and versatile chest rig, can hold security gear.
Expand All @@ -624,7 +624,19 @@
sprite: Clothing/Belt/securitywebbing.rsi
- type: Clothing
sprite: Clothing/Belt/securitywebbing.rsi

#SS220-TweakSecurityWebbing-Begin
- type: Storage
grid:
- 0,0,0,1
- 1,2,1,3
- 2,0,2,1
- 3,2,3,3
- 4,0,4,1
- 5,2,5,3
- 6,0,6,1
- 7,2,7,3
#SS220-TweakSecurityWebbing-End

- type: entity
parent: ClothingBeltStorageBase
id: ClothingBeltMercWebbing
Expand Down
38 changes: 20 additions & 18 deletions Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,24 +130,26 @@
equipment:
back: ClothingBackpackDuffelSecurityFilled

# Belt
- type: loadout
id: SecurityBelt
equipment: SecurityBelt

- type: startingGear
id: SecurityBelt
equipment:
belt: ClothingBeltSecurityFilled

- type: loadout
id: SecurityWebbing
equipment: SecurityWebbing

- type: startingGear
id: SecurityWebbing
equipment:
belt: ClothingBeltSecurityWebbingFilled
# SS220-TweakSecurityWebbing-Begin
# # Belt
# - type: loadout
# id: SecurityBelt
# equipment: SecurityBelt

# - type: startingGear
# id: SecurityBelt
# equipment:
# belt: ClothingBeltSecurityFilled

# - type: loadout
# id: SecurityWebbing
# equipment: SecurityWebbing

# - type: startingGear
# id: SecurityWebbing
# equipment:
# belt: ClothingBeltSecurityWebbingFilled
#SS220-TweakSecurityWebbing-End

# Outerclothing
- type: loadout
Expand Down
14 changes: 8 additions & 6 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,12 +919,14 @@
- SecuritySatchel
- SecurityDuffel

- type: loadoutGroup
id: SecurityBelt
name: loadout-group-security-belt
loadouts:
- SecurityBelt
- SecurityWebbing
#SS220-TweakSecurityWebbing-Begin
# - type: loadoutGroup
# id: SecurityBelt
# name: loadout-group-security-belt
# loadouts:
# - SecurityBelt
# - SecurityWebbing
#SS220-TweakSecurityWebbing-End

- type: loadoutGroup
id: SecurityOuterClothing
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
- HeadofSecurityNeck
- HeadofSecurityJumpsuit
- SecurityBackpack
- SecurityBelt
# - SecurityBelt #SS220-TweakSecurityWebbing
- HeadofSecurityOuterClothing
- SecurityShoes
- Trinkets
Expand All @@ -270,7 +270,7 @@
- WardenHead
- WardenJumpsuit
- SecurityBackpack
- SecurityBelt
# - SecurityBelt #SS220-TweakSecurityWebbing
- WardenOuterClothing
- SecurityShoes
- Trinkets
Expand All @@ -284,7 +284,7 @@
- SecurityOuterClothing
- SecurityShoes
- SecurityPDA
- SecurityBelt
# - SecurityBelt #SS220-TweakSecurityWebbing
- Trinkets

- type: roleLoadout
Expand Down

0 comments on commit 7807070

Please sign in to comment.