diff options
Diffstat (limited to 'exptable.py')
-rw-r--r-- | exptable.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exptable.py b/exptable.py index 080d8c8..f0a8e38 100644 --- a/exptable.py +++ b/exptable.py @@ -1,3 +1,8 @@ +#!/usr/bin/python +# This script file is meant to create EXP table +# It have some randomness (see the import) +# It starts at level 60 (and i is the according xp) +# It stops at level 999, or when MAX_INT is reached. import random i=365914 l=60 |