User:SeMi/ES3/GLASS
From FSG Wiki
Pure silica (SiO2) has a melting point of about 2000 °C (3600 °F), and while it can be made into glass for special applications (see fused quartz), two other substances are always added to common glass to simplify processing. One is soda (sodium carbonate Na2CO3), or potash, the equivalent potassium compound, which lowers the melting point to about 1000 °C (1800 °F). However, the soda makes the glass water-soluble, which is usually undesirable, so lime (calcium oxide, CaO) is the third component, added to restore insolubility. The resulting glass contains about 70% silica and is called a soda-lime glass. Soda-lime glasses account for about 90% of manufactured glass.[1]
<element name="WATER" color="ff2020ff" dens="1.0"> <gravity g="0.95" r="1.0"/> </element> <element name="FIRE" color="ffff4040" dens="0.01"> <gravity g="-0.15" r="0.05"/><self chance="0.1" result="BLANK"/> </element> <element name="SAND" color="FFEECC80" dens="1.4"> <gravity g="0.95" r="0.25"/> <reaction chance="0.001" trigger="FIRE" res1="1.0" ares1="BLANK" bres1="GLASS"/> </element> <element name="GLASS" color="FFAADDFF" dens="1.4"> <gravity g="0.95" r="0.1"/> </element> <element name="SODA" color="FFFFFFFF" dens="1.2"> <gravity g="0.95" r="0.25"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="BLANK" bres1="WATER"/> <reaction chance="0.3" trigger="SAND" res1="1.0" ares1="BLANK" bres1="SODASAND"/> </element> <element name="SODASAND" color="FFDDAA80" dens="1.2"> <gravity g="0.95" r="0.25"/> <reaction chance="0.3" trigger="FIRE" res1="1.0" ares1="BLANK" bres1="SODAGLASS"/> </element> <element name="SODA_GLASS" color="FFAADDFF" dens="1.4"> <gravity g="0.95" r="0.1"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="BLANK" bres1="WATER"/> </element> <element name="LIME" color="FFFFFFFF" dens="1.4"> <gravity g="0.95" r="0.1"/> <reaction chance="0.3" trigger="SODASAND" res1="1.0" ares1="BLANK" bres1="SODALIMESAND"/> </element> <element name="SODALIMESAND" color="FFDDAA80" dens="1.2"> <gravity g="0.95" r="0.25"/> <reaction chance="0.3" trigger="FIRE" res1="1.0" ares1="BLANK" bres1="SODALIMEGLASS"/> </element> <element name="SODALIMEGLASS" color="FFAADDFF" dens="1.4"> <gravity g="0.95" r="0.1"/> </element>
