mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 02:16:37 +02:00
new element description updates
This commit is contained in:
@@ -29,7 +29,7 @@ Element_HEAC::Element_HEAC()
|
|||||||
|
|
||||||
Temperature = R_TEMP+273.15f;
|
Temperature = R_TEMP+273.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Rapid heat conductor";
|
Description = "Rapid heat conductor.";
|
||||||
|
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ Element_POLO::Element_POLO()
|
|||||||
|
|
||||||
Temperature = 388.15f;
|
Temperature = 388.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Polonium, highly radioactive and deadly to STKM";
|
Description = "Polonium, highly radioactive. Decays into NEUT and heats up.";
|
||||||
|
|
||||||
Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
|
Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ Element_SAWD::Element_SAWD()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 70;
|
HeatConduct = 70;
|
||||||
Description = "Sawdust. Floats on water";
|
Description = "Sawdust. Floats on water.";
|
||||||
|
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_PART;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user