A few description updates from boxmein. Closes #282
I don't think we need to add the element name for elements like ACID in the description when it is already obvious
This commit is contained in:
parent
0af4b54bc3
commit
337a929cc3
@ -28,7 +28,7 @@ Element_BTRY::Element_BTRY()
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Generates infinite electricity.";
|
||||
Description = "Battery. Generates infinite electricity.";
|
||||
|
||||
Properties = TYPE_SOLID;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_CLNE::Element_CLNE()
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Solid. Duplicates any particles it touches.";
|
||||
Description = "Clone. Duplicates any particles it touches.";
|
||||
|
||||
Properties = TYPE_SOLID|PROP_DRAWONCTYPE|PROP_NOCTYPEDRAW;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_CONV::Element_CONV()
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Solid. Converts everything into whatever it first touches.";
|
||||
Description = "Converter. Converts everything into whatever it first touches.";
|
||||
|
||||
Properties = TYPE_SOLID|PROP_DRAWONCTYPE|PROP_NOCTYPEDRAW;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_GAS::Element_GAS()
|
||||
|
||||
Temperature = R_TEMP+2.0f +273.15f;
|
||||
HeatConduct = 42;
|
||||
Description = "Diffuses quickly and flammable. Liquefies into OIL under pressure.";
|
||||
Description = "Diffuses quickly and is flammable. Liquefies into OIL under pressure.";
|
||||
|
||||
Properties = TYPE_GAS | PROP_NEUTPASS;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_PLUT::Element_PLUT()
|
||||
|
||||
Temperature = R_TEMP+4.0f +273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Heavy particles. Fissile. Generates neutrons under pressure.";
|
||||
Description = "Plutonium. Heavy, fissle particles. Generates neutrons under pressure.";
|
||||
|
||||
Properties = TYPE_PART|PROP_NEUTPASS|PROP_RADIOACTIVE;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_STOR::Element_STOR()
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
HeatConduct = 0;
|
||||
Description = "Captures and stores a single particle. releases when charged with PSCN, also passes to PIPE.";
|
||||
Description = "Storage. Captures and stores a single particle. Releases when charged with PSCN, also passes to PIPE.";
|
||||
|
||||
Properties = TYPE_SOLID|PROP_NOCTYPEDRAW;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_URAN::Element_URAN()
|
||||
|
||||
Temperature = R_TEMP+30.0f+273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Heavy particles. Generates heat under pressure.";
|
||||
Description = "Uranium. Heavy particles. Generates heat under pressure.";
|
||||
|
||||
Properties = TYPE_PART | PROP_RADIOACTIVE;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_WATR::Element_WATR()
|
||||
|
||||
Temperature = R_TEMP-2.0f +273.15f;
|
||||
HeatConduct = 29;
|
||||
Description = "Conducts electricity, freezes, and extinguishes fires.";
|
||||
Description = "Water. Conducts electricity, freezes, and extinguishes fires.";
|
||||
|
||||
Properties = TYPE_LIQUID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_NEUTPASS;
|
||||
|
||||
|
Reference in New Issue
Block a user