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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user