diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-25 12:33:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-25 12:33:59 -0300 |
commit | 5e96fccc88d4a129257bec3b89457fd4513402c2 (patch) | |
tree | 8448c570e48ef8d57ecdb1d0f33b2ee62ca43555 /db/re/item_db.conf | |
parent | 558d7a4890f04029549fc5f4b89788a463cb15a8 (diff) | |
download | serverdata-5e96fccc88d4a129257bec3b89457fd4513402c2.tar.gz serverdata-5e96fccc88d4a129257bec3b89457fd4513402c2.tar.bz2 serverdata-5e96fccc88d4a129257bec3b89457fd4513402c2.tar.xz serverdata-5e96fccc88d4a129257bec3b89457fd4513402c2.zip |
Bullets growth rate
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |