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:
@@ -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
|
||||
|
||||
@@ -19,9 +19,7 @@
|
||||
ClothingOuterWinterSec: 2
|
||||
ClothingOuterArmorBasic: 2
|
||||
ClothingNeckScarfStripedRed: 3
|
||||
ClothingOuterArmorBasicSlim: 2
|
||||
ClothingOuterArmorBasicSlim: 2
|
||||
ClothingEyesBlindfold: 1
|
||||
ClothingShoesBootsCombat: 1
|
||||
ClothingShoesBootsWinterSec: 2
|
||||
ClothingShoesBootsCowboyBlack: 1
|
||||
ClothingHeadHatCowboyBlack: 1
|
||||
@@ -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
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
sprite: Clothing/Shoes/Boots/winterbootssci.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingShoesBaseWinterBoots
|
||||
parent: [ClothingShoesBaseWinterBoots, ClothingShoesMilitaryBase]
|
||||
id: ClothingShoesBootsWinterSec
|
||||
name: security winter boots
|
||||
components:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -882,6 +882,7 @@
|
||||
name: loadout-group-security-shoes
|
||||
loadouts:
|
||||
- CombatBoots
|
||||
- JackBoots
|
||||
- SecurityWinterBoots
|
||||
|
||||
- type: loadoutGroup
|
||||
|
||||
Reference in New Issue
Block a user