Cargo Bags (#18389)

* sprites

* obtaining

* rename

* idiotism
This commit is contained in:
potato1234_x
2023-07-29 16:12:42 +10:00
committed by GitHub
parent 333826c733
commit 7e5fee7906
23 changed files with 141 additions and 6 deletions

View File

@@ -95,7 +95,7 @@
- type: entity
noSpawn: true
parent: ClothingBackpack
parent: ClothingBackpackCargo
id: ClothingBackpackQuartermasterFilled
components:
- type: StorageFill
@@ -300,6 +300,15 @@
- id: CrowbarRed
- id: AdvMopItem
- type: entity
noSpawn: true
parent: ClothingBackpackCargo
id: ClothingBackpackCargoFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackSalvage

View File

@@ -104,7 +104,7 @@
- type: entity
noSpawn: true
parent: ClothingBackpackDuffel
parent: ClothingBackpackDuffelCargo
id: ClothingBackpackDuffelQuartermasterFilled
components:
- type: StorageFill
@@ -225,6 +225,15 @@
- id: BoxForensicPad
- id: HandLabeler
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelCargo
id: ClothingBackpackDuffelCargoFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackDuffelSalvage

View File

@@ -104,7 +104,7 @@
- type: entity
noSpawn: true
parent: ClothingBackpackSatchel
parent: ClothingBackpackSatchelCargo
id: ClothingBackpackSatchelQuartermasterFilled
components:
- type: StorageFill
@@ -214,6 +214,15 @@
- id: BoxForensicPad
- id: HandLabeler
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelCargo
id: ClothingBackpackSatchelCargoFilled
components:
- type: StorageFill
contents:
- id: BoxSurvival
- type: entity
noSpawn: true
parent: ClothingBackpackSatchelSalvage

View File

@@ -1,6 +1,9 @@
- type: vendingMachineInventory
id: CargoDrobeInventory
startingInventory:
ClothingBackpackCargo: 3
ClothingBackpackSatchelCargo: 3
ClothingBackpackDuffelCargo: 3
ClothingUniformJumpsuitCargo: 3
ClothingUniformJumpskirtCargo: 3
ClothingShoesColorBlack: 3

View File

@@ -159,6 +159,15 @@
- type: Sprite
sprite: Clothing/Back/Backpacks/genetics.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackCargo
name: cargo backpack
description: A robust backpack for stealing cargo's loot.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/cargo.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackSalvage

View File

@@ -154,6 +154,15 @@
- type: Sprite
sprite: Clothing/Back/Duffels/hydroponics.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelCargo
name: cargo duffel bag
description: A large duffel bag for stealing cargo's precious loot.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/cargo.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelSalvage

View File

@@ -156,6 +156,15 @@
- type: Sprite
sprite: Clothing/Back/Satchels/hydroponics.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelCargo
name: cargo satchel
description: A robust satchel for stealing cargo's loot.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/cargo.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelSalvage

View File

@@ -18,11 +18,11 @@
equipment:
head: ClothingHeadHatCargosoft
jumpsuit: ClothingUniformJumpsuitCargo
back: ClothingBackpackFilled
back: ClothingBackpackCargoFilled
shoes: ClothingShoesColorBlack
id: CargoPDA
ears: ClothingHeadsetCargo
pocket1: AppraisalTool
innerclothingskirt: ClothingUniformJumpskirtCargo
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
satchel: ClothingBackpackSatchelCargoFilled
duffelbag: ClothingBackpackDuffelCargoFilled