Handheld prospecting tool
authorZefram <zefram@fysh.org>
Thu, 3 Jul 2014 18:42:29 +0000 (19:42 +0100)
committerNovatux <nathanael.courant@laposte.net>
Mon, 7 Jul 2014 13:15:05 +0000 (15:15 +0200)
commit636b0f20df4fef3eef821c23ccc2f606828f5c6f
treebc74d4e51ec54e6b44fac12a0410f807e1b2a907
parent611c7760eb30fc1171fbcb313a0f30da46bfe565
Handheld prospecting tool

The new tool will say whether a target block type is present in a
specified region, to allow for more targeted digging.  It is deliberately
quite weak, with several limitations: only stores enough charge for a
small number of shots; target can only be set by pointing at an example
node; range is limited; accuracy is less than 100%.  Some of these
limitations should probably be ameliorated, but not entirely eliminated,
in the future when we have a better idea of game balance.

The inventory image is only a placeholder.
technic/sounds/technic_prospector_hit.ogg [new file with mode: 0644]
technic/sounds/technic_prospector_miss.ogg [new file with mode: 0644]
technic/textures/technic_prospector.png [new file with mode: 0644]
technic/tools/init.lua
technic/tools/prospector.lua [new file with mode: 0644]