Renames phoron to plasma everywhere in the codebase and replaces sprites. (#3110)
This commit is contained in:
committed by
GitHub
parent
2d06990ee3
commit
9b1142973e
@@ -24,12 +24,12 @@
|
||||
|
||||
- type: gas
|
||||
id: 3
|
||||
name: Phoron
|
||||
name: Plasma
|
||||
specificHeat: 200
|
||||
heatCapacityRatio: 1.7
|
||||
molarMass: 120 #creadth: making it very heavy (x4 of oxygen), idk what the proper value should be
|
||||
molarMass: 120
|
||||
gasOverlaySprite: /Textures/Effects/atmospherics.rsi
|
||||
gasOverlayState: phoron
|
||||
gasOverlayState: plasma
|
||||
color: FF3300
|
||||
|
||||
- type: gas
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
- type: gasReaction
|
||||
id: PhoronFire
|
||||
id: PlasmaFire
|
||||
priority: -2
|
||||
minimumTemperature: 373.149 # Same as Atmospherics.FireMinimumTemperatureToExist
|
||||
minimumRequirements: # In this case, same as minimum mole count.
|
||||
- 0.01 # oxygen
|
||||
- 0 # nitrogen
|
||||
- 0 # carbon dioxide
|
||||
- 0.01 # phoron
|
||||
- 0.01 # plasma
|
||||
effects:
|
||||
- !type:PhoronFireReaction {}
|
||||
- !type:PlasmaFireReaction {}
|
||||
|
||||
- type: gasReaction
|
||||
id: TritiumFire
|
||||
@@ -18,7 +18,7 @@
|
||||
- 0.01 # oxygen
|
||||
- 0 # nitrogen
|
||||
- 0 # carbon dioxide
|
||||
- 0 # phoron
|
||||
- 0 # plasma
|
||||
- 0.01 # tritium
|
||||
effects:
|
||||
- !type:TritiumFireReaction {}
|
||||
|
||||
Reference in New Issue
Block a user