Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4179/scripts/wolfpack
Modified Files:
properties.py
Log Message:
slight adjustment
Index: properties.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/properties.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** properties.py 3 Sep 2004 01:31:06 -0000 1.7
--- properties.py 5 Sep 2004 21:06:41 -0000 1.8
***************
*** 25,29 ****
# Scale value according to bonus
# value += bonus * value / 100
!
if value <= 0:
value = 1
--- 25,29 ----
# Scale value according to bonus
# value += bonus * value / 100
!
if value <= 0:
value = 1
***************
*** 51,55 ****
DAMAGE_POISON: ['dmg_poison', 0, 0],
DAMAGE_ENERGY: ['dmg_energy', 0, 0],
!
# Flags (Weapons):
SPELLCHANNELING: ['spellchanneling', 0, 0],
--- 51,55 ----
DAMAGE_POISON: ['dmg_poison', 0, 0],
DAMAGE_ENERGY: ['dmg_energy', 0, 0],
!
# Flags (Weapons):
SPELLCHANNELING: ['spellchanneling', 0, 0],
***************
*** 64,70 ****
# Requirements
! REQSTR: ['req_str', 0, 0],
! REQDEX: ['req_dex', 0, 0],
! REQINT: ['req_int', 0, 0],
# Regular Combat Properties
--- 64,70 ----
# Requirements
! REQSTR: ['req_strength', 0, 0],
! REQDEX: ['req_dexterity', 0, 0],
! REQINT: ['req_intelligence', 0, 0],
# Regular Combat Properties
|