Chemically-created Crystal Shards (#26269)
Added chemical reaction for making crystal shards
This commit is contained in:
@@ -134,3 +134,18 @@
|
||||
tags:
|
||||
- Trash
|
||||
- CrystalRed
|
||||
|
||||
- type: entity
|
||||
parent: ShardCrystalBase
|
||||
id: ShardCrystalRandom
|
||||
name: random crystal shard
|
||||
components:
|
||||
- type: RandomSpawner
|
||||
prototypes:
|
||||
- ShardCrystalGreen
|
||||
- ShardCrystalPink
|
||||
- ShardCrystalOrange
|
||||
- ShardCrystalBlue
|
||||
- ShardCrystalCyan
|
||||
- ShardCrystalRed
|
||||
chance: 1
|
||||
|
||||
@@ -171,6 +171,21 @@
|
||||
products:
|
||||
Laughter: 2
|
||||
|
||||
- type: reaction
|
||||
id: CreateCrystals
|
||||
quantized: true
|
||||
minTemp: 374
|
||||
reactants:
|
||||
Sugar:
|
||||
amount: 15
|
||||
Water:
|
||||
amount: 15
|
||||
Ethanol:
|
||||
amount: 5
|
||||
effects:
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: ShardCrystalRandom
|
||||
|
||||
- type: reaction
|
||||
id: Gunpowder
|
||||
impact: Low
|
||||
@@ -185,4 +200,4 @@
|
||||
amount: 2
|
||||
effects:
|
||||
- !type:CreateEntityReactionEffect
|
||||
entity: MaterialGunpowder
|
||||
entity: MaterialGunpowder
|
||||
|
||||
Reference in New Issue
Block a user