Frezon (#9980)
* stuff i'll have to fix anyway when n2o gets merged * everything except the finished reactions * freon coolant reaction but with bad curve * miasmic subsumation * freon production * nitrogen and diff temp scaling * uhh meant to change that * # * hitting that frezon boof
This commit is contained in:
@@ -77,3 +77,15 @@
|
||||
molarMass: 44
|
||||
color: 2887E8
|
||||
reagent: NitrousOxide
|
||||
|
||||
- type: gas
|
||||
id: 8
|
||||
name: Frezon
|
||||
specificHeat: 600 # Strongest by far
|
||||
heatCapacityRatio: 1.33
|
||||
molarMass: 50
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: frezon
|
||||
gasMolesVisible: 0.6
|
||||
color: 3a758c
|
||||
reagent: Frezon
|
||||
|
||||
@@ -23,6 +23,54 @@
|
||||
effects:
|
||||
- !type:TritiumFireReaction {}
|
||||
|
||||
- type: gasReaction
|
||||
id: FrezonCoolant
|
||||
priority: 1
|
||||
minimumTemperature: 23.15
|
||||
minimumRequirements:
|
||||
- 0 # oxygen
|
||||
- 0.01 # nitrogen
|
||||
- 0 # carbon dioxide
|
||||
- 0 # plasma
|
||||
- 0 # tritium
|
||||
- 0 # vapor
|
||||
- 0 # miasma
|
||||
- 0.01 # frezon
|
||||
effects:
|
||||
- !type:FrezonCoolantReaction {}
|
||||
|
||||
- type: gasReaction
|
||||
id: FrezonProduction
|
||||
priority: 2
|
||||
maximumTemperature: 73.15 # Cold tritium fire, basically.
|
||||
minimumRequirements:
|
||||
- 0.01 # oxygen
|
||||
- 0.01 # nitrogen
|
||||
- 0 # carbon dioxide
|
||||
- 0 # plasma
|
||||
- 0.01 # tritium
|
||||
- 0 # vapor
|
||||
- 0 # miasma
|
||||
- 0 # frezon
|
||||
effects:
|
||||
- !type:FrezonProductionReaction {}
|
||||
|
||||
- type: gasReaction
|
||||
id: MiasmicSubsumation
|
||||
priority: 0
|
||||
maximumTemperature: 5066.25
|
||||
minimumRequirements:
|
||||
- 0 # oxygen
|
||||
- 0 # nitrogen
|
||||
- 0 # carbon dioxide
|
||||
- 0 # plasma
|
||||
- 0 # tritium
|
||||
- 0 # vapor
|
||||
- 0.01 # miasma
|
||||
- 0.01 # frezon
|
||||
effects:
|
||||
- !type:MiasmicSubsumationReaction {}
|
||||
|
||||
#- type: gasReaction
|
||||
# id: WaterVaporPuddle
|
||||
# priority: 1
|
||||
|
||||
Reference in New Issue
Block a user