The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Lacuna::Client::Governor::Party - A plugin for Governor that will automate the hosting of Parties.

SYNOPSIS

    Add 'party' to the Governor configuration priorities list.

DESCRIPTION

This module examines each colony and hosts a party at each park on it. It will only execute if a Trade Ministry or Food Reserve is detected as it must verify the colony has more than 2 food-types. (Less than that will generate negative happiness, I know this from experience...)

'party' configuration

This heading contains sub-keys related to parties. NOTE: party must be a specified item in the priorities list for parties to take place.

party_above

This is similiar to the build_above setting used in Governor's resource production. This is the minimum amount of food the colony must maintain if a party is hosted.

TODO

Minimum food types

It'd be nice if we had a configuration for how many valid (>500 units) food types must exist before a party can be hosted.

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

Daniel Kimsey, <dekimsey@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.