diff options
author | Haru <haru@dotalux.com> | 2016-09-04 20:54:39 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:00 +0200 |
commit | 6d20606709f40e7b6be32cf47b83fa36df705325 (patch) | |
tree | 57907092dad82ea3bbd77285b00bdc00fbc7f3b2 /db/pre-re | |
parent | 0f40dc35d998d08f259adacb9e353d41a70b02d5 (diff) | |
download | hercules-6d20606709f40e7b6be32cf47b83fa36df705325.tar.gz hercules-6d20606709f40e7b6be32cf47b83fa36df705325.tar.bz2 hercules-6d20606709f40e7b6be32cf47b83fa36df705325.tar.xz hercules-6d20606709f40e7b6be32cf47b83fa36df705325.zip |
Replace W_SHOTGUN in the item database applicable entries
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index a1ea48a42..7a716b2d8 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -79140,7 +79140,7 @@ item_db: ( Loc: 34 WeaponLv: 1 EquipLv: 14 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; "> }, { @@ -79159,7 +79159,7 @@ item_db: ( Loc: 34 WeaponLv: 2 EquipLv: 35 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; "> }, { @@ -79177,7 +79177,7 @@ item_db: ( Loc: 34 WeaponLv: 2 EquipLv: 24 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; @@ -79402,7 +79402,7 @@ item_db: ( Loc: 34 WeaponLv: 4 EquipLv: 70 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus3 bAutoSpell,GS_SPREADATTACK,6,50; @@ -79426,7 +79426,7 @@ item_db: ( Loc: 34 WeaponLv: 3 EquipLv: 70 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus bHit,-5; @@ -79449,7 +79449,7 @@ item_db: ( Loc: 34 WeaponLv: 3 EquipLv: 70 - View: 20 + View: "W_SHOTGUN" Script: <" bonus bSplashRange,1; bonus bHit,-5; @@ -79554,7 +79554,7 @@ item_db: ( Loc: 34 WeaponLv: 3 EquipLv: 80 - View: 20 + View: "W_SHOTGUN" Trade: { nodrop: true notrade: true @@ -79723,7 +79723,7 @@ item_db: ( Loc: 34 WeaponLv: 4 EquipLv: 80 - View: 20 + View: "W_SHOTGUN" Trade: { nodrop: true notrade: true |