summaryrefslogtreecommitdiff
path: root/jexptable.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-30 11:17:02 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-30 11:17:02 -0200
commit97726a66f4b58f7516d12a17d4e04c8ae188075e (patch)
tree399e89b78097ef4fc0df65de950fdf3c8afcebb7 /jexptable.py
parentd30aa1abd2819c46428068a21e98a1da2379efe5 (diff)
downloadtools-97726a66f4b58f7516d12a17d4e04c8ae188075e.tar.gz
tools-97726a66f4b58f7516d12a17d4e04c8ae188075e.tar.bz2
tools-97726a66f4b58f7516d12a17d4e04c8ae188075e.tar.xz
tools-97726a66f4b58f7516d12a17d4e04c8ae188075e.zip
Some comments to what jexptable.py does
Diffstat (limited to 'jexptable.py')
-rw-r--r--jexptable.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/jexptable.py b/jexptable.py
index a41bac7..d3f80f3 100644
--- a/jexptable.py
+++ b/jexptable.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 51 (and i is the according xp)
+# It stops at level 999, or when MAX_INT is reached.
import random
i=386371
l=51