From c3d06694583847c43d80e5015a0e5c80f24bbf96 Mon Sep 17 00:00:00 2001 From: idk-whoami <60462533+idk-whoami@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:19:34 +0700 Subject: [PATCH] Correction for item IDs 18107 and 18108 (#5609) * Correction for item IDs 18107 and 18108 Fixed #5603 --- db/re/item_db_equip.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 63738220a6..8b79be3bd0 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -61542,7 +61542,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bUnbreakableWeapon; bonus bLuk,3; bonus bCritAtkRate,50; if(BaseLevel>99) { bonus bLongAtkRate,10; } + bonus bUnbreakableWeapon; + bonus bLuk,3; + bonus bCritAtkRate,50; + if(BaseLevel>99) { + bonus bLongAtkRate,20; + } - Id: 18108 AegisName: Brindle_Eel Name: Zebra Eel @@ -61568,7 +61573,12 @@ Body: NoMail: true NoAuction: true Script: | - bonus bUnbreakableWeapon; bonus bAgi,3; autobonus "{ bonus bAspd,2; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_HASTEUP; }"; if(BaseLevel>99) { bonus bLongAtkRate,10; } + bonus bUnbreakableWeapon; + bonus bAgi,3; + autobonus "{ bonus bAspd,2; }",10,5000,BF_WEAPON,"{ specialeffect2 EF_HASTEUP; }"; + if(BaseLevel>99) { + bonus bLongAtkRate,20; + } - Id: 18109 AegisName: Catapult Name: Thief Crossbow