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:
11
Resources/Prototypes/Catalog/Cargo/cargo_food.yml
Normal file
11
Resources/Prototypes/Catalog/Cargo/cargo_food.yml
Normal 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
|
||||
11
Resources/Prototypes/Catalog/Cargo/cargo_medical.yml
Normal file
11
Resources/Prototypes/Catalog/Cargo/cargo_medical.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,3 +53,10 @@
|
||||
- type: StorageVisualizer
|
||||
state_open: crate_open
|
||||
state_closed: crate_door
|
||||
- type: PaperLabel
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
labelSlot:
|
||||
whitelist:
|
||||
components:
|
||||
- Paper
|
||||
|
||||
Reference in New Issue
Block a user