Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv31158/scripts/wolfpack
Modified Files:
consts.py
Log Message:
mining
Index: consts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** consts.py 30 Sep 2003 16:41:44 -0000 1.29
--- consts.py 1 Oct 2003 22:23:06 -0000 1.30
***************
*** 324,325 ****
--- 324,336 ----
OK = 1
OOPS = 0
+
+
+ # Harvest table items
+ REQSKILL = 0
+ MINSKILL = 1
+ MAXSKILL = 2
+ SUCCESSCLILOC = 3
+ RESOURCEID = 4
+ COLORID = 5
+ MUTATECHANCE = 6
+ FALLBACKCHANCE = 7
|