diff options
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a7727a302..dceb349ac 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9911,7 +9911,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 1390 + Weight: 1190 Atk: 210 Range: 6 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -9930,7 +9930,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 55000 Sell: 5200 - Weight: 1390 + Weight: 1190 Atk: 30 Range: 6 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -9943,6 +9943,7 @@ item_db: ( } Script: <" bonus bAtkRate,-60; + bonus bHitRate,-10; "> }, { @@ -10043,6 +10044,9 @@ item_db: ( Atk: 350 Loc: "EQP_AMMO" Subtype: "A_ARROW" + Script: <" + bonus bAtkEle,Ele_Dark; + "> }, // Important: NEVER raise bullet attack too much! // Unlike bows where the arrow is important, here the bullets are not. |