[wpdev-commits] xmlscripts/scripts/wolfpack weaponinfo.py,1.8,1.9
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-09-08 04:12:39
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25305/wolfpack Modified Files: weaponinfo.py Log Message: Vf^2 = Vi2 + 2at^2 Index: weaponinfo.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/weaponinfo.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** weaponinfo.py 5 Sep 2004 21:42:29 -0000 1.8 --- weaponinfo.py 8 Sep 2004 04:12:15 -0000 1.9 *************** *** 105,110 **** # Bow '13b1': { - PROJECTILE: 0xf42, - AMMUNITION: 'f3f', SWING: [ 0x12 ], HITSOUND: [ 0x234 ], --- 105,108 ---- *************** *** 113,118 **** # Crossbow 'f4f': { - PROJECTILE: 0x1bfe, - AMMUNITION: '1bfb', SWING: [ 0x13 ], HITSOUND: [ 0x234 ], --- 111,114 ---- *************** *** 121,126 **** # Heavy Crossbow '13fd': { - PROJECTILE: 0x1bfe, - AMMUNITION: '1bfb', SWING: [ 0x13 ], HITSOUND: [ 0x234 ], --- 117,120 ---- *************** *** 129,134 **** # Composite Bow '26c2': { - PROJECTILE: 0xf42, - AMMUNITION: 'f3f', SWING: [ 0x12 ], HITSOUND: [ 0x234 ], --- 123,126 ---- *************** *** 137,142 **** # Repeating Crossbow '26cd': { - PROJECTILE: 0x1bfe, - AMMUNITION: '1bfb', SWING: [ 0x13 ], HITSOUND: [ 0x234 ], --- 129,132 ---- |