Decrease Syndicate raid suit size, add bundle backpack (#35890)
Decreased Syndicate raid suit size, add bundle backpack
This commit is contained in:
20
Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml
Normal file
20
Resources/Prototypes/Catalog/Fills/Backpacks/backpack.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
- type: entity
|
||||
parent: ClothingBackpackSyndicate
|
||||
id: ClothingBackpackSyndicateBundle
|
||||
abstract: true
|
||||
components:
|
||||
- type: Tag
|
||||
tags: [] # ignore "WhitelistChameleon" tag
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackSyndicateBundle
|
||||
id: ClothingBackpackSyndicateRaidBundle
|
||||
name: syndicate raid suit bundle
|
||||
description: "Contains the Syndicate's durable raid armor suit."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterArmorRaid
|
||||
- id: ClothingHeadHelmetRaid
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
@@ -226,19 +226,6 @@
|
||||
- id: DoubleEmergencyOxygenTankFilled
|
||||
- id: DoubleEmergencyNitrogenTankFilled
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateRaidBundle
|
||||
name: syndicate raid suit bundle
|
||||
description: "Contains the Syndicate's durable raid armor suit."
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterArmorRaid
|
||||
- id: ClothingHeadHelmetRaid
|
||||
- id: ClothingMaskGasSyndicate
|
||||
- id: ClothingHandsGlovesCombat
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateHardsuitBundle
|
||||
|
||||
@@ -1624,7 +1624,7 @@
|
||||
name: uplink-syndie-raid-name
|
||||
description: uplink-syndie-raid-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi, state: icon }
|
||||
productEntity: ClothingBackpackDuffelSyndicateRaidBundle
|
||||
productEntity: ClothingBackpackSyndicateRaidBundle
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
|
||||
@@ -179,6 +179,8 @@
|
||||
- type: BatterySelfRecharger
|
||||
autoRecharge: true
|
||||
autoRechargeRate: 2
|
||||
- type: Item
|
||||
size: Normal
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingOuterBaseLarge, BaseMajorContraband, AllowSuitStorageClothing ]
|
||||
|
||||
@@ -575,3 +575,6 @@ PaxChemistryBottle: ChemistryBottlePax
|
||||
MuteToxinChemistryBottle: ChemistryBottleMuteToxin
|
||||
LeadChemistryBottle: ChemistryBottleLead
|
||||
ToxinChemistryBottle: ChemistryBottleToxin
|
||||
|
||||
# 2025-03-29
|
||||
ClothingBackpackDuffelSyndicateRaidBundle: ClothingBackpackSyndicateRaidBundle
|
||||
|
||||
Reference in New Issue
Block a user