some more description changes
This commit is contained in:
parent
7856f727a5
commit
18ddb7a155
@ -28,7 +28,7 @@ Element_ANAR::Element_ANAR()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 70;
|
HeatConduct = 70;
|
||||||
Description = "Very light dust. Behaves opposite gravity";
|
Description = "Anti-air. Very light dust, which behaves opposite gravity.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_PART;
|
||||||
|
@ -28,7 +28,7 @@ Element_BCOL::Element_BCOL()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 150;
|
HeatConduct = 150;
|
||||||
Description = "Broken Coal. Heavy particles. See COAL";
|
Description = "Broken Coal. Heavy particles, burns slowly.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_PART;
|
||||||
|
@ -28,7 +28,7 @@ Element_BMTL::Element_BMTL()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Breakable metal.";
|
Description = "Breakable metal. Common conductive building material, can melt and break under pressure.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
||||||
|
@ -28,7 +28,7 @@ Element_BREC::Element_BREC()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 211;
|
HeatConduct = 211;
|
||||||
Description = "Broken electronics";
|
Description = "Broken electronics. Formed from EMP blasts, and when constantly sparked while under pressure, turns to EXOT.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
Properties = TYPE_PART|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
||||||
|
@ -28,7 +28,7 @@ Element_BRMT::Element_BRMT()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 211;
|
HeatConduct = 211;
|
||||||
Description = "Broken metal.";
|
Description = "Broken metal. Created when iron rusts or when when metals break from pressure.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
Properties = TYPE_PART|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
||||||
|
@ -28,7 +28,7 @@ Element_CRAY::Element_CRAY()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Particle Ray Emitter. Creates a beam of particles set by its ctype, range is set by tmp.";
|
Description = "Particle Ray Emitter. Creates a beam of particles set by its ctype, with a range set by tmp.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID|PROP_LIFE_DEC;
|
Properties = TYPE_SOLID|PROP_LIFE_DEC;
|
||||||
|
@ -28,7 +28,7 @@ Element_DMG::Element_DMG()
|
|||||||
|
|
||||||
Temperature = R_TEMP-2.0f +273.15f;
|
Temperature = R_TEMP-2.0f +273.15f;
|
||||||
HeatConduct = 29;
|
HeatConduct = 29;
|
||||||
Description = "Generates damaging pressure and breaks elements it hits.";
|
Description = "Generates damaging pressure and breaks any elements it hits.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC|PROP_SPARKSETTLE;
|
Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC|PROP_SPARKSETTLE;
|
||||||
|
@ -28,7 +28,7 @@ Element_FRAY::Element_FRAY()
|
|||||||
|
|
||||||
Temperature = 20.0f+0.0f +273.15f;
|
Temperature = 20.0f+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Force Emitter. Pushes or pulls objects based on its temp value, use like ARAY.";
|
Description = "Force Emitter. Pushes or pulls objects based on its temp value. Use like ARAY.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID|PROP_LIFE_DEC;
|
Properties = TYPE_SOLID|PROP_LIFE_DEC;
|
||||||
|
@ -28,7 +28,7 @@ Element_GUNP::Element_GUNP()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 97;
|
HeatConduct = 97;
|
||||||
Description = "Gunpowder. Light dust, explosive.";
|
Description = "Gunpowder. Light dust, explodes on contact with fire or spark.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_PART;
|
||||||
|
@ -28,7 +28,7 @@ Element_H2::Element_H2()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Hydrogen. Combusts with OXYG to make WATR. Undergoes fusion at high temperature and pressure";
|
Description = "Hydrogen. Combusts with OXYG to make WATR. Undergoes fusion at high temperature and pressure.";
|
||||||
|
|
||||||
State = ST_GAS;
|
State = ST_GAS;
|
||||||
Properties = TYPE_GAS;
|
Properties = TYPE_GAS;
|
||||||
|
@ -6,7 +6,7 @@ Element_INVIS::Element_INVIS()
|
|||||||
Name = "INVS";
|
Name = "INVS";
|
||||||
Colour = PIXPACK(0x00CCCC);
|
Colour = PIXPACK(0x00CCCC);
|
||||||
MenuVisible = 1;
|
MenuVisible = 1;
|
||||||
MenuSection = SC_SOLIDS;
|
MenuSection = SC_SENSOR;
|
||||||
Enabled = 1;
|
Enabled = 1;
|
||||||
|
|
||||||
Advection = 0.0f;
|
Advection = 0.0f;
|
||||||
|
@ -28,7 +28,7 @@ Element_ISOZ::Element_ISOZ()
|
|||||||
|
|
||||||
Temperature = R_TEMP-2.0f +273.15f;
|
Temperature = R_TEMP-2.0f +273.15f;
|
||||||
HeatConduct = 29;
|
HeatConduct = 29;
|
||||||
Description = "Radioactive liquid. Decays into photons when touching PHOT or under negative pressure.";
|
Description = "Isotope-Z. Radioactive liquid, decays into photons when touching PHOT or under negative pressure.";
|
||||||
|
|
||||||
State = ST_LIQUID;
|
State = ST_LIQUID;
|
||||||
Properties = TYPE_LIQUID|PROP_NEUTPENETRATE;
|
Properties = TYPE_LIQUID|PROP_NEUTPENETRATE;
|
||||||
|
@ -28,7 +28,7 @@ Element_NICE::Element_NICE()
|
|||||||
|
|
||||||
Temperature = 35.0f;
|
Temperature = 35.0f;
|
||||||
HeatConduct = 46;
|
HeatConduct = 46;
|
||||||
Description = "Nitrogen Ice.";
|
Description = "Nitrogen Ice. Very cold, will melt into LN2 when heated only slightly.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_PQRT::Element_PQRT()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 3;
|
HeatConduct = 3;
|
||||||
Description = "Broken quartz.";
|
Description = "Powdered quartz, broken form of QRTZ.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_PART| PROP_HOT_GLOW;
|
Properties = TYPE_PART| PROP_HOT_GLOW;
|
||||||
|
@ -28,7 +28,7 @@ Element_PRTI::Element_PRTI()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Portal IN. Things go in here, now with temperature dependent channels (same as WIFI)";
|
Description = "Portal IN. Particles go in here. Also has temperature dependent channels (same as WIFI)";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_PRTO::Element_PRTO()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Portal OUT. Things come out here, now with temperature dependent channels (same as WIFI)";
|
Description = "Portal OUT. Particles come out here. Also has temperature dependent channels (same as WIFI)";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_PSNS::Element_PSNS()
|
|||||||
|
|
||||||
Temperature = 277.15f;
|
Temperature = 277.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Pressure sensor, creates spark when the pressure is greater than its temperature.";
|
Description = "Pressure sensor, creates a spark when the pressure is greater than its temperature.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_REPL::Element_REPL()
|
|||||||
|
|
||||||
Temperature = 20.0f+0.0f +273.15f;
|
Temperature = 20.0f+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Repels or attracts particles based on its temp value.";
|
Description = "Repels or attracts particles based on its temperature.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_STOR::Element_STOR()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 0;
|
HeatConduct = 0;
|
||||||
Description = "Stores a single particle, releases when charged with PSCN, also passes to PIPE.";
|
Description = "Captures and stores a single particle. releases when charged with PSCN, also passes to PIPE.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_SOLID;
|
Properties = TYPE_SOLID;
|
||||||
|
@ -28,7 +28,7 @@ Element_TESC::Element_TESC()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Tesla coil!";
|
Description = "Tesla coil! Creates lightning when sparked.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;
|
||||||
|
@ -28,7 +28,7 @@ Element_THDR::Element_THDR()
|
|||||||
|
|
||||||
Temperature = 9000.0f +273.15f;
|
Temperature = 9000.0f +273.15f;
|
||||||
HeatConduct = 1;
|
HeatConduct = 1;
|
||||||
Description = "Lightning! Very hot, inflicts damage upon most materials, transfers current to metals.";
|
Description = "Lightning! Very hot, inflicts damage upon most materials, and transfers current to metals.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_PART;
|
||||||
|
@ -28,7 +28,7 @@ Element_TRON::Element_TRON()
|
|||||||
|
|
||||||
Temperature = 0.0f;
|
Temperature = 0.0f;
|
||||||
HeatConduct = 40;
|
HeatConduct = 40;
|
||||||
Description = "Smart particles, Travels in straight lines and avoids obstacles. Grows with time.";
|
Description = "Smart particles, Travels in straight lines and avoids obstacles. Grows with time.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_LIFE_KILL;
|
Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_LIFE_KILL;
|
||||||
|
@ -29,7 +29,7 @@ Element_TTAN::Element_TTAN()
|
|||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
Temperature = R_TEMP+0.0f +273.15f;
|
||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Titanium, Higher melting temperature than other metals, blocks all air pressure";
|
Description = "Titanium. Higher melting temperature than most other metals, blocks all air pressure.";
|
||||||
|
|
||||||
State = ST_SOLID;
|
State = ST_SOLID;
|
||||||
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_HOT_GLOW|PROP_LIFE_DEC;
|
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_HOT_GLOW|PROP_LIFE_DEC;
|
||||||
|
@ -28,7 +28,7 @@ Element_WTRV::Element_WTRV()
|
|||||||
|
|
||||||
Temperature = R_TEMP+100.0f+273.15f;
|
Temperature = R_TEMP+100.0f+273.15f;
|
||||||
HeatConduct = 48;
|
HeatConduct = 48;
|
||||||
Description = "Steam, heats up air, produced from hot water.";
|
Description = "Steam. Produced from hot water.";
|
||||||
|
|
||||||
State = ST_GAS;
|
State = ST_GAS;
|
||||||
Properties = TYPE_GAS;
|
Properties = TYPE_GAS;
|
||||||
|
Reference in New Issue
Block a user