Adds suppermatter (#7633)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
c00b459e31
commit
63b9cd0b92
@@ -617,3 +617,60 @@
|
||||
- ReagentId: Omnizine
|
||||
Quantity: 3
|
||||
# Tastes like sweetness, cake, jam.
|
||||
|
||||
|
||||
# Suppermatter
|
||||
# I can't figure out where to put this. It kind of acts like a cake I guess?
|
||||
|
||||
- type: entity
|
||||
name: suppermatter
|
||||
parent: FoodCakeBase
|
||||
id: FoodCakeSuppermatter
|
||||
description: Extremely dense and powerful food.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: plate
|
||||
- state: suppermatter
|
||||
- type: SliceableFood
|
||||
slice: FoodCakeSuppermatterSlice
|
||||
TotalCount: 8
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 48
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 48
|
||||
- type: Food
|
||||
transferAmount: 12
|
||||
trash: FoodPlate
|
||||
- type: Item
|
||||
size: 40
|
||||
- type: PointLight
|
||||
color: "#FFFF00"
|
||||
radius: 2
|
||||
energy: 1.4
|
||||
|
||||
- type: entity
|
||||
name: suppermatter shard
|
||||
parent: FoodCakeSliceBase
|
||||
id: FoodCakeSuppermatterSlice
|
||||
description: A single portion of power.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: suppermatter-shard
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 12
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 12
|
||||
- type: Food
|
||||
transferAmount: 3
|
||||
- type: PointLight
|
||||
color: "#FFFF00"
|
||||
radius: 1.4
|
||||
energy: 1.4
|
||||
|
||||
@@ -603,3 +603,16 @@
|
||||
time: 10
|
||||
solids:
|
||||
FoodAloe: 1
|
||||
|
||||
# Suppermatter
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeSuppermatter
|
||||
name: suppermatter recipe
|
||||
result: FoodCakeSuppermatter
|
||||
time: 30
|
||||
solids:
|
||||
FoodCakeBatter: 2
|
||||
reagents:
|
||||
Sugar: 30
|
||||
Nitrogen: 10
|
||||
Plasma: 10
|
||||
|
||||
Reference in New Issue
Block a user