Difference between revisions of "OV Scanner"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(Added IC2 experimental recipe)
(Updated range to latest ic2)
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{IC²}}
{{IC²}}


The [[OV Scanner]] (Ore Value Scanner) is the improved version of the [[OD Scanner]]. This device not only calculates how much ore there is in the scanned area, but outputs its value based on how valuable the ores are. The OV Scanner can also be inserted into a [[Miner]] to increase the Miner's mining area from 5x5 to 9x9.
The [[OV Scanner]] (Ore Value Scanner) is the improved version of the [[OD Scanner]]. Like the OD scanner, the OV Scanner can also be inserted into a [[Miner]] to increase the Miner's mining area from 7x7 to 13x13.


== Recipe (IC² Experimental) ==
== Recipe (IC² Experimental) ==
{|
|{{Grid/Crafting Table
|A1=Gold Casing|B1=Glowstone Dust|C1=Gold Casing
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A3=2xIns. Gold Cable|B3=OD Scanner|C3=2xIns. Gold Cable
|Output=OV Scanner
}}
== Recipe ==


{{Grid/Crafting Table
{{Grid/Crafting Table
|A1=|B1=Glowstone Dust|C1=
|A1=Gold Casing|B1=Energy Crystal|C1=Gold Casing
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A3=2xIns. Gold Cable|B3=OD Scanner|C3=2xIns. Gold Cable
|A3=2xIns. Gold Cable|B3=OD Scanner|C3=2xIns. Gold Cable
Line 21: Line 12:
}}
}}


{{Grid/Crafting Table
See: [http://crafting-guide.com/browse/industrial_craft_2/ov_scanner Crafting Guide]
|A1=|B1=Glowstone Dust|C1=
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A3=2xIns. Gold Cable|B3=RE Battery (Charged)|C3=2xIns. Gold Cable
|Output=OV Scanner
}}
Note: RE Battery MUST be charged.


== Usage ==
== Usage ==


The OV Scanner is operated by activating it in a Hotbar slot and right clicking with it. The Scanner scans all blocks in a 9x9 square around the player. It evaluates all the blocks below player's position. Every valuable resource block is then added to the total value of the area.  This chart shows the default value list:
The OD Scanner is operated by activating it in a quickslot and right-clicking with it. Once activated, it shows a list of all blocks in a 25x25x25 cube, with the player in the middle. Note that this is half of the range of when the scanner is used in a miner.
 
{|class="wikitable"
|'''Resource'''
|'''Value'''
|-
|Coal Ore
|1
|-
|Copper Ore
|2
|-
|Tin Ore
|2
|-
|Gold Ore
|3
|-
|Redstone Ore
|3
|-
|Lapis Lazuli Ore
|3
|-
|Iron Ore
|4
|-
|Uranium Ore
|4
|-
|Diamond Ore
|5
|}
 
This list can be customized in the .minecraft/config/IC2.cfg file on the line starting with '''valuableOres='''.  Other blocks, including blocks from other mods can be added to the comma separated list of blocks using this pattern: blockID-Damage:ScannerValue, ; when the damage value is not specified all possible values match.
 
The values are totaled, and the total ore value in an area is then calculated according to the following formula:
 
<code>ValueOfArea = 1000*TotalValue/TotalBlocksScanned</code>, where <code>TotalValue</code> is the sum of all the values for the detected resources, and <code>TotalBlocksScanned</code> is the total number of blocks below the player. In this case, it is equal to <code>81*ScanHeight</code>. The result is rounded down to the nearest integer and output on player's screen.


== Recharging ==
== Recharging ==
Line 80: Line 27:
Every usage drains 250 [[EU]], and with the total storage of 10 000 EU, this means that the OV Scanner can be used 40 times before having to be recharged. It can only be recharged in an [[MFE Transmitter]], an [[MFS Unit]], or a [[Miner]]. Using the Miner to charge the OV Scanner allows charging without access to tier 2 and 3 EU storage devices. Note that the OV Scanner does not drain the player's [[BatPack]]!
Every usage drains 250 [[EU]], and with the total storage of 10 000 EU, this means that the OV Scanner can be used 40 times before having to be recharged. It can only be recharged in an [[MFE Transmitter]], an [[MFS Unit]], or a [[Miner]]. Using the Miner to charge the OV Scanner allows charging without access to tier 2 and 3 EU storage devices. Note that the OV Scanner does not drain the player's [[BatPack]]!


{{Navigation}}
== Recipe (Legacy) ==
 
{|
|{{Grid/Crafting Table
|A1=|B1=Glowstone Dust|C1=
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A3=2xIns. Gold Cable|B3=OD Scanner|C3=2xIns. Gold Cable
|Output=OV Scanner
}}
|{{Grid/Crafting Table
|A1=|B1=Glowstone Dust|C1=
|A2=Glowstone Dust|B2=Advanced Circuit|C2=Glowstone Dust
|A3=2xIns. Gold Cable|B3=RE Battery (Charged)|C3=2xIns. Gold Cable
|Output=OV Scanner
}}
|}
 
Note: RE Battery MUST be charged.
 
See: [http://crafting-guide.com/browse/ic2_classic/ov_scanner Crafting Guide]


[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:50, 13 October 2019

New Item/Block of IndustrialCraft².


The OV Scanner (Ore Value Scanner) is the improved version of the OD Scanner. Like the OD scanner, the OV Scanner can also be inserted into a Miner to increase the Miner's mining area from 7x7 to 13x13.

Recipe (IC² Experimental)[edit]

Grid Gold Casing.png
Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid Energy Crystal.png
Grid Advanced Circuit.png
Grid OD Scanner.png
Grid Gold Casing.png
Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid OV Scanner.png


See: Crafting Guide

Usage[edit]

The OD Scanner is operated by activating it in a quickslot and right-clicking with it. Once activated, it shows a list of all blocks in a 25x25x25 cube, with the player in the middle. Note that this is half of the range of when the scanner is used in a miner.

Recharging[edit]

Grid OV Scanner.png






Every usage drains 250 EU, and with the total storage of 10 000 EU, this means that the OV Scanner can be used 40 times before having to be recharged. It can only be recharged in an MFE Transmitter, an MFS Unit, or a Miner. Using the Miner to charge the OV Scanner allows charging without access to tier 2 and 3 EU storage devices. Note that the OV Scanner does not drain the player's BatPack!

Recipe (Legacy)[edit]


Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid Glowstone Dust.png
Grid Advanced Circuit.png
Grid OD Scanner.png


Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid OV Scanner.png


Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid Glowstone Dust.png
Grid Advanced Circuit.png
Grid RE Battery (Charged).png


Grid Glowstone Dust.png
Grid 2xIns. Gold Cable.png
Grid OV Scanner.png

Note: RE Battery MUST be charged.

See: Crafting Guide