summaryrefslogtreecommitdiff
path: root/jexptable.py
diff options
context:
space:
mode:
Diffstat (limited to 'jexptable.py')
-rwxr-xr-x[-rw-r--r--]jexptable.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/jexptable.py b/jexptable.py
index d3f80f3..ea57b17 100644..100755
--- a/jexptable.py
+++ b/jexptable.py
@@ -2,13 +2,13 @@
# This script file is meant to create EXP table
# It have some randomness (see the import)
# It starts at level 51 (and i is the according xp)
-# It stops at level 999, or when MAX_INT is reached.
+# It stops at level 19999, or when MAX_INT is reached.
import random
-i=386371
-l=51
+i=78160
+l=41
o=open("expgroup.db", "w")
-mx=20000
+mx=255
b=False
while (l < mx):