summaryrefslogtreecommitdiff
path: root/exptable.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-02 15:50:06 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-02 15:50:06 -0200
commitf427212c5e1ec0851e99f5c5381503de22f1797f (patch)
treed2a2e2dc7712f3e398800229d9d99e85990de23f /exptable.py
parent720827ce2268f92f0c3297225e0458d8546e58c2 (diff)
downloadtools-f427212c5e1ec0851e99f5c5381503de22f1797f.tar.gz
tools-f427212c5e1ec0851e99f5c5381503de22f1797f.tar.bz2
tools-f427212c5e1ec0851e99f5c5381503de22f1797f.tar.xz
tools-f427212c5e1ec0851e99f5c5381503de22f1797f.zip
Update exptable and jexptable python scripts
Diffstat (limited to 'exptable.py')
-rw-r--r--exptable.py5
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