diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 05:43:51 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 05:43:51 +0000 |
commit | 3e0e62675685bf18ef5ab0a12cdd97834462a0e4 (patch) | |
tree | 42222739c5c250fc5420abc75ecc843364b41c1d /db/size_fix.txt | |
parent | 73662d19496bdc70665f2320197c5f44badf216c (diff) | |
download | hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.gz hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.bz2 hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.tar.xz hercules-3e0e62675685bf18ef5ab0a12cdd97834462a0e4.zip |
* included MAX_WEAPON_SIZE for flexible weapon types
* more ninja/GS work
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5527 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/size_fix.txt')
-rw-r--r-- | db/size_fix.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/size_fix.txt b/db/size_fix.txt index cc0e824a7..829bbc636 100644 --- a/db/size_fix.txt +++ b/db/size_fix.txt @@ -1,7 +1,7 @@ // Database for size fix for weapon damage.
//Columns: Weapon type, Rows: Target size.
-//Bare Fist,Knife,1H Sword, 2H Sword,1H Spear, 2H Spears, 1H Axe, 2H Axe, Mace, ?, Staff, Bow, Knuckle, Musical Instrument, Whip, Book, Katar
-100,100, 75, 75, 75, 75, 50, 50, 75,100,100,100,100, 75, 75,100, 75, // Size: Small
-100, 75,100, 75, 75, 75, 75, 75,100,100,100,100, 75,100,100,100,100, // Size: Medium
-100, 50, 75,100,100,100,100,100,100,100,100, 75, 50, 75, 50, 50, 75, // Size: Large
+//Bare Fist,Knife,1H Sword, 2H Sword,1H Spear, 2H Spears, 1H Axe, 2H Axe, Mace, ?, Staff, Bow, Knuckle, Musical Instrument, Whip, Book, Katar, Revolver, Rifle, Shotgun, Gatling Gun, Grenade Launcher
+100,100, 75, 75, 75, 75, 50, 50, 75,100,100,100,100, 75, 75,100, 75,100,100,100,100,100, // Size: Small
+100, 75,100, 75, 75, 75, 75, 75,100,100,100,100, 75,100,100,100,100,100,100,100,100,100, // Size: Medium
+100, 50, 75,100,100,100,100,100,100,100,100, 75, 50, 75, 50, 50, 75,100,100,100,100,100, // Size: Large
|