NAME

This is the base class for achievement times. This defines an interface for all of the achievement items. Each achievement item will have a name, a description, a method for creating an html form to get its inputs called print_form and a method for applying those inputs called use_item.

Note: the ID has to match the name of the class.