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
@@ -213,3 +213,13 @@
|
|||||||
- id: BoxLightMixed
|
- id: BoxLightMixed
|
||||||
- id: BoxLightMixed
|
- id: BoxLightMixed
|
||||||
- id: Soap
|
- id: Soap
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
noSpawn: true
|
||||||
|
parent: ClothingBackpackSalvage
|
||||||
|
id: ClothingBackpackSalvageFilled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BoxSurvival
|
||||||
|
|
||||||
|
|||||||
@@ -65,6 +65,15 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
noSpawn: true
|
||||||
|
parent: ClothingBackpackDuffelHydroponics
|
||||||
|
id: ClothingBackpackDuffelHydroponicsFilled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
parent: ClothingBackpackDuffelMime
|
parent: ClothingBackpackDuffelMime
|
||||||
@@ -119,3 +128,11 @@
|
|||||||
- id: BoxForensicPad
|
- id: BoxForensicPad
|
||||||
- id: HandLabeler
|
- id: HandLabeler
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
noSpawn: true
|
||||||
|
parent: ClothingBackpackDuffelSalvage
|
||||||
|
id: ClothingBackpackDuffelSalvageFilled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BoxSurvival
|
||||||
|
|||||||
@@ -117,6 +117,15 @@
|
|||||||
- id: BoxForensicPad
|
- id: BoxForensicPad
|
||||||
- id: HandLabeler
|
- id: HandLabeler
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
noSpawn: true
|
||||||
|
parent: ClothingBackpackSatchelSalvage
|
||||||
|
id: ClothingBackpackSatchelSalvageFilled
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: BoxSurvival
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
parent: ClothingBackpackSatchel
|
parent: ClothingBackpackSatchel
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
startingInventory:
|
startingInventory:
|
||||||
ClothingBackpackHydroponics: 2
|
ClothingBackpackHydroponics: 2
|
||||||
ClothingBackpackSatchelHydroponics: 2
|
ClothingBackpackSatchelHydroponics: 2
|
||||||
|
ClothingBackpackDuffelHydroponics: 2
|
||||||
ClothingOuterApronBotanist: 2
|
ClothingOuterApronBotanist: 2
|
||||||
ClothingUniformOveralls: 3
|
ClothingUniformOveralls: 3
|
||||||
ClothingUniformJumpsuitHydroponics: 3
|
ClothingUniformJumpsuitHydroponics: 3
|
||||||
|
|||||||
@@ -117,6 +117,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Backpacks/virology.rsi
|
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
|
#ERT
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpack
|
parent: ClothingBackpack
|
||||||
|
|||||||
@@ -106,6 +106,24 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Duffels/science.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
id: ClothingBackpackDuffelSyndicate
|
id: ClothingBackpackDuffelSyndicate
|
||||||
|
|||||||
@@ -87,6 +87,15 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Satchels/hydroponics.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpackSatchel
|
parent: ClothingBackpackSatchel
|
||||||
id: ClothingBackpackSatchelHolding
|
id: ClothingBackpackSatchelHolding
|
||||||
|
|||||||
@@ -19,9 +19,9 @@
|
|||||||
id: SalvageSpecialistGear
|
id: SalvageSpecialistGear
|
||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpsuitSalvageSpecialist
|
jumpsuit: ClothingUniformJumpsuitSalvageSpecialist
|
||||||
back: ClothingBackpackFilled
|
back: ClothingBackpackSalvageFilled
|
||||||
shoes: ClothingShoesBootsSalvage
|
shoes: ClothingShoesBootsSalvage
|
||||||
id: SalvagePDA
|
id: SalvagePDA
|
||||||
ears: ClothingHeadsetCargo
|
ears: ClothingHeadsetCargo
|
||||||
satchel: ClothingBackpackSatchelFilled
|
satchel: ClothingBackpackSatchelSalvageFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelSalvageFilled
|
||||||
|
|||||||
@@ -25,4 +25,4 @@
|
|||||||
belt: ClothingBeltPlantFilled
|
belt: ClothingBeltPlantFilled
|
||||||
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
innerclothingskirt: ClothingUniformJumpskirtHydroponics
|
||||||
satchel: ClothingBackpackSatchelHydroponicsFilled
|
satchel: ClothingBackpackSatchelHydroponicsFilled
|
||||||
duffelbag: ClothingBackpackDuffelFilled
|
duffelbag: ClothingBackpackDuffelHydroponicsFilled
|
||||||
|
|||||||
|
After Width: | Height: | Size: 965 B |
BIN
Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 692 B |
|
After Width: | Height: | Size: 668 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 966 B |
|
After Width: | Height: | Size: 558 B |
|
After Width: | Height: | Size: 770 B |
|
After Width: | Height: | Size: 773 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 881 B |
BIN
Resources/Textures/Clothing/Back/Duffels/salvage.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 683 B |
|
After Width: | Height: | Size: 707 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 573 B |
BIN
Resources/Textures/Clothing/Back/Satchels/salvage.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 484 B |
|
After Width: | Height: | Size: 629 B |
|
After Width: | Height: | Size: 628 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||