fix cburn bag issue, make new bag entity for them and filled bag entity (#21295)
This commit is contained in:
@@ -14,14 +14,13 @@
|
||||
- id: Scalpel
|
||||
|
||||
- type: entity
|
||||
id: ClothingBackpackDuffelCBURN
|
||||
parent: ClothingBackpackDuffel
|
||||
name: CBURN duffel bag
|
||||
description: A duffel bag containing a variety of biological containment equipment.
|
||||
id: ClothingBackpackDuffelCBURNFilled
|
||||
parent: ClothingBackpackDuffelCBURN
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
#- id: BoxSurvivalEngineering
|
||||
- id: BoxSurvivalEngineering
|
||||
- id: WeaponShotgunDoubleBarreled
|
||||
- id: BoxShotgunIncendiary
|
||||
amount: 2
|
||||
|
||||
@@ -232,3 +232,15 @@
|
||||
capacity: 9999
|
||||
- type: ClothingSpeedModifier
|
||||
sprintModifier: 1 # makes its stats identical to other variants of bag of holding
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffel
|
||||
id: ClothingBackpackDuffelCBURN
|
||||
name: CBURN duffel bag
|
||||
description: A duffel bag containing a variety of biological containment equipment.
|
||||
components:
|
||||
- type: Storage
|
||||
capacity: 150
|
||||
- type: ClothingSpeedModifier
|
||||
walkModifier: 1
|
||||
sprintModifier: 1
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
id: CBURNGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitColorBrown
|
||||
back: ClothingBackpackDuffelCBURN
|
||||
back: ClothingBackpackDuffelCBURNFilled
|
||||
mask: ClothingMaskGasERT
|
||||
eyes: ClothingEyesGlassesSecurity
|
||||
ears: ClothingHeadsetAltCentCom
|
||||
@@ -267,8 +267,8 @@
|
||||
suitstorage: YellowOxygenTankFilled
|
||||
belt: ClothingBeltBandolier
|
||||
innerClothingSkirt: ClothingUniformJumpsuitColorBrown
|
||||
satchel: ClothingBackpackDuffelCBURN
|
||||
duffelbag: ClothingBackpackDuffelCBURN
|
||||
satchel: ClothingBackpackDuffelCBURNFilled
|
||||
duffelbag: ClothingBackpackDuffelCBURNFilled
|
||||
|
||||
- type: startingGear
|
||||
id: BoxingKangarooGear
|
||||
|
||||
Reference in New Issue
Block a user