Chemically-created Crystal Shards (#26269)

Added chemical reaction for making crystal shards
This commit is contained in:
wafehling
2024-03-29 01:13:52 -05:00
committed by GitHub
parent f008732a18
commit b041637263
2 changed files with 31 additions and 1 deletions

View File

@@ -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

View File

@@ -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