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:
@@ -213,3 +213,13 @@
|
||||
- id: BoxLightMixed
|
||||
- id: BoxLightMixed
|
||||
- id: Soap
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSalvage
|
||||
id: ClothingBackpackSalvageFilled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
startingInventory:
|
||||
ClothingBackpackHydroponics: 2
|
||||
ClothingBackpackSatchelHydroponics: 2
|
||||
ClothingBackpackDuffelHydroponics: 2
|
||||
ClothingOuterApronBotanist: 2
|
||||
ClothingUniformOveralls: 3
|
||||
ClothingUniformJumpsuitHydroponics: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
belt: ClothingBeltPlantFilled
|
||||
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
||||
satchel: ClothingBackpackSatchelHydroponicsFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
duffelbag: ClothingBackpackDuffelHydroponicsFilled
|
||||
|
||||
Reference in New Issue
Block a user