diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 7ee1d99a259..5a0299f056a 100644 --- a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -8,4 +8,14 @@ - id: BoxSurvivalMedical - id: BodyBagFolded # До добавления слота носков- id: ADTFootTag + - id: SpaceCash500 + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackFilled + noSpawn: true + components: + - type: StorageFill + contents: + - id: BoxSurvival - id: SpaceCash500 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 20ec47270e9..3acab16ec6a 100644 --- a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -8,4 +8,14 @@ - id: BoxSurvivalMedical - id: BodyBagFolded # До добавления слота носков- id: ADTFootTag + - id: SpaceCash500 + +- type: entity + noSpawn: true + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival - id: SpaceCash500 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 519b5bc6494..db33ef6265d 100644 --- a/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/ADT/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -8,4 +8,13 @@ - id: BoxSurvivalMedical - id: BodyBagFolded # До добавления слота носков - id: ADTFootTag + - id: SpaceCash500 + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival - id: SpaceCash500 \ No newline at end of file diff --git a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Cadet.yml b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Cadet.yml index e907c8e5e55..8eb4cf3726d 100644 --- a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Cadet.yml +++ b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Cadet.yml @@ -8,7 +8,7 @@ id: ADTSpaceSecCadetIDCard ears: ADTSpaceSecClothingHeadset # underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear - socks: ClothingUnderwearSocksNormal +# socks: ClothingUnderwearSocksNormal neck: ADTSpaceSecToken gloves: ClothingHandsGlovesColorBlack outerClothing: ClothingOuterArmorBasic diff --git a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Commander.yml b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Commander.yml index 430e71f83ed..865f4a2039f 100644 --- a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Commander.yml +++ b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Commander.yml @@ -8,7 +8,7 @@ id: ADTSpaceSecCommanderIDCard ears: ADTSpaceSecClothingHeadsetFull # underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear - socks: ClothingUnderwearSocksNormal +# socks: ClothingUnderwearSocksNormal neck: ADTSpaceSecToken gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterArmorBasic diff --git a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Officer.yml b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Officer.yml index 9c2af9f2960..6787191ec86 100644 --- a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Officer.yml +++ b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Officer.yml @@ -8,7 +8,7 @@ id: ADTSpaceSecOfficerIDCard ears: ADTSpaceSecClothingHeadset # underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear - socks: ClothingUnderwearSocksNormal +# socks: ClothingUnderwearSocksNormal neck: ADTSpaceSecToken gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterArmorBulletproof diff --git a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Pilot.yml b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Pilot.yml index af7ef4d014c..fb7612422ba 100644 --- a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Pilot.yml +++ b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Pilot.yml @@ -8,7 +8,7 @@ id: ADTSpaceSecPilotIDCard ears: ADTSpaceSecClothingHeadsetFull # underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear - socks: ClothingUnderwearSocksNormal +# socks: ClothingUnderwearSocksNormal neck: ADTSpaceSecToken gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterArmorBasic diff --git a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Service.yml b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Service.yml index 6fdd1987c44..d4de1116f63 100644 --- a/Resources/Prototypes/ADT/StartingGear/SpaceSec/Service.yml +++ b/Resources/Prototypes/ADT/StartingGear/SpaceSec/Service.yml @@ -7,7 +7,7 @@ id: ADTSpaceSecServiceIDCard ears: ADTSpaceSecClothingHeadset # underwearb: ClothingUnderwearBottomBoxersWhite # Sirena-Underwear - socks: ClothingUnderwearSocksNormal +# socks: ClothingUnderwearSocksNormal neck: ADTSpaceSecToken # underweart: ClothingUnderwearTopBraWhite # Sirena-Underwear # underwearb: ClothingUnderwearBottomPantiesWhite # Sirena-Underwear