mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 12:32:40 +02:00
Add descriptions for RSST and RSSS.
This commit is contained in:
committed by
Tamás Bálint Misius
parent
15a22c6906
commit
f5f275e657
@@ -30,7 +30,7 @@ void Element::Element_RSSS()
|
|||||||
Weight = 100;
|
Weight = 100;
|
||||||
|
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Solidified resist.";
|
Description = "Solidified resist. Blocks pressure and insulates SPRK. Liquefies on contact with NEUT.";
|
||||||
|
|
||||||
Properties = TYPE_SOLID|PROP_NEUTPASS;
|
Properties = TYPE_SOLID|PROP_NEUTPASS;
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@ void Element::Element_RSST()
|
|||||||
|
|
||||||
DefaultProperties.temp = R_TEMP + 20.0f + 273.15f;
|
DefaultProperties.temp = R_TEMP + 20.0f + 273.15f;
|
||||||
HeatConduct = 44;
|
HeatConduct = 44;
|
||||||
Description = "Resist.";
|
Description = "Resist. Solidifies on contact with PHOT, and reacts with other energy particles.";
|
||||||
|
|
||||||
Properties = TYPE_LIQUID|PROP_NEUTPASS;
|
Properties = TYPE_LIQUID|PROP_NEUTPASS;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user