added more powerful sand tubes (MESE sand tubes), along with associated crafts, textures, and documentation

This commit is contained in:
hdastwb
2013-07-08 12:06:47 -04:00
parent b19b57ef4b
commit 31680fcf80
11 changed files with 89 additions and 1 deletions

View File

@ -188,10 +188,18 @@ a {
<p>Here's how you craft it:</p>
<img src="img/CraftNodeBreaker.png">
<h3>Sand Tubes</h3>
<p>Sand tubes are special tubes that vacuum up free items around it. When an item drops near the sand tube, it is sucked up and sent along the tube.</p>
<p>Sand tubes are special tubes that vacuum up free items around them. When an item drops near the sand tube, it is sucked up and sent along the tube.</p>
<p>Sand tubes have an effective radius of 2 meters (nodes). Outside of this sphere, items are unaffected.</p>
<img src="img/SandTube.png">
<p>Here's how you craft it:</p>
<img src="img/CraftSandTube.png">
<h3>Mese Sand Tubes</h3>
<p>Mese sand tubes pick up items like sand tubes, but they do so in a customizable cubic region rather than a fixed spherical one.</p>
<p>To change the range of a mese sand tube, change the distance specified in the form.</p>
<p>The number entered here can be anywhere from 0 (the default) to 8; it represents a sort of cubic radius from the tube, thus the default is to only pick up items within the tube's 1x1x1 node, but, if one entered "5", the tube would pick up items in an 11x11x11 cube.</p>
<img src="img/MeseSandTubeForm.png" style="width:50%;">
<p>Crafts are similar to the mese sorting tube, but based on sand tubes instead:</p>
<img src="img/CraftMeseSandTube1.png">
<img src="img/CraftMeseSandTube2.png">
</body>
</html>