Update of /cvsroot/wpdev/xmlscripts/scripts/combat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12865/combat
Modified Files:
utilities.py
Log Message:
Meh, possible changes with Samurai Empire
Index: utilities.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/combat/utilities.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** utilities.py 27 Sep 2004 14:37:25 -0000 1.12
--- utilities.py 8 Oct 2004 18:51:53 -0000 1.13
***************
*** 14,17 ****
--- 14,23 ----
#
WEAPON_INFORMATION = {
+ # 1000: Wrestling
+ 1000: {
+ ONEHANDED_SWING: [0x9],
+ TWOHANDED_SWING: [0xc],
+ SKILL: WRESTLING
+ },
# 1001: Sword Weapons (Swordsmanship)
1001: {
***************
*** 26,30 ****
SKILL: SWORDSMANSHIP
},
! # 1003: Macefighting (Staffs)
1003: {
ONEHANDED_SWING: [0xc],
--- 32,36 ----
SKILL: SWORDSMANSHIP
},
! # 1003: Macefighting (Staves)
1003: {
ONEHANDED_SWING: [0xc],
|