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
|
- id: Scalpel
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClothingBackpackDuffelCBURN
|
id: ClothingBackpackDuffelCBURNFilled
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffelCBURN
|
||||||
name: CBURN duffel bag
|
suffix: Filled
|
||||||
description: A duffel bag containing a variety of biological containment equipment.
|
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
#- id: BoxSurvivalEngineering
|
- id: BoxSurvivalEngineering
|
||||||
- id: WeaponShotgunDoubleBarreled
|
- id: WeaponShotgunDoubleBarreled
|
||||||
- id: BoxShotgunIncendiary
|
- id: BoxShotgunIncendiary
|
||||||
amount: 2
|
amount: 2
|
||||||
|
|||||||
@@ -232,3 +232,15 @@
|
|||||||
capacity: 9999
|
capacity: 9999
|
||||||
- type: ClothingSpeedModifier
|
- type: ClothingSpeedModifier
|
||||||
sprintModifier: 1 # makes its stats identical to other variants of bag of holding
|
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
|
id: CBURNGear
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitColorBrown
|
jumpsuit: ClothingUniformJumpsuitColorBrown
|
||||||
back: ClothingBackpackDuffelCBURN
|
back: ClothingBackpackDuffelCBURNFilled
|
||||||
mask: ClothingMaskGasERT
|
mask: ClothingMaskGasERT
|
||||||
eyes: ClothingEyesGlassesSecurity
|
eyes: ClothingEyesGlassesSecurity
|
||||||
ears: ClothingHeadsetAltCentCom
|
ears: ClothingHeadsetAltCentCom
|
||||||
@@ -267,8 +267,8 @@
|
|||||||
suitstorage: YellowOxygenTankFilled
|
suitstorage: YellowOxygenTankFilled
|
||||||
belt: ClothingBeltBandolier
|
belt: ClothingBeltBandolier
|
||||||
innerClothingSkirt: ClothingUniformJumpsuitColorBrown
|
innerClothingSkirt: ClothingUniformJumpsuitColorBrown
|
||||||
satchel: ClothingBackpackDuffelCBURN
|
satchel: ClothingBackpackDuffelCBURNFilled
|
||||||
duffelbag: ClothingBackpackDuffelCBURN
|
duffelbag: ClothingBackpackDuffelCBURNFilled
|
||||||
|
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: BoxingKangarooGear
|
id: BoxingKangarooGear
|
||||||
|
|||||||
Reference in New Issue
Block a user