diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:44:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:44:28 -0300 |
commit | 0518a2761abbb1dbaeebaa7f1e839d8f35edad2a (patch) | |
tree | 931abc431825c547ae3bfbc713e67605252f93e0 /db/re/item_db.conf | |
parent | 090f16acc5146162df1a3e7a524a45d9a7070ac0 (diff) | |
download | serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.gz serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.bz2 serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.tar.xz serverdata-0518a2761abbb1dbaeebaa7f1e839d8f35edad2a.zip |
Record Easter 2019 Winner + No Quiver Penalty for non-archers.
This makes switching char builds (melee/ranged) less punishing.
Note: ManaPlus have a function to auto-switch them %%N
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1542b44d1..b2f6f2f0e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5930,9 +5930,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,10; bonus bAddMaxWeight,100; + bonus bMaxSPrate,-10; + bonus bLuk,-1; } - bonus bMaxSPrate,-10; - bonus bLuk,-1; "> }, { @@ -5952,9 +5952,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,16; bonus bAddMaxWeight,200; + bonus bMaxSPrate,-20; + bonus bLuk,-2; } - bonus bMaxSPrate,-20; - bonus bLuk,-2; "> }, { @@ -5974,9 +5974,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,23; bonus bAddMaxWeight,300; + bonus bMaxSPrate,-30; + bonus bLuk,-3; } - bonus bMaxSPrate,-30; - bonus bLuk,-3; "> }, { @@ -5996,9 +5996,9 @@ item_db: ( if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { bonus bAspdRate,30; bonus bAddMaxWeight,400; + bonus bMaxSPrate,-40; + bonus bLuk,-4; } - bonus bMaxSPrate,-40; - bonus bLuk,-4; "> }, { |