Skip to content

Commit

Permalink
-Bugfix: IGW entry for Drones is missing. Fixes #417
Browse files Browse the repository at this point in the history
  • Loading branch information
MineMaarten committed Feb 23, 2015
1 parent 9c1412f commit b76b664
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,7 +1,6 @@
ideeen.docx
~$ideeen.docx
~WRL1161.tmp
drone.txt
unused resources
/bin

Expand Down
30 changes: 30 additions & 0 deletions resources/assets/igwmod/wiki/en_US/item/drone.txt
@@ -0,0 +1,30 @@
[prefix{l}]Drone [prefix{}]

Drones are programmable flying robots. They can perform all sorts of tasks and are quite advanced. The following is a recipe to craft them, but more resources are required.
[crafting{200,90,item/drone,xRx,RPR,xRx,R=item/turbineRotor,P=item/printedCircuitBoard}]












Drones need programming before they'll do anything. For this you'll need a [link{block/programmer}]Programmer [link{}].

Apart from needing to program it, Drones need compressed air. You can charge Drones in a [link{block/chargingStation}]Charging Station [link{}]. Now, when you place down a programmed and charged Drone, it'll perform the tasks that have been programmed in.

[prefix{l}]Automatic charging [prefix{}]
Drones are smart. When they get low on air they'll search for a Charging Station with pressure that has a Dispenser Upgrade in it within the same dimension as the Drone. This will happen regardless of the currently running program. When found, the Drone will go to this Charging Station and it will stay charging until the Charging Station can't supply anymore. After that the Drone will continue its program.

On a multiplayer server you might want to only allow your Drones to charge on your Charging Station(s). You can make your Charging Station private by covering it by a [link{block/securityStation}]Security Station[link{}]. Now only the Drones that have been placed by players who are whitelisted in the Security Station will be allowed to charge.

When the Drone's air runs out the propellers of the Drone will stop and the Drone falls straight to the ground.

[prefix{l}]Dyeing a Drone [prefix{}]
You can dye a Drone by putting a Drone in a crafting table together with a piece of dye. You can also craft a Drone in-world, by right clicking it with a piece of dye.
[image{200, 570, 0.16, igwmod:textures/droneDye.png}]

0 comments on commit b76b664

Please sign in to comment.