====== Digger ======
{{ unit_digger.png }}
Equipped with a dual Excavation Lathe, the Digger's primary purpose is terrain excavation and the construction of shields.
===== Unit Stats =====
* Requires 55.3 Energy to construct.
* Fits in a box of 13 by 12 terrain pixels.
* Equipped with:
* 2x [[lathe|Excavation Lathe]]
===== Unit Usage =====
The Digger is used to efficiently excavate nearby terrain. It can be used remotely to quickly dig up available Kirkium or create paths to available [[upgrade_gem|Upgrade Gems]], or in the base to help quickly excavate an operating area or build and upkeep shields.
===== Spoilers =====
The Digger is equipped with dual Excavation Lathes. It carries no weapons but can be used for the rapid excavation of terrain, collection of resources, and construction of shields.
You receive your first Digger when starting Procyon: Unexpected (mission 3) and unlock the second upon collecting the tech module on Vega: Passage (mission 10).
{
"type": "unit",
"displayname": "Digger",
"permanentinventory": true,
"cost": 2000,
"image": "bodyNew.png",
"position": [0, 0],
"pivot": [0.5, 0.5],
"movable": true,
"parts": [
{"part": "$/weapon_lathe/weapon_lathe.json", "position": [0, 2.5]},
{"part": "$/weapon_lathe/weapon_lathe.json", "position": [0, -2.5]}
],
"controllers": [
{"name": "ondestroy_sandexplosion"}
]
}
\\
{{page>navigation}}