Renames phoron to plasma everywhere in the codebase and replaces sprites. (#3110)

This commit is contained in:
Vera Aguilera Puerto
2021-02-09 19:05:19 +01:00
committed by GitHub
parent 2d06990ee3
commit 9b1142973e
75 changed files with 154 additions and 129 deletions

View File

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

View File

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