ixe:features:units:duster

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ixe:features:units:duster [2024/12/05 08:21] – created Grabzixe:features:units:duster [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ===== Unit Stats ===== ===== Unit Stats =====
-  * Requires ---- Energy to construct. +  * Requires 41.9 Energy to construct. 
-  * Fits in a box of 23 by 20 terrain pixels.+  * Fits in a box of 12 by 10 terrain pixels.
   * Equipped with:   * Equipped with:
     * 1x Sand Dropper     * 1x Sand Dropper
Line 31: Line 31:
  
 <hidden Story Unlock> <hidden Story Unlock>
-(Story mission that unlocks the unit)+You unlock two dusters when collecting the tech module on Solara: Voracious (mission 8).
 </hidden> </hidden>
  
 <hidden Unit JSON> <hidden Unit JSON>
-(Unit JSON)+<code javascript> 
 +
 +    "type": "unit", 
 +    "displayname": "Duster", 
 +    "permanentinventory": true, 
 +    "image": "body.png", 
 +    "position": [ 0, 0 ], 
 +    "pivot": [ 0.5, 0.5 ], 
 +    "movable": true, 
 +    "parts":
 +        { 
 +            "part": "$/module_sanddropper/module_sanddropper.json", 
 +            "position": [ 0, -4 ] 
 +        }, 
 +    ], 
 +    "controllers":
 +        { "name": "ondestroy_sandexplosion"
 +    ] 
 +
 +</code>
 </hidden> </hidden>
  
 \\ \\
 {{page>navigation}} {{page>navigation}}
ixe/features/units/duster.1733386880.txt.gz · Last modified: 2025/02/14 14:56 (external edit)