diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-06-21 19:26:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-06-21 19:26:25 -0300 |
commit | 83c0213c9da49d9873351336559c66260cfc81ac (patch) | |
tree | 2c911e799f1d1d894a76b7b974df663a6e6bcf9e | |
parent | 5e1ffd9c2146402c4f29bead08ec462a673760ac (diff) | |
download | serverdata-83c0213c9da49d9873351336559c66260cfc81ac.tar.gz serverdata-83c0213c9da49d9873351336559c66260cfc81ac.tar.bz2 serverdata-83c0213c9da49d9873351336559c66260cfc81ac.tar.xz serverdata-83c0213c9da49d9873351336559c66260cfc81ac.zip |
Buff guns and some bullets. For reasons.
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bdb953c87..15ac3f6c5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16868,7 +16868,7 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 2000 - Atk: 520 + Atk: 540 Range: 11 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -17008,7 +17008,7 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 1800 - Atk: 428 + Atk: 432 Range: 7 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -17076,7 +17076,7 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 1500 - Atk: 158 + Atk: 162 Range: 5 Loc: "EQP_HAND_R" WeaponLv: 1 @@ -17142,7 +17142,7 @@ item_db: ( Buy: 550000 Sell: 10200 Weight: 1000 - Atk: 557 + Atk: 575 Range: 11 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 @@ -17364,7 +17364,7 @@ item_db: ( Buy: 8 Sell: 2 Weight: 1 - Atk: 20 + Atk: 22 Loc: "EQP_AMMO" Subtype: "A_BULLET" Script: <" @@ -17379,7 +17379,7 @@ item_db: ( Buy: 8 Sell: 2 Weight: 1 - Atk: 20 + Atk: 22 Loc: "EQP_AMMO" Subtype: "A_BULLET" Script: <" @@ -19669,7 +19669,7 @@ item_db: ( Sell: 60 Weight: 15 Script: <" - getitem Bullet, rand(10, 15); + getitem Bullet, rand(12, 15); "> }, { @@ -19681,7 +19681,7 @@ item_db: ( Sell: 210 Weight: 45 Script: <" - getitem Bullet, rand(35, 45); + getitem Bullet, rand(37, 45); "> }, { @@ -19693,7 +19693,7 @@ item_db: ( Sell: 480 Weight: 95 Script: <" - getitem Bullet, rand(80, 95); + getitem Bullet, rand(85, 95); "> }, { |