Fix CargoProducts (#750)
This commit is contained in:
@@ -70,7 +70,9 @@
|
|||||||
name: "Bike Horn"
|
name: "Bike Horn"
|
||||||
id: cargo.bikehorn
|
id: cargo.bikehorn
|
||||||
description: HONK!
|
description: HONK!
|
||||||
icon: Objects/Fun/bikehorn.rsi
|
icon:
|
||||||
|
sprite: Objects/Fun/bikehorn.rsi
|
||||||
|
state: icon
|
||||||
product: crate_bikehorn
|
product: crate_bikehorn
|
||||||
cost: 300
|
cost: 300
|
||||||
category: Other
|
category: Other
|
||||||
@@ -102,7 +104,9 @@
|
|||||||
name: "Medical Scanner"
|
name: "Medical Scanner"
|
||||||
id: cargo.medscanner
|
id: cargo.medscanner
|
||||||
description: Scans patients. First we stick this probe...
|
description: Scans patients. First we stick this probe...
|
||||||
icon: Buildings/medical_scanner.rsi
|
icon:
|
||||||
|
sprite: Buildings/medical_scanner.rsi
|
||||||
|
state: scanner_open
|
||||||
product: crate_medscanner
|
product: crate_medscanner
|
||||||
cost: 400
|
cost: 400
|
||||||
category: Medical
|
category: Medical
|
||||||
|
|||||||
@@ -83,8 +83,17 @@
|
|||||||
static: true
|
static: true
|
||||||
products:
|
products:
|
||||||
- cargo.dice
|
- cargo.dice
|
||||||
- cargo.flashlight
|
|
||||||
- cargo.Medkit
|
- cargo.Medkit
|
||||||
|
- cargo.flashlight
|
||||||
|
- cargo.lightblub
|
||||||
|
- cargo.fireextinguisher
|
||||||
|
- cargo.pen
|
||||||
|
- cargo.bikehorn
|
||||||
|
- cargo.cleaver
|
||||||
|
- cargo.fueltank
|
||||||
|
- cargo.medscanner
|
||||||
|
- cargo.glass
|
||||||
|
- cargo.cable
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.CargoConsoleUiKey.Key
|
- key: enum.CargoConsoleUiKey.Key
|
||||||
|
|||||||
@@ -126,11 +126,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Flashlight
|
- FlashlightLantern
|
||||||
- Flashlight
|
- FlashlightLantern
|
||||||
- Flashlight
|
- FlashlightLantern
|
||||||
- Flashlight
|
- FlashlightLantern
|
||||||
- Flashlight
|
- FlashlightLantern
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_light_bulb
|
id: crate_light_bulb
|
||||||
@@ -139,16 +139,16 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
- Light Bulb
|
- LightBulb
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_fire_extinguisher
|
id: crate_fire_extinguisher
|
||||||
@@ -157,9 +157,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Fire Extinguisher
|
- fire_extinguisher
|
||||||
- Fire Extinguisher
|
- fire_extinguisher
|
||||||
- Fire Extinguisher
|
- fire_extinguisher
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_pen
|
id: crate_pen
|
||||||
@@ -186,11 +186,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Bike Horn
|
- BikeHorn
|
||||||
- Bike Horn
|
- BikeHorn
|
||||||
- Bike Horn
|
- BikeHorn
|
||||||
- Bike Horn
|
- BikeHorn
|
||||||
- Bike Horn
|
- BikeHorn
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_cleaver
|
id: crate_cleaver
|
||||||
@@ -199,11 +199,11 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Cleaver
|
- ButchCleaver
|
||||||
- Cleaver
|
- ButchCleaver
|
||||||
- Cleaver
|
- ButchCleaver
|
||||||
- Cleaver
|
- ButchCleaver
|
||||||
- Cleaver
|
- ButchCleaver
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_fueltank
|
id: crate_fueltank
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Fuel Tank
|
- weldtank
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_medscanner
|
id: crate_medscanner
|
||||||
@@ -221,7 +221,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- Medical Scanner
|
- medical_scanner
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: crate_glass
|
id: crate_glass
|
||||||
|
|||||||
Reference in New Issue
Block a user