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:
ScarKy0
2025-04-16 21:20:36 +02:00
committed by GitHub
parent a0d5d85019
commit 56412d4b4e
4 changed files with 25 additions and 0 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -85,6 +85,9 @@
{
"name": "uranium-inhand-right",
"directions": 4
},
{
"name": "generic_materials"
}
]
}