diff options
author | Haru <haru@dotalux.com> | 2016-09-04 21:04:17 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:06 +0200 |
commit | f43603bfe41df80194bedc5e4a3ba55fefe77603 (patch) | |
tree | 0a723d07283e817cf9c24ec3b7342fde4ddd49fe /db/pre-re | |
parent | c431e0c5fc816c4e5c5bdd11014cbdd5110f9794 (diff) | |
download | hercules-f43603bfe41df80194bedc5e4a3ba55fefe77603.tar.gz hercules-f43603bfe41df80194bedc5e4a3ba55fefe77603.tar.bz2 hercules-f43603bfe41df80194bedc5e4a3ba55fefe77603.tar.xz hercules-f43603bfe41df80194bedc5e4a3ba55fefe77603.zip |
Replace A_GRENADE 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index bfcb44079..437a9f50d 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -79856,7 +79856,7 @@ item_db: ( } Loc: 32768 EquipLv: 1 - View: 5 + View: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Fire; "> }, { @@ -79872,7 +79872,7 @@ item_db: ( } Loc: 32768 EquipLv: 1 - View: 5 + View: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Wind; "> }, { @@ -79888,7 +79888,7 @@ item_db: ( } Loc: 32768 EquipLv: 1 - View: 5 + View: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,500; @@ -79907,7 +79907,7 @@ item_db: ( } Loc: 32768 EquipLv: 1 - View: 5 + View: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Dark; bonus2 bAddEff,Eff_Blind,500; @@ -79926,7 +79926,7 @@ item_db: ( } Loc: 32768 EquipLv: 1 - View: 5 + View: "A_GRENADE" Script: <" bonus bAtkEle,Ele_Water; "> }, |