From 428014508ee2f6ccadb8dfbee01c94a5512500cd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 7 Mar 2021 16:47:26 -0300 Subject: Gunstaves can now cause stun on the targets (rare effect). --- db/re/item_db.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1ad545992..6876d9942 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13941,6 +13941,7 @@ item_db: ( bonus bFleeRate,-100; bonus bCriticalRate,40; bonus bAtk,(BaseLevel-60)*2; + bonus2 bAddEff,Eff_Stun,120; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -13986,6 +13987,7 @@ item_db: ( bonus bHitRate,-10; bonus bFleeRate,-100; bonus bAtk,(BaseLevel-60)/3; + bonus2 bAddEff,Eff_Stun,80; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14028,6 +14030,7 @@ item_db: ( bonus bSplashRange,1; bonus bFleeRate,-100; bonus bAtk,(BaseLevel-60); + bonus2 bAddEff,Eff_Stun,100; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14068,6 +14071,7 @@ item_db: ( Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bAtk,(BaseLevel-60)/2; + bonus2 bAddEff,Eff_Stun,100; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14110,6 +14114,7 @@ item_db: ( bonus bFleeRate,-100; bonus bCriticalRate,40; bonus bAtk,(BaseLevel-70)*2; + bonus2 bAddEff,Eff_Stun,120; skill TMW2_OVERLOAD, getrefine(); "> }, -- cgit v1.2.3-60-g2f50