Poodletooth-iLand/toontown/shtiker/CogPageGlobals.py

7 lines
163 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
COG_QUOTAS = ((30, 25, 20, 15, 10, 5, 2, 1), (45, 40, 35, 30, 25, 20, 15, 10))
COG_UNSEEN = 1
COG_BATTLED = 2
COG_DEFEATED = 3
COG_COMPLETE1 = 4
COG_COMPLETE2 = 5