User:Vasheeth/ES3/LavaLamp
From FSG Wiki
First, put a streak of LL-HEATER near the bottom. Then, near the top, draw a parallel streak of LL-COOLER. Then, make sides with WALL. Next, click with LL-LIQUID, it'll automatically fill up the container. Then, put a streak of LAVALAMP, and watch the fun!
<element name="LL-LIQUID" color="22cc22" dens="1"> <reaction chance="1" trigger="BLANK" res1="1.0" ares1="LL-LIQUID" bres1="LL-LIQUID"/> <gravity g="5" r="10"/> </element> <element name="LAVALAMP" color="ff4141" dens="0.5"> <gravity g="5" r="0.00001"/> </element> <element name="LAVALAMP2" color="2121ff" dens="1.5" menu="0"> <gravity g="5" r="0.000001"/> </element> <element name="LL-COOLER" color="8191ff"> <reaction chance="1.0" trigger="LAVALAMP" res1="1.0" ares1="LL-COOLER" bres1="LAVALAMP2"/> </element> <element name="LL-HEATER" color="EFDECC"> <reaction chance="1.0" trigger="LAVALAMP2" res1="1.0" ares1="LL-HEATER" bres1="LAVALAMP"/>
