NAME
Games::Framework::RCP::Database::Result::ClassLevelUp
VERSION
0.21
DESCRIPTION
The class_level_up table shows what stats are boosted (or penalized) upon leveling up.
DATABASE TABLE
The awards for leveling up a class.
id_level_up
This is the primary key of the table, using the traditional auto incrementing.
fkey_class
This ID points to the Class table in a many to many mapping. Not all characters get to be a part of the callscript.
stat_col
This is the name of the stat that gets modified. Usually, the name here will match a column in the Class table.
value
This is how much to increment the stat on the previous column for those that have levels in this class. It uses numeric(12,4) for guaranteed precision.
SUBROUTINES/METHODS
sqlt_deploy_hook()
sqlt_deploy_hook is used to define the table settings for the various databases.
AUTHOR
Jason Felds, <wolfman.ncsu2000 at gmail.com>
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-Games-Framework-RCP at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Framework-RCP-Database-Result-ClassLevelUp. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Games::Framework::RCP::Database::Result::ClassLevelUp
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Framework-RCP-Database-Result-ClassLevelUp
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Games-Framework-RCP-Database-Result-ClassLevelUp
CPAN Ratings
http://cpanratings.perl.org/d/Games-Framework-RCP-Database-Result-ClassLevelUp
Search CPAN
http://search.cpan.org/dist/Games-Framework-RCP-Database-Result-ClassLevelUp/
ACKNOWLEDGEMENTS
See Games::Framework::RCP for all acknowledgements.
LICENSE AND COPYRIGHT
Copyright 2009 Jason Felds, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.