From b76b6641ec87f9d229e2bd787cecd94808fc71f9 Mon Sep 17 00:00:00 2001 From: MineMaarten Date: Mon, 23 Feb 2015 13:16:59 +0100 Subject: [PATCH] -Bugfix: IGW entry for Drones is missing. Fixes #417 --- .gitignore | 1 - .../assets/igwmod/wiki/en_US/item/drone.txt | 30 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 resources/assets/igwmod/wiki/en_US/item/drone.txt diff --git a/.gitignore b/.gitignore index 649184d9..7eea31d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ ideeen.docx ~$ideeen.docx ~WRL1161.tmp -drone.txt unused resources /bin diff --git a/resources/assets/igwmod/wiki/en_US/item/drone.txt b/resources/assets/igwmod/wiki/en_US/item/drone.txt new file mode 100644 index 00000000..281fb3a9 --- /dev/null +++ b/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}] \ No newline at end of file