From 5e96fccc88d4a129257bec3b89457fd4513402c2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 25 Sep 2019 12:33:59 -0300 Subject: Bullets growth rate --- db/re/item_db.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 10ad3d008..22471b4e1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13304,6 +13304,7 @@ item_db: ( bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bFleeRate,-100; bonus bCriticalRate,40; + bonus bAtk,(BaseLevel-60)*2; "> }, { @@ -13347,6 +13348,7 @@ item_db: ( bonus bCriticalRate,-100; bonus bHitRate,-10; bonus bFleeRate,-100; + bonus bAtk,(BaseLevel-60)/3; "> }, { @@ -13387,6 +13389,7 @@ item_db: ( bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bSplashRange,1; bonus bFleeRate,-100; + bonus bAtk,(BaseLevel-60); "> }, { @@ -13425,6 +13428,7 @@ item_db: ( } Script: <" bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; + bonus bAtk,(BaseLevel-60)/2; "> }, { @@ -13465,6 +13469,7 @@ item_db: ( bonus2 bAddMonsterDropChainItem,ITMCHAIN_BULLET,RC_All; bonus bFleeRate,-100; bonus bCriticalRate,40; + bonus bAtk,(BaseLevel-70)*2; "> }, // Arrows -- cgit v1.2.3-70-g09d2