Add salvage & botany backpacks (#11445)

* Add salvage & hydroponics backpacks

* Fix path

* Add new salvage backpacks to starting gear

* Add new botany duffle to starting gear

* Add botany duffle to hydrobe vending
This commit is contained in:
Morb
2022-09-22 22:02:30 +03:00
committed by GitHub
parent 241ed912b4
commit db7e84b7c7
29 changed files with 181 additions and 4 deletions

View File

@@ -213,3 +213,13 @@
- id: BoxLightMixed
- id: BoxLightMixed
- id: Soap
- type: entity
noSpawn: true
parent: ClothingBackpackSalvage
id: ClothingBackpackSalvageFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival

View File

@@ -65,6 +65,15 @@
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelHydroponics
id: ClothingBackpackDuffelHydroponicsFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelMime
@@ -119,3 +128,11 @@
- id: BoxForensicPad
- id: HandLabeler
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelSalvage
id: ClothingBackpackDuffelSalvageFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival

View File

@@ -117,6 +117,15 @@
- id: BoxForensicPad
- id: HandLabeler
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelSalvage
id: ClothingBackpackSatchelSalvageFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackSatchel

View File

@@ -3,6 +3,7 @@
startingInventory:
ClothingBackpackHydroponics: 2
ClothingBackpackSatchelHydroponics: 2
ClothingBackpackDuffelHydroponics: 2
ClothingOuterApronBotanist: 2
ClothingUniformOveralls: 3
ClothingUniformJumpsuitHydroponics: 3

View File

@@ -117,6 +117,15 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/virology.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSalvage
name: salvage bag
description: A robust backpack for stashing your loot.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/salvage.rsi
#ERT
- type: entity
parent: ClothingBackpack

View File

@@ -106,6 +106,24 @@
- type: Sprite
sprite: Clothing/Back/Duffels/science.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelHydroponics
name: hydroponic's duffel bag
description: A large duffel bag for holding extra gardening tools.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/hydroponics.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSalvage
name: salvage duffel bag
description: A large duffel bag for holding extra exotic treasures.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/salvage.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSyndicate

View File

@@ -87,6 +87,15 @@
- type: Sprite
sprite: Clothing/Back/Satchels/hydroponics.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelSalvage
name: salvage satchel
description: A robust satchel for stashing your loot.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/salvage.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelHolding

View File

@@ -19,9 +19,9 @@
id: SalvageSpecialistGear
equipment:
jumpsuit: ClothingUniformJumpsuitSalvageSpecialist
back: ClothingBackpackFilled
back: ClothingBackpackSalvageFilled
shoes: ClothingShoesBootsSalvage
id: SalvagePDA
ears: ClothingHeadsetCargo
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
satchel: ClothingBackpackSatchelSalvageFilled
duffelbag: ClothingBackpackDuffelSalvageFilled

View File

@@ -25,4 +25,4 @@
belt: ClothingBeltPlantFilled
innerclothingskirt: ClothingUniformJumpskirtHydroponics
satchel: ClothingBackpackSatchelHydroponicsFilled
duffelbag: ClothingBackpackDuffelFilled
duffelbag: ClothingBackpackDuffelHydroponicsFilled