Candles Crate (#29736)

* First attempt at adding crate

* Changed loose candles to candle boxes

* Corrected minor typo

* Removed a change to the development preset

* Buffed crate to 2 of each box

* Hopefully removes strange not-change in the repo

* Updated description to be clearer.

---------

Co-authored-by: elee-github <elee2020@yahoo.com>
This commit is contained in:
Maishul
2024-07-29 01:29:27 -07:00
committed by GitHub
parent ec19f9f4a9
commit 0e4bc4cefc
2 changed files with 22 additions and 0 deletions

View File

@@ -198,3 +198,12 @@
category: cargoproduct-category-name-service
group: market
- type: cargoProduct
id: ServiceCandles
icon:
sprite: Objects/Misc/candles.rsi
state: candle-big
product: CrateCandles
cost: 500
category: cargoproduct-category-name-service
group: market

View File

@@ -333,3 +333,16 @@
prob: 0.1
- id: ShardGlassPlasma
prob: 0.1
- type: entity
id: CrateCandles
parent: CrateGenericSteel
name: candles crate
description: Contains 4 boxes of candles, 2 large and 2 small. For atmosphere or something.
components:
- type: StorageFill
contents:
- id: BoxCandle
amount: 2
- id: BoxCandleSmall
amount: 2