diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-18 18:27:38 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-18 18:27:38 -0200 |
commit | 090edd8dc2333407b92361fcea0447112330be05 (patch) | |
tree | 7471d3a0126ddeb0a1fe3974232924fda880b1d1 /db/re | |
parent | 4fbde755866fe4d3a17fd67107a6e923c72d2705 (diff) | |
download | serverdata-090edd8dc2333407b92361fcea0447112330be05.tar.gz serverdata-090edd8dc2333407b92361fcea0447112330be05.tar.bz2 serverdata-090edd8dc2333407b92361fcea0447112330be05.tar.xz serverdata-090edd8dc2333407b92361fcea0447112330be05.zip |
Make the standard weapons sold by Pyndragon weaker and cheaper.
This allows Dustynator (quest weapon) to shine.
Diffstat (limited to 'db/re')
-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 bb9b41bd8..4efb44cdf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10515,11 +10515,11 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 1190 - Atk: 510 + Atk: 480 Range: 6 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 - EquipLv: 70 + EquipLv: 60 Subtype: "W_RIFLE" Refine: true AllowAmmo: { @@ -10538,11 +10538,11 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 1190 - Atk: 30 + Atk: 10 Range: 6 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 - EquipLv: 70 + EquipLv: 60 Subtype: "W_GATLING" Refine: true AllowAmmo: { @@ -10564,11 +10564,11 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 1190 - Atk: 50 + Atk: 45 Range: 4 Loc: ["EQP_HAND_R", "EQP_HAND_L"] WeaponLv: 1 - EquipLv: 70 + EquipLv: 60 Subtype: "W_SHOTGUN" Refine: true AllowAmmo: { @@ -10589,11 +10589,11 @@ item_db: ( Buy: 55000 Sell: 5200 Weight: 760 - Atk: 160 + Atk: 140 Range: 4 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 70 + EquipLv: 60 Subtype: "W_REVOLVER" Refine: true AllowAmmo: { |