From c68e4b1393f92fadfe4cf4b6dcca212414dd8646 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 3 May 2013 22:42:36 -0400 Subject: change descriptions of many elements to be more consistent, contain more info, and be more helpful. diff --git a/src/simulation/elements/116.cpp b/src/simulation/elements/116.cpp index bd359e8..e99f0cf 100644 --- a/src/simulation/elements/116.cpp +++ b/src/simulation/elements/116.cpp @@ -28,7 +28,7 @@ Element_116::Element_116() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Shared velocity test"; + Description = "A failed shared velocity test."; State = ST_SOLID; Properties = TYPE_PART; diff --git a/src/simulation/elements/ACEL.cpp b/src/simulation/elements/ACEL.cpp index c5d0f38..15e1b89 100644 --- a/src/simulation/elements/ACEL.cpp +++ b/src/simulation/elements/ACEL.cpp @@ -28,7 +28,7 @@ Element_ACEL::Element_ACEL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Accelerator"; + Description = "Accelerator, speeds up nearby elements."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/AMTR.cpp b/src/simulation/elements/AMTR.cpp index ccd166a..f62670e 100644 --- a/src/simulation/elements/AMTR.cpp +++ b/src/simulation/elements/AMTR.cpp @@ -28,7 +28,7 @@ Element_AMTR::Element_AMTR() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Anti-Matter, Destroys a majority of particles"; + Description = "Anti-Matter, destroys a majority of particles."; State = ST_NONE; Properties = TYPE_PART; diff --git a/src/simulation/elements/ARAY.cpp b/src/simulation/elements/ARAY.cpp index 7da2621..f7d3194 100644 --- a/src/simulation/elements/ARAY.cpp +++ b/src/simulation/elements/ARAY.cpp @@ -28,7 +28,7 @@ Element_ARAY::Element_ARAY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Ray Emitter. Rays create points when they collide"; + Description = "Ray Emitter. Rays create points when they collide."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/BANG.cpp b/src/simulation/elements/BANG.cpp index 37ada4a..fa1ebae 100644 --- a/src/simulation/elements/BANG.cpp +++ b/src/simulation/elements/BANG.cpp @@ -28,7 +28,7 @@ Element_BANG::Element_BANG() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Explosive."; + Description = "TNT, explodes all at once."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/BGLA.cpp b/src/simulation/elements/BGLA.cpp index 12c779a..3c7e9ba 100644 --- a/src/simulation/elements/BGLA.cpp +++ b/src/simulation/elements/BGLA.cpp @@ -28,7 +28,7 @@ Element_BGLA::Element_BGLA() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 150; - Description = "Broken Glass, Heavy particles. Meltable. Bagels."; + Description = "Broken Glass, heavy particles formed when glass breaks under pressure. Meltable. Bagels."; State = ST_SOLID; Properties = TYPE_PART | PROP_HOT_GLOW; diff --git a/src/simulation/elements/BIZR.cpp b/src/simulation/elements/BIZR.cpp index d821190..e79c721 100644 --- a/src/simulation/elements/BIZR.cpp +++ b/src/simulation/elements/BIZR.cpp @@ -28,7 +28,7 @@ Element_BIZR::Element_BIZR() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 29; - Description = "Bizarre... contradicts the normal state changes."; + Description = "Bizarre... contradicts the normal state changes. Paints other elements with it's deco color."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/BIZRG.cpp b/src/simulation/elements/BIZRG.cpp index 04b9bbb..aa1f0d2 100644 --- a/src/simulation/elements/BIZRG.cpp +++ b/src/simulation/elements/BIZRG.cpp @@ -28,7 +28,7 @@ Element_BIZRG::Element_BIZRG() Temperature = R_TEMP-200.0f+273.15f; HeatConduct = 42; - Description = "Bizarre gas"; + Description = "Bizarre gas."; State = ST_GAS; Properties = TYPE_GAS; diff --git a/src/simulation/elements/BIZRS.cpp b/src/simulation/elements/BIZRS.cpp index 7ef6ebf..4fd15ae 100644 --- a/src/simulation/elements/BIZRS.cpp +++ b/src/simulation/elements/BIZRS.cpp @@ -28,7 +28,7 @@ Element_BIZRS::Element_BIZRS() Temperature = R_TEMP+300.0f+273.15f; HeatConduct = 251; - Description = "Bizarre solid"; + Description = "Bizarre solid."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/BOMB.cpp b/src/simulation/elements/BOMB.cpp index ea53497..ad1a193 100644 --- a/src/simulation/elements/BOMB.cpp +++ b/src/simulation/elements/BOMB.cpp @@ -28,7 +28,7 @@ Element_BOMB::Element_BOMB() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Bomb."; + Description = "Bomb. Explodes and destroys all surrounding particles when it touches something."; State = ST_NONE; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC|PROP_SPARKSETTLE; diff --git a/src/simulation/elements/BRAY.cpp b/src/simulation/elements/BRAY.cpp index 7c43d42..5030020 100644 --- a/src/simulation/elements/BRAY.cpp +++ b/src/simulation/elements/BRAY.cpp @@ -28,7 +28,7 @@ Element_BRAY::Element_BRAY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Ray Point. Rays create points when they collide"; + Description = "Ray Point. Rays create points when they collide."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_LIFE_KILL; diff --git a/src/simulation/elements/BTRY.cpp b/src/simulation/elements/BTRY.cpp index 2458313..f4a5d06 100644 --- a/src/simulation/elements/BTRY.cpp +++ b/src/simulation/elements/BTRY.cpp @@ -28,7 +28,7 @@ Element_BTRY::Element_BTRY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. Generates Electricity."; + Description = "Solid. Generates infinite electricity."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/C5.cpp b/src/simulation/elements/C5.cpp index 98d9bf0..ed87504 100644 --- a/src/simulation/elements/C5.cpp +++ b/src/simulation/elements/C5.cpp @@ -28,7 +28,7 @@ Element_C5::Element_C5() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Cold explosive"; + Description = "Cold explosive, set off by CFLM."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/CAUS.cpp b/src/simulation/elements/CAUS.cpp index 2a97fd2..0118fad 100644 --- a/src/simulation/elements/CAUS.cpp +++ b/src/simulation/elements/CAUS.cpp @@ -28,7 +28,7 @@ Element_CAUS::Element_CAUS() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Caustic Gas, acts like Acid"; + Description = "Caustic Gas, acts like ACID."; State = ST_GAS; Properties = TYPE_GAS|PROP_DEADLY; diff --git a/src/simulation/elements/CBNW.cpp b/src/simulation/elements/CBNW.cpp index 36e3a08..3f07730 100644 --- a/src/simulation/elements/CBNW.cpp +++ b/src/simulation/elements/CBNW.cpp @@ -28,7 +28,7 @@ Element_CBNW::Element_CBNW() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Carbonated water. Conducts electricity. Freezes. Extinguishes fires."; + Description = "Carbonated water. Slowly releases CO2."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/CO2.cpp b/src/simulation/elements/CO2.cpp index eb4bcb6..c3bb7c9 100644 --- a/src/simulation/elements/CO2.cpp +++ b/src/simulation/elements/CO2.cpp @@ -28,7 +28,7 @@ Element_CO2::Element_CO2() Temperature = R_TEMP+273.15f; HeatConduct = 88; - Description = "Carbon Dioxide"; + Description = "Carbon Dioxide. Heavy gas, drifts downwards. Carbonates water and turns to dry ice when cold."; State = ST_GAS; Properties = TYPE_GAS; diff --git a/src/simulation/elements/COAL.cpp b/src/simulation/elements/COAL.cpp index 47fe1a4..3186167 100644 --- a/src/simulation/elements/COAL.cpp +++ b/src/simulation/elements/COAL.cpp @@ -28,7 +28,7 @@ Element_COAL::Element_COAL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 200; - Description = "Solid. Burns slowly."; + Description = "Coal, Burns very slowly. Gets red when hot."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/CRAY.cpp b/src/simulation/elements/CRAY.cpp index 3cba72a..736eaa1 100644 --- a/src/simulation/elements/CRAY.cpp +++ b/src/simulation/elements/CRAY.cpp @@ -28,7 +28,7 @@ Element_CRAY::Element_CRAY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Particle Ray Emitter. Creates a beam of particles set by ctype, range is set by tmp"; + Description = "Particle Ray Emitter. Creates a beam of particles set by it's ctype, range is set by tmp."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/DCEL.cpp b/src/simulation/elements/DCEL.cpp index 6e3a411..f36f144 100644 --- a/src/simulation/elements/DCEL.cpp +++ b/src/simulation/elements/DCEL.cpp @@ -28,7 +28,7 @@ Element_DCEL::Element_DCEL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Decelerator"; + Description = "Decelerator, slows down nearby elements."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/DESL.cpp b/src/simulation/elements/DESL.cpp index 7427363..dc34dc8 100644 --- a/src/simulation/elements/DESL.cpp +++ b/src/simulation/elements/DESL.cpp @@ -28,7 +28,7 @@ Element_DESL::Element_DESL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 42; - Description = "Liquid. Explodes under high pressure and temperatures"; + Description = "Liquid diesel. Explodes under high pressure and temperatures."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/DEST.cpp b/src/simulation/elements/DEST.cpp index 6dcca59..d6f24f5 100644 --- a/src/simulation/elements/DEST.cpp +++ b/src/simulation/elements/DEST.cpp @@ -28,7 +28,7 @@ Element_DEST::Element_DEST() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 150; - Description = "More destructive Bomb."; + Description = "More destructive Bomb, can break through virtually anything."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/DMG.cpp b/src/simulation/elements/DMG.cpp index 6241e8e..a796701 100644 --- a/src/simulation/elements/DMG.cpp +++ b/src/simulation/elements/DMG.cpp @@ -28,7 +28,7 @@ Element_DMG::Element_DMG() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "DMG."; + Description = "Generates damaging pressure and breaks elements it hits."; State = ST_NONE; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC|PROP_SPARKSETTLE; diff --git a/src/simulation/elements/DRIC.cpp b/src/simulation/elements/DRIC.cpp index de4a66c..f1e37ec 100644 --- a/src/simulation/elements/DRIC.cpp +++ b/src/simulation/elements/DRIC.cpp @@ -28,7 +28,7 @@ Element_DRIC::Element_DRIC() Temperature = 172.65f; HeatConduct = 2; - Description = "Dry Ice."; + Description = "Dry Ice, formed when CO2 is cooled."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/DTEC.cpp b/src/simulation/elements/DTEC.cpp index 71bbf8b..8ecaf2e 100644 --- a/src/simulation/elements/DTEC.cpp +++ b/src/simulation/elements/DTEC.cpp @@ -28,7 +28,7 @@ Element_DTEC::Element_DTEC() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Creates a spark when something with its ctype is nearby"; + Description = "Detector, creates a spark when something with its ctype is nearby."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/ELEC.cpp b/src/simulation/elements/ELEC.cpp index fe056f3..8ab4af1 100644 --- a/src/simulation/elements/ELEC.cpp +++ b/src/simulation/elements/ELEC.cpp @@ -28,7 +28,7 @@ Element_ELEC::Element_ELEC() Temperature = R_TEMP+200.0f+273.15f; HeatConduct = 251; - Description = "Electrons"; + Description = "Electrons. Sparks electronics, reacts with NEUT and WATR."; State = ST_GAS; Properties = TYPE_ENERGY|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/EMP.cpp b/src/simulation/elements/EMP.cpp index 395e015..0440aa9 100644 --- a/src/simulation/elements/EMP.cpp +++ b/src/simulation/elements/EMP.cpp @@ -28,7 +28,7 @@ Element_EMP::Element_EMP() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 121; - Description = "Breaks activated electronics."; + Description = "Electromagnetic pulse. Breaks activated electronics."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/EXOT.cpp b/src/simulation/elements/EXOT.cpp index 8f8d874..2746695 100644 --- a/src/simulation/elements/EXOT.cpp +++ b/src/simulation/elements/EXOT.cpp @@ -28,7 +28,7 @@ Element_EXOT::Element_EXOT() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 250; - Description = "Exotic matter. Explodes with excess exposure to electrons."; + Description = "Exotic matter. Explodes with excess exposure to electrons. Has many other odd reactions."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_NEUTPASS; diff --git a/src/simulation/elements/FIGH.cpp b/src/simulation/elements/FIGH.cpp index 146c3db..767805b 100644 --- a/src/simulation/elements/FIGH.cpp +++ b/src/simulation/elements/FIGH.cpp @@ -28,7 +28,7 @@ Element_FIGH::Element_FIGH() Temperature = R_TEMP+14.6f+273.15f; HeatConduct = 0; - Description = "Fighter. Tries to kill stickmen."; + Description = "Fighter. Tries to kill stickmen. You must first give it an element to kill him with."; State = ST_NONE; Properties = 0; diff --git a/src/simulation/elements/FIRW.cpp b/src/simulation/elements/FIRW.cpp index 5d1c895..aeedaf0 100644 --- a/src/simulation/elements/FIRW.cpp +++ b/src/simulation/elements/FIRW.cpp @@ -32,7 +32,7 @@ Element_FIRW::Element_FIRW() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Fireworks!"; + Description = "Fireworks! Colorful, set off by fire"; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC; diff --git a/src/simulation/elements/FOG.cpp b/src/simulation/elements/FOG.cpp index f5d76f9..6971e0e 100644 --- a/src/simulation/elements/FOG.cpp +++ b/src/simulation/elements/FOG.cpp @@ -28,7 +28,7 @@ Element_FOG::Element_FOG() Temperature = 243.15f; HeatConduct = 100; - Description = "Not quite Steam"; + Description = "Fog, created when an electric current is passed through RIME."; State = ST_GAS; Properties = TYPE_GAS|PROP_LIFE_DEC; diff --git a/src/simulation/elements/FRAY.cpp b/src/simulation/elements/FRAY.cpp index ab45cb6..a140a12 100644 --- a/src/simulation/elements/FRAY.cpp +++ b/src/simulation/elements/FRAY.cpp @@ -28,7 +28,7 @@ Element_FRAY::Element_FRAY() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Force Emitter. Push or pull objects based on temp value, use like ARAY"; + Description = "Force Emitter. Pushes or pulls objects based on it's temp value, use like ARAY."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/FRME.cpp b/src/simulation/elements/FRME.cpp index f5b6a09..c1d3a79 100644 --- a/src/simulation/elements/FRME.cpp +++ b/src/simulation/elements/FRME.cpp @@ -28,7 +28,7 @@ Element_FRME::Element_FRME() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Frame, can be used with pistons to push many particles"; + Description = "Frame, can be used with pistons to push many particles."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/FSEP.cpp b/src/simulation/elements/FSEP.cpp index 6b8ae47..b79b28a 100644 --- a/src/simulation/elements/FSEP.cpp +++ b/src/simulation/elements/FSEP.cpp @@ -28,7 +28,7 @@ Element_FSEP::Element_FSEP() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Fuse Powder. See FUSE."; + Description = "Fuse Powder. Burns slowly like FUSE."; State = ST_SOLID; Properties = TYPE_PART; diff --git a/src/simulation/elements/FUSE.cpp b/src/simulation/elements/FUSE.cpp index 9267e5e..9eb5e37 100644 --- a/src/simulation/elements/FUSE.cpp +++ b/src/simulation/elements/FUSE.cpp @@ -28,7 +28,7 @@ Element_FUSE::Element_FUSE() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 200; - Description = "Solid. Burns slowly. Ignites at somewhat high temperatures and electricity."; + Description = "Burns slowly. Ignites at somewhat high temperatures or with electricity."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/FWRK.cpp b/src/simulation/elements/FWRK.cpp index afb9a9c..cb8e23a 100644 --- a/src/simulation/elements/FWRK.cpp +++ b/src/simulation/elements/FWRK.cpp @@ -28,7 +28,7 @@ Element_FWRK::Element_FWRK() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 100; - Description = "First fireworks made, activated by heat/neutrons."; + Description = "Original version of fireworks, activated by heat/neutrons."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC; diff --git a/src/simulation/elements/GAS.cpp b/src/simulation/elements/GAS.cpp index 5eff93f..f7190f8 100644 --- a/src/simulation/elements/GAS.cpp +++ b/src/simulation/elements/GAS.cpp @@ -28,7 +28,7 @@ Element_GAS::Element_GAS() Temperature = R_TEMP+2.0f +273.15f; HeatConduct = 42; - Description = "Gas. Diffuses. Flammable. Liquefies under pressure."; + Description = "Diffuses quickly and flammable. Liquefies into OIL under pressure."; State = ST_GAS; Properties = TYPE_GAS | PROP_NEUTPASS; diff --git a/src/simulation/elements/GBMB.cpp b/src/simulation/elements/GBMB.cpp index 4257477..b9a603f 100644 --- a/src/simulation/elements/GBMB.cpp +++ b/src/simulation/elements/GBMB.cpp @@ -28,7 +28,7 @@ Element_GBMB::Element_GBMB() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Sticks to first object it touches then produces strong gravity push."; + Description = "Gravity bomb. Sticks to the first object it touches then produces a strong gravity push."; State = ST_NONE; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/GEL.cpp b/src/simulation/elements/GEL.cpp index 5fd9a96..8ea7f0f 100644 --- a/src/simulation/elements/GEL.cpp +++ b/src/simulation/elements/GEL.cpp @@ -28,7 +28,7 @@ Element_GEL::Element_GEL() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Gel. A liquid with variable viscosity and heat conductivity"; + Description = "Gel. A liquid with variable viscosity and heat conductivity."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_LIFE_DEC|PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/GLAS.cpp b/src/simulation/elements/GLAS.cpp index 5baa59c..347e809 100644 --- a/src/simulation/elements/GLAS.cpp +++ b/src/simulation/elements/GLAS.cpp @@ -28,7 +28,7 @@ Element_GLAS::Element_GLAS() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 150; - Description = "Solid. Meltable. Shatters under pressure"; + Description = "Glass. Meltable. Shatters under pressure, and refracts photons."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPASS | PROP_HOT_GLOW | PROP_SPARKSETTLE; diff --git a/src/simulation/elements/GLOW.cpp b/src/simulation/elements/GLOW.cpp index d8c07ba..b466069 100644 --- a/src/simulation/elements/GLOW.cpp +++ b/src/simulation/elements/GLOW.cpp @@ -28,7 +28,7 @@ Element_GLOW::Element_GLOW() Temperature = R_TEMP+20.0f+273.15f; HeatConduct = 44; - Description = "Glow, Glows under pressure"; + Description = "Glow, Glows under pressure."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/GOO.cpp b/src/simulation/elements/GOO.cpp index 0d55ba5..f23360d 100644 --- a/src/simulation/elements/GOO.cpp +++ b/src/simulation/elements/GOO.cpp @@ -28,7 +28,7 @@ Element_GOO::Element_GOO() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 75; - Description = "Solid. Deforms and disappears under pressure."; + Description = "Deforms and disappears under pressure."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/GPMP.cpp b/src/simulation/elements/GPMP.cpp index cbef4ed..970f797 100644 --- a/src/simulation/elements/GPMP.cpp +++ b/src/simulation/elements/GPMP.cpp @@ -28,7 +28,7 @@ Element_GPMP::Element_GPMP() Temperature = 0.0f +273.15f; HeatConduct = 0; - Description = "Changes gravity to its temp when activated. (use HEAT/COOL)."; + Description = "Gravity pump. Changes gravity to its temp when activated. (use HEAT/COOL)"; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/GUNP.cpp b/src/simulation/elements/GUNP.cpp index 5e191e9..7dc78db 100644 --- a/src/simulation/elements/GUNP.cpp +++ b/src/simulation/elements/GUNP.cpp @@ -28,7 +28,7 @@ Element_GUNP::Element_GUNP() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 97; - Description = "Light dust. Explosive."; + Description = "Gunpowder. Light dust, explosive."; State = ST_SOLID; Properties = TYPE_PART; diff --git a/src/simulation/elements/H2.cpp b/src/simulation/elements/H2.cpp index e066dfd..1ba935e 100644 --- a/src/simulation/elements/H2.cpp +++ b/src/simulation/elements/H2.cpp @@ -28,7 +28,7 @@ Element_H2::Element_H2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Combines with O2 to make WATR"; + Description = "Hydrogen. Combines with OXYG to make WATR. Undergoes fusion at high temperature and pressure"; State = ST_GAS; Properties = TYPE_GAS; diff --git a/src/simulation/elements/HSWC.cpp b/src/simulation/elements/HSWC.cpp index 499ce50..ab7fcb3 100644 --- a/src/simulation/elements/HSWC.cpp +++ b/src/simulation/elements/HSWC.cpp @@ -28,7 +28,7 @@ Element_HSWC::Element_HSWC() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Heat switch. Conducts Heat only when activated"; + Description = "Heat switch. Conducts heat only when activated."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/ICEI.cpp b/src/simulation/elements/ICEI.cpp index 9449b4a..7edfd22 100644 --- a/src/simulation/elements/ICEI.cpp +++ b/src/simulation/elements/ICEI.cpp @@ -28,7 +28,7 @@ Element_ICEI::Element_ICEI() Temperature = R_TEMP-50.0f+273.15f; HeatConduct = 46; - Description = "Solid. Freezes water. Crushes under pressure. Cools down air."; + Description = "Crushes under pressure. Cools down air."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_NEUTPASS; diff --git a/src/simulation/elements/IGNT.cpp b/src/simulation/elements/IGNT.cpp index c827e6a..500d1a1 100644 --- a/src/simulation/elements/IGNT.cpp +++ b/src/simulation/elements/IGNT.cpp @@ -28,7 +28,7 @@ Element_IGNT::Element_IGNT() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Ignition cord."; + Description = "Ignition cord. Burns slowly with fire and sparks."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE | PROP_SPARKSETTLE | PROP_LIFE_KILL; diff --git a/src/simulation/elements/INSL.cpp b/src/simulation/elements/INSL.cpp index 61ded31..c185352 100644 --- a/src/simulation/elements/INSL.cpp +++ b/src/simulation/elements/INSL.cpp @@ -28,7 +28,7 @@ Element_INSL::Element_INSL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Insulator, does not conduct heat or electricity."; + Description = "Insulator, does not conduct heat and blocks electricity."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/INVIS.cpp b/src/simulation/elements/INVIS.cpp index 18c78b9..5e7f87d 100644 --- a/src/simulation/elements/INVIS.cpp +++ b/src/simulation/elements/INVIS.cpp @@ -28,7 +28,7 @@ Element_INVIS::Element_INVIS() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 164; - Description = "Invisible to everything while under pressure."; + Description = "Invisible to particles while under pressure."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPASS; diff --git a/src/simulation/elements/IRON.cpp b/src/simulation/elements/IRON.cpp index 5f92136..5c0cdf6 100644 --- a/src/simulation/elements/IRON.cpp +++ b/src/simulation/elements/IRON.cpp @@ -28,7 +28,7 @@ Element_IRON::Element_IRON() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Rusts with salt, can be used for electrolysis of WATR"; + Description = "Rusts with salt, can be used for electrolysis of WATR."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW; diff --git a/src/simulation/elements/ISOZ.cpp b/src/simulation/elements/ISOZ.cpp index a4036dd..d3d6e6e 100644 --- a/src/simulation/elements/ISOZ.cpp +++ b/src/simulation/elements/ISOZ.cpp @@ -28,7 +28,7 @@ Element_ISOZ::Element_ISOZ() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Radioactive liquid"; + Description = "Radioactive liquid. Decays into photons when touching PHOT or under negative pressure."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/ISZS.cpp b/src/simulation/elements/ISZS.cpp index f810223..df9c022 100644 --- a/src/simulation/elements/ISZS.cpp +++ b/src/simulation/elements/ISZS.cpp @@ -28,7 +28,7 @@ Element_ISZS::Element_ISZS() Temperature = 140.00f; HeatConduct = 251; - Description = "Solid form of ISOZ, slowly decays."; + Description = "Solid form of ISOZ, slowly decays into PHOT."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/LAVA.cpp b/src/simulation/elements/LAVA.cpp index 796af14..062dcf8 100644 --- a/src/simulation/elements/LAVA.cpp +++ b/src/simulation/elements/LAVA.cpp @@ -28,7 +28,7 @@ Element_LAVA::Element_LAVA() Temperature = R_TEMP+1500.0f+273.15f; HeatConduct = 60; - Description = "Heavy liquid. Ignites flammable materials. Solidifies when cold."; + Description = "Molten lava. Ignites flammable materials. Generated when metals and other materials melt, solidifies when cold."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/LIGH.cpp b/src/simulation/elements/LIGH.cpp index 1556110..bf41f77 100644 --- a/src/simulation/elements/LIGH.cpp +++ b/src/simulation/elements/LIGH.cpp @@ -29,7 +29,7 @@ Element_LIGH::Element_LIGH() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "More realistic lightning. Set pen size to set the size of the lightning."; + Description = "Lightning. Change the brush size to set the size of the lightning."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/LNTG.cpp b/src/simulation/elements/LNTG.cpp index f5c08c0..da3199f 100644 --- a/src/simulation/elements/LNTG.cpp +++ b/src/simulation/elements/LNTG.cpp @@ -28,7 +28,7 @@ Element_LNTG::Element_LNTG() Temperature = 70.15f; HeatConduct = 70; - Description = "Liquid Nitrogen. Very cold."; + Description = "Liquid Nitrogen. Very cold, disappears whenever it touches anything warmer."; State = ST_SOLID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/LO2.cpp b/src/simulation/elements/LO2.cpp index 2b291f3..41a5053 100644 --- a/src/simulation/elements/LO2.cpp +++ b/src/simulation/elements/LO2.cpp @@ -28,7 +28,7 @@ Element_LO2::Element_LO2() Temperature = 80.0f; HeatConduct = 70; - Description = "Liquid Oxygen. Very cold. Reacts with fire"; + Description = "Liquid Oxygen. Very cold. Reacts with fire."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/METL.cpp b/src/simulation/elements/METL.cpp index 7432790..a194793 100644 --- a/src/simulation/elements/METL.cpp +++ b/src/simulation/elements/METL.cpp @@ -28,7 +28,7 @@ Element_METL::Element_METL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. Conducts electricity. Meltable."; + Description = "The basic conductor, meltable and breaks under pressure."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW; diff --git a/src/simulation/elements/MWAX.cpp b/src/simulation/elements/MWAX.cpp index 604a50d..cb0cfbd 100644 --- a/src/simulation/elements/MWAX.cpp +++ b/src/simulation/elements/MWAX.cpp @@ -28,7 +28,7 @@ Element_MWAX::Element_MWAX() Temperature = R_TEMP+28.0f+273.15f; HeatConduct = 44; - Description = "Liquid Wax."; + Description = "Liquid Wax. Hardens into WAX at 45 degrees."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/NBHL.cpp b/src/simulation/elements/NBHL.cpp index d10f44a..425be81 100644 --- a/src/simulation/elements/NBHL.cpp +++ b/src/simulation/elements/NBHL.cpp @@ -28,7 +28,7 @@ Element_NBHL::Element_NBHL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 186; - Description = "Black hole (Requires newtonian gravity)"; + Description = "Black hole, sucks in particles using gravity. (Requires Newtonian gravity)"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/NBLE.cpp b/src/simulation/elements/NBLE.cpp index ada32a9..1c569f6 100644 --- a/src/simulation/elements/NBLE.cpp +++ b/src/simulation/elements/NBLE.cpp @@ -28,7 +28,7 @@ Element_NBLE::Element_NBLE() Temperature = R_TEMP+2.0f +273.15f; HeatConduct = 106; - Description = "Noble Gas. Diffuses. Conductive. Ionizes into plasma when introduced to electricity"; + Description = "Noble Gas. Diffuses and conductive. Ionizes into plasma when introduced to electricity."; State = ST_GAS; Properties = TYPE_GAS|PROP_CONDUCTS|PROP_LIFE_DEC; diff --git a/src/simulation/elements/NITR.cpp b/src/simulation/elements/NITR.cpp index 55375b9..d4bce87 100644 --- a/src/simulation/elements/NITR.cpp +++ b/src/simulation/elements/NITR.cpp @@ -28,7 +28,7 @@ Element_NITR::Element_NITR() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 50; - Description = "Liquid. Pressure sensitive explosive."; + Description = "Nitroglycerin. Pressure sensitive explosive. Mix with CLST to make TNT."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/NTCT.cpp b/src/simulation/elements/NTCT.cpp index c6c065e..24a190b 100644 --- a/src/simulation/elements/NTCT.cpp +++ b/src/simulation/elements/NTCT.cpp @@ -28,7 +28,7 @@ Element_NTCT::Element_NTCT() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Semi-conductor. Only conducts electricity when hot (More than 100C)"; + Description = "Semi-conductor. Only conducts electricity when hot. (More than 100C)"; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC; diff --git a/src/simulation/elements/NWHL.cpp b/src/simulation/elements/NWHL.cpp index 7db070c..b1c10e5 100644 --- a/src/simulation/elements/NWHL.cpp +++ b/src/simulation/elements/NWHL.cpp @@ -28,7 +28,7 @@ Element_NWHL::Element_NWHL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 186; - Description = "White hole (Requires newtonian gravity)"; + Description = "White hole, pushes away other particles with gravity. (Requires Newtonian gravity)"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/O2.cpp b/src/simulation/elements/O2.cpp index 9f543a1..31dfe31 100644 --- a/src/simulation/elements/O2.cpp +++ b/src/simulation/elements/O2.cpp @@ -28,7 +28,7 @@ Element_O2::Element_O2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Gas. Ignites easily."; + Description = "Oxygen gas. Ignites easily."; State = ST_GAS; Properties = TYPE_GAS; diff --git a/src/simulation/elements/OIL.cpp b/src/simulation/elements/OIL.cpp index 3d2239d..d78660e 100644 --- a/src/simulation/elements/OIL.cpp +++ b/src/simulation/elements/OIL.cpp @@ -28,7 +28,7 @@ Element_OIL::Element_OIL() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 42; - Description = "Liquid. Flammable."; + Description = "Flammable, turns into GAS at low pressure or high temperature. Can be formed with NEUT and NITR."; State = ST_LIQUID; Properties = TYPE_LIQUID | PROP_NEUTPASS; diff --git a/src/simulation/elements/PBCN.cpp b/src/simulation/elements/PBCN.cpp index 86514f2..ca24782 100644 --- a/src/simulation/elements/PBCN.cpp +++ b/src/simulation/elements/PBCN.cpp @@ -28,7 +28,7 @@ Element_PBCN::Element_PBCN() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Powered breakable clone"; + Description = "Powered breakable clone."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PCLN.cpp b/src/simulation/elements/PCLN.cpp index 6ad4964..441014a 100644 --- a/src/simulation/elements/PCLN.cpp +++ b/src/simulation/elements/PCLN.cpp @@ -28,7 +28,7 @@ Element_PCLN::Element_PCLN() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. When activated, duplicates any particles it touches."; + Description = "Powered clone. When activated, duplicates any particles it touches."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PHOT.cpp b/src/simulation/elements/PHOT.cpp index 943e603..e132d3d 100644 --- a/src/simulation/elements/PHOT.cpp +++ b/src/simulation/elements/PHOT.cpp @@ -28,7 +28,7 @@ Element_PHOT::Element_PHOT() Temperature = R_TEMP+900.0f+273.15f; HeatConduct = 251; - Description = "Photons. Travel in straight lines."; + Description = "Photons. Refracts through glass, scattered by quartz, and color-changed by different elements. Ignites flammable materials."; State = ST_GAS; Properties = TYPE_ENERGY|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/PIPE.cpp b/src/simulation/elements/PIPE.cpp index 0e49890..44e75db 100644 --- a/src/simulation/elements/PIPE.cpp +++ b/src/simulation/elements/PIPE.cpp @@ -28,7 +28,7 @@ Element_PIPE::Element_PIPE() Temperature = 273.15f; HeatConduct = 0; - Description = "Moves elements around, read FAQ on website for help."; + Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is useable."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/PLEX.cpp b/src/simulation/elements/PLEX.cpp index 13672a1..a4bd63e 100644 --- a/src/simulation/elements/PLEX.cpp +++ b/src/simulation/elements/PLEX.cpp @@ -28,7 +28,7 @@ Element_PLEX::Element_PLEX() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Solid. Pressure sensitive explosive."; + Description = "Solid pressure sensitive explosive."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/PRTI.cpp b/src/simulation/elements/PRTI.cpp index 4f5a0f5..ce91087 100644 --- a/src/simulation/elements/PRTI.cpp +++ b/src/simulation/elements/PRTI.cpp @@ -28,7 +28,7 @@ Element_PRTI::Element_PRTI() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Portal IN. Things go in here, now with channels (same as WIFI)"; + Description = "Portal IN. Things go in here, now with temperature dependent channels (same as WIFI)"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PRTO.cpp b/src/simulation/elements/PRTO.cpp index d4a6cda..af3e7f8 100644 --- a/src/simulation/elements/PRTO.cpp +++ b/src/simulation/elements/PRTO.cpp @@ -28,7 +28,7 @@ Element_PRTO::Element_PRTO() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Portal OUT. Things come out here, now with channels (same as WIFI)"; + Description = "Portal OUT. Things come out here, now with temperature dependent channels (same as WIFI)"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PSTE.cpp b/src/simulation/elements/PSTE.cpp index 1dc12fa..add4370 100644 --- a/src/simulation/elements/PSTE.cpp +++ b/src/simulation/elements/PSTE.cpp @@ -28,7 +28,7 @@ Element_PSTE::Element_PSTE() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Colloid, Hardens under pressure"; + Description = "Colloid, Hardens under pressure."; State = ST_LIQUID; Properties = TYPE_LIQUID; diff --git a/src/simulation/elements/PSTN.cpp b/src/simulation/elements/PSTN.cpp index f1c9fd7..4da1b73 100644 --- a/src/simulation/elements/PSTN.cpp +++ b/src/simulation/elements/PSTN.cpp @@ -28,7 +28,7 @@ Element_PSTN::Element_PSTN() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Piston, extends and pushes particles"; + Description = "Piston, extends and pushes particles."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PSTS.cpp b/src/simulation/elements/PSTS.cpp index d6cfdc4..06a8c1e 100644 --- a/src/simulation/elements/PSTS.cpp +++ b/src/simulation/elements/PSTS.cpp @@ -28,7 +28,7 @@ Element_PSTS::Element_PSTS() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Solid form of PSTE, temporary"; + Description = "Solid form of PSTE."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PTCT.cpp b/src/simulation/elements/PTCT.cpp index 7d3738d..be3c231 100644 --- a/src/simulation/elements/PTCT.cpp +++ b/src/simulation/elements/PTCT.cpp @@ -28,7 +28,7 @@ Element_PTCT::Element_PTCT() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Semi-conductor. Only conducts electricity when cold (Less than 100C)"; + Description = "Semi-conductor. Only conducts electricity when cold. (Less than 100C)"; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC; diff --git a/src/simulation/elements/PUMP.cpp b/src/simulation/elements/PUMP.cpp index 4c02cdc..6f2d3b7 100644 --- a/src/simulation/elements/PUMP.cpp +++ b/src/simulation/elements/PUMP.cpp @@ -28,7 +28,7 @@ Element_PUMP::Element_PUMP() Temperature = 273.15f; HeatConduct = 0; - Description = "Changes pressure to its temp when activated. (use HEAT/COOL)."; + Description = "Pressure pump. Changes pressure to its temp when activated. (use HEAT/COOL)."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/PVOD.cpp b/src/simulation/elements/PVOD.cpp index 34e44be..0c08584 100644 --- a/src/simulation/elements/PVOD.cpp +++ b/src/simulation/elements/PVOD.cpp @@ -28,7 +28,7 @@ Element_PVOD::Element_PVOD() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. When activated, destroys entering particles"; + Description = "Powered VOID. When activated, destroys entering particles."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/RBDM.cpp b/src/simulation/elements/RBDM.cpp index eb25df4..9e08bc3 100644 --- a/src/simulation/elements/RBDM.cpp +++ b/src/simulation/elements/RBDM.cpp @@ -28,7 +28,7 @@ Element_RBDM::Element_RBDM() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 240; - Description = "Rubidium, explosive, especially on contact with water, low melting point"; + Description = "Rubidium. Explosive, especially on contact with water. Low melting point."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC; diff --git a/src/simulation/elements/REPL.cpp b/src/simulation/elements/REPL.cpp index aa513e9..81b7c84 100644 --- a/src/simulation/elements/REPL.cpp +++ b/src/simulation/elements/REPL.cpp @@ -28,7 +28,7 @@ Element_REPL::Element_REPL() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Repel or attract particles based on temp value."; + Description = "Repels or attracts particles based on it's temp value."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/RIME.cpp b/src/simulation/elements/RIME.cpp index ab61988..c735866 100644 --- a/src/simulation/elements/RIME.cpp +++ b/src/simulation/elements/RIME.cpp @@ -28,7 +28,7 @@ Element_RIME::Element_RIME() Temperature = 243.15f; HeatConduct = 100; - Description = "Not quite Ice"; + Description = "Solid, created when steam cools rapidly and goes through sublimation."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/SAND.cpp b/src/simulation/elements/SAND.cpp index a0262e3..dade4f1 100644 --- a/src/simulation/elements/SAND.cpp +++ b/src/simulation/elements/SAND.cpp @@ -28,7 +28,7 @@ Element_SAND::Element_SAND() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 150; - Description = "Sand, Heavy particles. Meltable."; + Description = "Sand, Heavy particles. Melts into glass."; State = ST_SOLID; Properties = TYPE_PART; diff --git a/src/simulation/elements/SHLD1.cpp b/src/simulation/elements/SHLD1.cpp index d6abdf0..db06feb 100644 --- a/src/simulation/elements/SHLD1.cpp +++ b/src/simulation/elements/SHLD1.cpp @@ -28,7 +28,7 @@ Element_SHLD1::Element_SHLD1() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Shield, spark it to grow"; + Description = "Shield, spark it to grow."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SHLD2.cpp b/src/simulation/elements/SHLD2.cpp index 5202182..26e66ab 100644 --- a/src/simulation/elements/SHLD2.cpp +++ b/src/simulation/elements/SHLD2.cpp @@ -28,7 +28,7 @@ Element_SHLD2::Element_SHLD2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Shield lvl 2"; + Description = "Shield lvl 2."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SHLD3.cpp b/src/simulation/elements/SHLD3.cpp index 6eaae1c..ceb390f 100644 --- a/src/simulation/elements/SHLD3.cpp +++ b/src/simulation/elements/SHLD3.cpp @@ -28,7 +28,7 @@ Element_SHLD3::Element_SHLD3() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Shield lvl 3"; + Description = "Shield lvl 3."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SHLD4.cpp b/src/simulation/elements/SHLD4.cpp index 85e01db..199eb13 100644 --- a/src/simulation/elements/SHLD4.cpp +++ b/src/simulation/elements/SHLD4.cpp @@ -28,7 +28,7 @@ Element_SHLD4::Element_SHLD4() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Shield lvl 4"; + Description = "Shield lvl 4."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SING.cpp b/src/simulation/elements/SING.cpp index e0ec3db..e39a55b 100644 --- a/src/simulation/elements/SING.cpp +++ b/src/simulation/elements/SING.cpp @@ -28,7 +28,7 @@ Element_SING::Element_SING() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Singularity"; + Description = "Singularity. Creates huge amounts of negative pressure and destroys everything."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SMKE.cpp b/src/simulation/elements/SMKE.cpp index e3344b4..b4572d0 100644 --- a/src/simulation/elements/SMKE.cpp +++ b/src/simulation/elements/SMKE.cpp @@ -28,7 +28,7 @@ Element_SMKE::Element_SMKE() Temperature = R_TEMP+320.0f+273.15f; HeatConduct = 88; - Description = "Smoke"; + Description = "Smoke, created by fire."; State = ST_SOLID; Properties = TYPE_GAS|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; diff --git a/src/simulation/elements/SNOW.cpp b/src/simulation/elements/SNOW.cpp index 58ea878..76c0494 100644 --- a/src/simulation/elements/SNOW.cpp +++ b/src/simulation/elements/SNOW.cpp @@ -28,7 +28,7 @@ Element_SNOW::Element_SNOW() Temperature = R_TEMP-30.0f+273.15f; HeatConduct = 46; - Description = "Light particles."; + Description = "Light particles. Created when ICE breaks under pressure."; State = ST_SOLID; Properties = TYPE_PART|PROP_LIFE_DEC|PROP_NEUTPASS; diff --git a/src/simulation/elements/SOAP.cpp b/src/simulation/elements/SOAP.cpp index fcdac37..472dbd7 100644 --- a/src/simulation/elements/SOAP.cpp +++ b/src/simulation/elements/SOAP.cpp @@ -28,7 +28,7 @@ Element_SOAP::Element_SOAP() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Soap. Creates bubbles."; + Description = "Soap. Creates bubbles. Washes off deco color."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_NEUTPENETRATE|PROP_LIFE_DEC; diff --git a/src/simulation/elements/SPAWN.cpp b/src/simulation/elements/SPAWN.cpp index 8414178..517c712 100644 --- a/src/simulation/elements/SPAWN.cpp +++ b/src/simulation/elements/SPAWN.cpp @@ -28,7 +28,7 @@ Element_SPAWN::Element_SPAWN() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "STKM spawn point"; + Description = "STKM spawn point."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/SPAWN2.cpp b/src/simulation/elements/SPAWN2.cpp index db9af4b..4ce0ceb 100644 --- a/src/simulation/elements/SPAWN2.cpp +++ b/src/simulation/elements/SPAWN2.cpp @@ -28,7 +28,7 @@ Element_SPAWN2::Element_SPAWN2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "STK2 spawn point"; + Description = "STK2 spawn point."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/SPNG.cpp b/src/simulation/elements/SPNG.cpp index ac60a38..47a3b77 100644 --- a/src/simulation/elements/SPNG.cpp +++ b/src/simulation/elements/SPNG.cpp @@ -28,7 +28,7 @@ Element_SPNG::Element_SPNG() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "A sponge, absorbs water."; + Description = "Sponge, absorbs water. Is not a moving solid."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/SPRK.cpp b/src/simulation/elements/SPRK.cpp index d441455..e255f90 100644 --- a/src/simulation/elements/SPRK.cpp +++ b/src/simulation/elements/SPRK.cpp @@ -28,7 +28,7 @@ Element_SPRK::Element_SPRK() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Electricity. Conducted by metal and water."; + Description = "Electricity. The basis of all electronics in TPT, travels along wires and other conductive elements."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/STKM.cpp b/src/simulation/elements/STKM.cpp index 9fdead2..52deee1 100644 --- a/src/simulation/elements/STKM.cpp +++ b/src/simulation/elements/STKM.cpp @@ -28,7 +28,7 @@ Element_STKM::Element_STKM() Temperature = R_TEMP+14.6f+273.15f; HeatConduct = 0; - Description = "Stickman. Don't kill him!"; + Description = "Stickman. Don't kill him! Control with the arrow keys."; State = ST_NONE; Properties = 0; diff --git a/src/simulation/elements/STKM2.cpp b/src/simulation/elements/STKM2.cpp index 0621d75..6583b70 100644 --- a/src/simulation/elements/STKM2.cpp +++ b/src/simulation/elements/STKM2.cpp @@ -28,7 +28,7 @@ Element_STKM2::Element_STKM2() Temperature = R_TEMP+14.6f+273.15f; HeatConduct = 0; - Description = "Stickman. Don't kill him!"; + Description = "second stickman. Don't kill him! Control with wasd."; State = ST_NONE; Properties = 0; diff --git a/src/simulation/elements/STOR.cpp b/src/simulation/elements/STOR.cpp index 5b51677..92dd80f 100644 --- a/src/simulation/elements/STOR.cpp +++ b/src/simulation/elements/STOR.cpp @@ -28,7 +28,7 @@ Element_STOR::Element_STOR() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Solid. Stores a single particle, releases when charged with PSCN, also passes to PIPE"; + Description = "Stores a single particle, releases when charged with PSCN, also passes to PIPE."; State = ST_NONE; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/SWCH.cpp b/src/simulation/elements/SWCH.cpp index fd8fd26..824929d 100644 --- a/src/simulation/elements/SWCH.cpp +++ b/src/simulation/elements/SWCH.cpp @@ -28,7 +28,7 @@ Element_SWCH::Element_SWCH() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Solid. Only conducts when switched on. (PSCN switches on, NSCN switches off)"; + Description = "Only conducts when switched on. (PSCN switches on, NSCN switches off)"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/TSNS.cpp b/src/simulation/elements/TSNS.cpp index d82194c..97fd7a2 100644 --- a/src/simulation/elements/TSNS.cpp +++ b/src/simulation/elements/TSNS.cpp @@ -28,7 +28,7 @@ Element_TSNS::Element_TSNS() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Creates a spark when there's a nearby particle with a greater temperature"; + Description = "Temperature sensor, creates a spark when there's a nearby particle with a greater temperature."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/VINE.cpp b/src/simulation/elements/VINE.cpp index 798fe35..398cce6 100644 --- a/src/simulation/elements/VINE.cpp +++ b/src/simulation/elements/VINE.cpp @@ -28,7 +28,7 @@ Element_VINE::Element_VINE() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 65; - Description = "Vine, grows"; + Description = "Vine, can grow along WOOD."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/WATR.cpp b/src/simulation/elements/WATR.cpp index 64b777f..ab5b814 100644 --- a/src/simulation/elements/WATR.cpp +++ b/src/simulation/elements/WATR.cpp @@ -28,7 +28,7 @@ Element_WATR::Element_WATR() Temperature = R_TEMP-2.0f +273.15f; HeatConduct = 29; - Description = "Liquid. Conducts electricity. Freezes. Extinguishes fires."; + Description = "Conducts electricity, freezes, and extinguishes fires."; State = ST_LIQUID; Properties = TYPE_LIQUID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_NEUTPASS; diff --git a/src/simulation/elements/WIFI.cpp b/src/simulation/elements/WIFI.cpp index 6b04040..a20e6de 100644 --- a/src/simulation/elements/WIFI.cpp +++ b/src/simulation/elements/WIFI.cpp @@ -28,7 +28,7 @@ Element_WIFI::Element_WIFI() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Wireless transmitter, color coded."; + Description = "Wireless transmitter, transfers spark to any other wifi on the same temperature channel."; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/WIRE.cpp b/src/simulation/elements/WIRE.cpp index 41f2170..6d4c1a7 100644 --- a/src/simulation/elements/WIRE.cpp +++ b/src/simulation/elements/WIRE.cpp @@ -28,7 +28,7 @@ Element_WIRE::Element_WIRE() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 250; - Description = "WireWorld wires, probably not what you want. For normal wires, use METL"; + Description = "WireWorld wires, conducts based on a set of GOL-like rules"; State = ST_SOLID; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/WOOD.cpp b/src/simulation/elements/WOOD.cpp index d15849e..589aa2f 100644 --- a/src/simulation/elements/WOOD.cpp +++ b/src/simulation/elements/WOOD.cpp @@ -28,7 +28,7 @@ Element_WOOD::Element_WOOD() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 164; - Description = "Solid. Flammable."; + Description = "Wood, flammable."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE; -- cgit v0.9.2-21-gd62e