Cargo: pizza & bureaucracy (#5123)

* add paper label component

* git mv

* rename namespace

* add cargo printouts

* more crates

* directly attach paper

* comment typo
This commit is contained in:
Leon Friedrich
2021-11-11 02:15:23 +13:00
committed by GitHub
parent b8d8f48b11
commit 88df3d8b10
33 changed files with 384 additions and 162 deletions

View File

@@ -0,0 +1,11 @@
- type: cargoProduct
name: "emergency pizza crate"
id: FoodPizza
description: Help do your part to end station hunger by distributing pizza to underfunded departments!
icon:
sprite: Objects/Consumable/Food/Baked/pizza.rsi
state: margherita
product: CrateFoodPizza
cost: 1000
category: Food
group: market

View File

@@ -0,0 +1,11 @@
- type: cargoProduct
name: "Medical Supplies"
id: MedicalSupplies
description: Basic medical supplies.
icon:
sprite: Objects/Specific/Medical/firstaidkits.rsi
state: firstaid
product: CrateMedicalSupplies
cost: 1000
category: Mdeical
group: market

View File

@@ -33,3 +33,15 @@
cost: 2000
category: Service
group: market
- type: cargoProduct
name: "DIY lung cancer crate"
id: ServiceCustomSmokable
description: "Want to get a little creative with what you use to destroy your lungs? Then this crate is for you! Has everything you need to roll your own Cigarettes."
icon:
sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi
state: closed
product: CrateServiceCustomSmokable
cost: 1000
category: Service
group: market

View File

@@ -1 +1,11 @@
# Bro what do I PUT here
- type: entity
id: CrateFoodPizza
name: emergency pizza delivery
description: Help do your part to end station hunger by distributing pizza to underfunded departments!
parent: CratePlastic
components:
- type: StorageFill
contents:
- id: FoodBoxPizzaFilled
amount: 4
- id: KnifePlastic

View File

@@ -56,4 +56,19 @@
- id: CigarCase
orGroup: Cigars
- id: Matchbox
amount: 2
amount: 2
- type: entity
id: CrateServiceCustomSmokable
name: DIY smokeables crate
description: Want to get a little creative with what you use to destroy your lungs? Then this crate is for you! Has everything you need to roll your own Cigarettes.
parent: CrateGenericonimo
components:
- type: StorageFill
contents:
- id: PackPaperRolling
- id: CigaretteFilter
amount: 8
- id: GroundTobacco
amount: 4
- id: Matchbox

View File

@@ -32,6 +32,13 @@
path: /Audio/Misc/zip.ogg
openSound:
path: /Audio/Misc/zip.ogg
- type: PaperLabel
- type: ItemSlots
slots:
labelSlot:
whitelist:
components:
- Paper
- type: Appearance
visuals:
- type: StorageVisualizer

View File

@@ -226,6 +226,7 @@
- type: CargoOrderDatabase
- type: GalacticMarket
products:
- MedicalSupplies
- EmergencyExplosive
- EmergencyFire
- EmergencyInternals
@@ -242,8 +243,11 @@
- HydroponicsSeeds
- HydroponicsSeedsExotic
- LivestockMonkeyCube
- FoodPizza
- ServiceJanitorial
- ServiceLightsReplacement
- ServiceSmokeables
- ServiceCustomSmokable
- EngineeringCableLv
- EngineeringCableMv
- EngineeringCableHv
@@ -282,6 +286,8 @@
radius: 1.5
energy: 1.6
color: "#b89f25"
- type: AccessReader
access: [["Cargo"]]
- type: entity
id: ComputerSupplyRequest

View File

@@ -53,3 +53,10 @@
- type: StorageVisualizer
state_open: crate_open
state_closed: crate_door
- type: PaperLabel
- type: ItemSlots
slots:
labelSlot:
whitelist:
components:
- Paper