Basic Resources Crate (#36419)
* init * 1660 * I never webedit Co-authored-by: Tayrtahn <tayrtahn@gmail.com> --------- Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -88,6 +88,16 @@
|
||||
category: cargoproduct-category-name-materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialBasic
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/other.rsi
|
||||
state: generic_materials
|
||||
product: CrateMaterialBasicResource
|
||||
cost: 1660
|
||||
category: cargoproduct-category-name-materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialFuelTank
|
||||
icon:
|
||||
|
||||
@@ -153,6 +153,18 @@
|
||||
# for some reason, the selector here adds 1 to whatever value it generates,
|
||||
# so this is actually 2-4
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialBasicResource
|
||||
parent: CrateGenericSteel
|
||||
name: basic sheet crate
|
||||
description: 30 sheets of steel, glass, and plastic.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetSteel
|
||||
- id: SheetGlass
|
||||
- id: SheetPlastic
|
||||
|
||||
#- type: entity
|
||||
# id: CrateMaterialHFuelTank
|
||||
# name: fueltank crate
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@@ -85,6 +85,9 @@
|
||||
{
|
||||
"name": "uranium-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "generic_materials"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user