NAME
Games::Lacuna::Client::Governor::Astronomer - A rudimentary plugin for Governor that will automate the targetting of probes.
SYNOPSIS
Add 'astronomer' to the Governor configuration priorities list.
DESCRIPTION
This module examines each colony and the scows currently available.
This module looks for the profile->waste->send_scows_above configuration key in the governor config for each colony. This number is a decimal between 0 and 1, representing a proportion. If the proportion of waste to capacity is over this amount, scows are sent to the nearest star.
SEE ALSO
Games::Lacuna::Client, by Steffen Mueller on which this module is dependent.
Games::Lacuna::Client::Governor, by Adam Bellaire of which this module is a plugin.
Of course also, the Lacuna Expanse API docs themselves at http://us1.lacunaexpanse.com/api.
AUTHOR
Adam Bellaire, <bellaire@ufl.edu>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Steffen Mueller
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.