[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.87,1.88
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-10 19:23:43
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29037/wolfpack Modified Files: consts.py Log Message: Fixed a bandage and potion bug. Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** consts.py 9 Oct 2004 23:31:03 -0000 1.87 --- consts.py 10 Oct 2004 19:23:23 -0000 1.88 *************** *** 117,123 **** INTELLIGENCE_TIME = 120000 # 2 minutes # Potion Ranges ! POTION_LESSERHEAL_RANGE = [ 1, 16 ] ! POTION_HEAL_RANGE = [ 3, 19 ] ! POTION_GREATERHEAL_RANGE = [ 5, 25 ] POTION_LESSEREXPLOSION_RANGE = [ 1, 5 ] POTION_EXPLOSION_RANGE = [ 6, 10 ] --- 117,123 ---- INTELLIGENCE_TIME = 120000 # 2 minutes # Potion Ranges ! POTION_LESSERHEAL_RANGE = [ 3, 10] ! POTION_HEAL_RANGE = [ 6, 20 ] ! POTION_GREATERHEAL_RANGE = [ 9, 30 ] POTION_LESSEREXPLOSION_RANGE = [ 1, 5 ] POTION_EXPLOSION_RANGE = [ 6, 10 ] |