User:Pokeflora
From FSG Wiki
Contents |
Pokeflora
Hello! I'm Pokeflora, I like to draw and play sand! Sand is a very addictive game that I would love to play all day long! In this page, you will see what I have made in sand! This page include instructions, elements and other fun things!
ES3 Elements
Here are various elements that I have made.
Modified Plant
This is a modified version of the plant. It can still grow but now, it has leaves and wood and ashes and everything. This is petty complicated and needs the bees to work. The bees are down there.
<element name="PLANT_2" color="dba658"> <reaction chance="0.1" trigger="FIRE" res1="1.0" ares1="B_WOOD" bres1="B_WOOD"/> <reaction chance="0.1" trigger="WATER" res1="1.0" ares1="PLANT_2" bres1="PLANT_2"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="PLANT_2-2" bres1="PLANT_2-2"/> <reaction chance="0.01" trigger="B_WOOD" res1="1.0" ares1="FIRE" bres1="B_WOOD"/> </element> <element name="PLANT_2-2" color="b88d4c" menu="0"> <reaction chance="0.1" trigger="FIRE" res1="1.0" ares1="B_WOOD" bres1="B_WOOD"/> <reaction chance="0.1" trigger="WATER" res1="1.0" ares1="PLANT_2" bres1="PLANT_2"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="PLANT_2-3" bres1="PLANT_2-3"/> <reaction chance="0.01" trigger="B_WOOD" res1="1.0" ares1="FIRE" bres1="B_WOOD"/> </element> <element name="PLANT_2-3" color="8b6a3a" menu="0"> <reaction chance="0.1" trigger="FIRE" res1="1.0" ares1="B_WOOD" bres1="B_WOOD"/> <reaction chance="0.1" trigger="WATER" res1="1.0" ares1="PLANT_2" bres1="PLANT_2"/> <reaction chance="0.1" trigger="BLANK" res1="0.01" ares1="LEAF_1" bres1="LEAF_1"/> <reaction chance="0.01" trigger="B_WOOD" res1="1.0" ares1="FIRE" bres1="B_WOOD"/> </element> <element name="B_WOOD" color="821e1e" menu="0"> <reaction chance="0.01" trigger="BLANK" res1="1.0" ares1="FIRE" bres1="D_WOOD"/> <reaction chance="0.1" trigger="WATER" res1="1.0" ares1="D_WOOD" bres1="D_WOOD"/> <reaction chance="0.1" trigger="SALTWATER" res1="1.0" ares1="D_WOOD" bres1="D_WOOD"/> </element> <element name="D_WOOD" color="2c0909" menu="0"> <reaction chance="0.1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="ASH"/> <self chance="0.001" result="ASH"/> </element> <element name="ASH" color="2c2c2c" menu="0"> <gravity g="0.95" r="0.45"/> <self chance="0.01" result="BLANK"/> </element> <element name="LEAF_1" color="37fe5c" menu="0"> <reaction chance="1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="FIRE"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="LEAF_1-2" bres1="LEAF_1-2"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> </element> <element name="LEAF_1-2" color="2dd84f" menu="0"> <reaction chance="1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="FIRE"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="LEAF_1-3" bres1="LEAF_1-3"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> </element> <element name="LEAF_1-3" color="25b241" menu="0"> <reaction chance="1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="FIRE"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="LEAF_1-4" bres1="LEAF_1-4"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> </element> <element name="LEAF_1-4" color="209b39" menu="0"> <reaction chance="1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="FIRE"/> <reaction chance="0.1" trigger="BLANK" res1="1.0" ares1="LEAF_1-5" bres1="LEAF_1-5"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> </element> <element name="LEAF_1-5" color="19782c" menu="0"> <reaction chance="1" trigger="FIRE" res1="1.0" ares1="FIRE" bres1="FIRE"/> <reaction chance="0.3" trigger="WATER" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> <reaction chance="0.0001" trigger="BLANK" res1="1.0" ares1="LEAF_1" bres1="BLANK"/> <reaction chance="0.00000000000000000000000000000000005" trigger="BLANK" res1="1.0" ares1="HIVE_1" bres1="BLANK"/> </element>
Bees
If they go near a leaf on the modified plant, they might make a beehive! And the Beehive occasionally drops honey. Ooooh! Yum!
<element name="HIVE_1" color="f6fe7d" menu="0"> <reaction chance="0.75" trigger="BLANK" res1="1.0" ares1="HIVE_2" bres1="HIVE_2"/> </element> <element name="HIVE_2" color="dee570" menu="0"> <reaction chance="0.75" trigger="BLANK" res1="1.0" ares1="HIVE_3" bres1="HIVE_3"/> </element> <element name="HIVE_3" color="c2c55f" menu="0"> <reaction chance="0.75" trigger="BLANK" res1="1.0" ares1="HIVE_4" bres1="HIVE_4"/> </element> <element name="HIVE_4" color="a6a852" menu="0"> <reaction chance="0.75" trigger="BLANK" res1="1.0" ares1="HIVE_5" bres1="HIVE_5"/> </element> <element name="HIVE_5" color="8e9549" menu="0"> <reaction chance="0.001" trigger="BLANK" res1="1.0" ares1="BEE" bres1="HONEY"/> <reaction chance="0.0001" trigger="BLANK" res1="1.0" ares1="HIVE_1" bres1="HIVE_1"/> </element> <element name="BEE" color="f7fe36"> <reaction chance="0.75" trigger="BLANK" res1="1.0" ares1="BLANK" bres1="BEE"/> <reaction chance="0.0001" trigger="LEAF_1-5" res1="1.0" ares1="HIVE_1" bres1="BEE"/> <reaction chance="0.001" trigger="HONEY" res1="1.0" ares1="BEE" bres1="BEE"/> </element> <element name="HONEY" color="feda5a" menu="NO"> <gravity g="0.95" r="1.0"/> </element>
Rain
Like all rain, this drops water. But, I got bored with the rain made by other people bcause of these two reasons: After the rin, the rain doesn't make a rainbow and the rain doesn't disappear. This is a simple(complex) rain with the water and the rainbow and the disappears after a few seconds.
<element name="RAIN" color="b8adad"> <self chance="0.01" result="R_BOW"/> <reaction chance="0.01" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW" color="fe0101" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW2"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW2" color="fea701" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW3"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW3" color="f6fe01" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW4"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW4" color="4fe1c" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW5"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW5" color="1defe" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW6"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element> <element name="R_BOW6" color="8d01ee" menu="NO"> <self chance="0.00000001" result="BLANK"/> <self chance="0.1" result="R_BOW1"/> <reaction chance="0.001" trigger="BLANK" res1="0.1" ares1="WATER" bres1="BLANK"/> </element>
