From 97726a66f4b58f7516d12a17d4e04c8ae188075e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 Dec 2018 11:17:02 -0200 Subject: Some comments to what jexptable.py does --- jexptable.py | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-70-g09d2