summaryrefslogtreecommitdiff
path: root/extras/item_constants.py
AgeCommit message (Collapse)Author
2013-01-27split out more item_constants stuffBryan Bishop
Some of the item_constants functions are now placed in item_constants.py, and the unit tests now import from that file rather than from crystal.py for those functions.
2012-04-27redo item constants (some were missed?)Bryan Bishop
2012-04-17Move a bunch of constant data into separate files.C Nelson