diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 17:09:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 17:09:02 -0300 |
commit | a766e47a1935106e666203c96b397ea17a8dea78 (patch) | |
tree | de8866222e9053a5e61ecf39e6b4ba7d74a7a06f | |
parent | 5e42bf9522575b5716c7877e9b8994cdaa4a724b (diff) | |
download | serverdata-a766e47a1935106e666203c96b397ea17a8dea78.tar.gz serverdata-a766e47a1935106e666203c96b397ea17a8dea78.tar.bz2 serverdata-a766e47a1935106e666203c96b397ea17a8dea78.tar.xz serverdata-a766e47a1935106e666203c96b397ea17a8dea78.zip |
Disable sizefix (weapon dealing more or less damage based on monster size)
We need later to decide if we'll be using this, how bad is the penalty, and
most importantly, I don't think you should be penalized for killing Pious
with a zweihander or a warhammer or a similar big weapon.
-rw-r--r-- | db/re/size_fix.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/size_fix.txt b/db/re/size_fix.txt index e8e3774d..ae5ebdd4 100644 --- a/db/re/size_fix.txt +++ b/db/re/size_fix.txt @@ -2,6 +2,6 @@ // Columns: Weapon type, Rows: Target size. // Unarmed, Knife, 1H Sword, 2H Sword, 1H Spear, 2H Spears, 1H Axe, 2H Axe, Mace, 2H Mace, Staff, Bow, Knuckle, Musical Instrument, Whip, Book, Katar, Revolver, Rifle, Shotgun, Gatling Gun, Grenade Launcher, Fuuma Shuriken, 2H Staff -100,100, 75, 75, 75, 75, 50, 50, 75, 75,100,100,100, 75, 75,100, 75,100,100,100,100,100, 75,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, 75,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,100,100 // Size: Large +100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100, 100,100,100,100,100,100,100,100 // Size: Small +100,100,100,100,100,100,100,100,100,100,100,100, 100,100,100,100,100,100,100,100,100,100,100,100 // Size: Medium +100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100, 100,100,100,100,100,100,100,100 // Size: Large |