Chemically-created Crystal Shards (#26269)
Added chemical reaction for making crystal shards
This commit is contained in:
@@ -134,3 +134,18 @@
|
|||||||
tags:
|
tags:
|
||||||
- Trash
|
- Trash
|
||||||
- CrystalRed
|
- 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:
|
products:
|
||||||
Laughter: 2
|
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
|
- type: reaction
|
||||||
id: Gunpowder
|
id: Gunpowder
|
||||||
impact: Low
|
impact: Low
|
||||||
@@ -185,4 +200,4 @@
|
|||||||
amount: 2
|
amount: 2
|
||||||
effects:
|
effects:
|
||||||
- !type:CreateEntityReactionEffect
|
- !type:CreateEntityReactionEffect
|
||||||
entity: MaterialGunpowder
|
entity: MaterialGunpowder
|
||||||
|
|||||||
Reference in New Issue
Block a user