Adds New Shoes to Sec loadouts (#29018)

* Adds New Shoes to Sec loadouts

* Remove Cowboy stuff from sec drobe(bye sheriff) + requested changed
This commit is contained in:
Cojoke
2024-06-15 17:38:28 -05:00
committed by GitHub
parent 2a710ee4f6
commit 280b0a1c24
6 changed files with 50 additions and 12 deletions

View File

@@ -1,12 +1,32 @@
- type: entity
id: ClothingShoesBootsCombatFilled
parent: ClothingShoesBootsCombat
suffix: Filled
components:
- type: ContainerFill
containers:
item:
- CombatKnife
parent:
- ClothingShoesBootsCombat
- ClothingShoesBootsSecFilled
- type: entity
id: ClothingShoesBootsJackFilled
parent:
- ClothingShoesBootsJack
- ClothingShoesBootsSecFilled
- type: entity
id: ClothingShoesBootsWinterSecFilled
parent:
- ClothingShoesBootsWinterSec
- ClothingShoesBootsSecFilled
- type: entity
id: ClothingShoesBootsCowboyBlackFilled
parent:
- ClothingShoesBootsCowboyBlack
- ClothingShoesBootsSecFilled
- type: entity
id: ClothingShoesHighheelBootsFilled
parent:
- ClothingShoesHighheelBoots
- ClothingShoesBootsSecFilled
- type: entity
id: ClothingShoesBootsMercFilled

View File

@@ -19,9 +19,7 @@
ClothingOuterWinterSec: 2
ClothingOuterArmorBasic: 2
ClothingNeckScarfStripedRed: 3
ClothingOuterArmorBasicSlim: 2
ClothingOuterArmorBasicSlim: 2
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 1
ClothingShoesBootsWinterSec: 2
ClothingShoesBootsCowboyBlack: 1
ClothingHeadHatCowboyBlack: 1

View File

@@ -52,6 +52,16 @@
- Knife
- Sidearm
- type: entity
abstract: true
id: ClothingShoesBootsSecFilled
suffix: Filled
components:
- type: ContainerFill
containers:
item:
- CombatKnife
- type: entity
abstract: true
parent: ClothingShoesBaseButcherable

View File

@@ -143,7 +143,7 @@
sprite: Clothing/Shoes/Boots/winterbootssci.rsi
- type: entity
parent: ClothingShoesBaseWinterBoots
parent: [ClothingShoesBaseWinterBoots, ClothingShoesMilitaryBase]
id: ClothingShoesBootsWinterSec
name: security winter boots
components:

View File

@@ -187,6 +187,15 @@
equipment:
shoes: ClothingShoesBootsCombatFilled
- type: loadout
id: JackBoots
equipment: JackBoots
- type: startingGear
id: JackBoots
equipment:
shoes: ClothingShoesBootsJackFilled
- type: loadout
id: SecurityWinterBoots
equipment: SecurityWinterBoots
@@ -194,7 +203,7 @@
- type: startingGear
id: SecurityWinterBoots
equipment:
shoes: ClothingShoesBootsWinterSec
shoes: ClothingShoesBootsWinterSecFilled
# PDA
- type: loadout

View File

@@ -882,6 +882,7 @@
name: loadout-group-security-shoes
loadouts:
- CombatBoots
- JackBoots
- SecurityWinterBoots
- type: loadoutGroup