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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user