diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-15 00:43:36 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-14 18:28:35 +0100 |
commit | 8924522fe29079a66f4d9b6d88b50bcdadf7df9a (patch) | |
tree | bf625568a7f1873e0d85540d20234c8ef2ccaaca /db/re/item_db.conf | |
parent | 9bafc4a5a02e2fb3f48bb9abefaf41ea452929d5 (diff) | |
download | hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.gz hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.bz2 hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.tar.xz hercules-8924522fe29079a66f4d9b6d88b50bcdadf7df9a.zip |
Added official effect of Mora Berry.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1b00975bb..8c6571470 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -83987,7 +83987,11 @@ item_db: ( Weight: 20 EquipLv: 120 BuyingStore: true - Script: <" itemheal 0,rand(50,65); "> + Script: <" + itemheal 0, rand(50,65); + specialeffect2 EF_GUARD; + sc_start SC_MORA_BUFF, 120000, 50; + "> }, { Id: 12575 |