diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 16:13:37 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 16:13:37 -0200 |
commit | df65b86fe49b98cb7a56ffb30d18e16d09609636 (patch) | |
tree | 25dd3f12d8efd7e117411389ed4f2a028e79b22e /db/re/item_db.conf | |
parent | 951eb42f818aa4445a59fceb43af61064e47d2cd (diff) | |
download | serverdata-df65b86fe49b98cb7a56ffb30d18e16d09609636.tar.gz serverdata-df65b86fe49b98cb7a56ffb30d18e16d09609636.tar.bz2 serverdata-df65b86fe49b98cb7a56ffb30d18e16d09609636.tar.xz serverdata-df65b86fe49b98cb7a56ffb30d18e16d09609636.zip |
Spec 1 hand swords for future usage. Average hits for same-level mobs: 20~25.
Monster HP progression was reduced due lack of weapons, and because that,
they can't raise as much as one would like. But that's Saulc's problem u.u
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 70ac388a3..ea74ce366 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9333,12 +9333,12 @@ item_db: ( Type: "IT_WEAPON" Buy: 11000 Sell: 400 - Weight: 1450 - Atk: 150 + Weight: 1050 + Atk: 160 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 29 + EquipLv: 24 Refine: true Subtype: "W_1HSWORD" }, @@ -9350,11 +9350,11 @@ item_db: ( Buy: 15000 Sell: 450 Weight: 958 - Atk: 175 + Atk: 192 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 37 + EquipLv: 30 Refine: true Subtype: "W_1HSWORD" }, @@ -9376,17 +9376,17 @@ item_db: ( }, { Id: 3504 - AegisName: "ArtisBacksword" - Name: "Artis Backsword" + AegisName: "Backsword" + Name: "Backsword" Type: "IT_WEAPON" Buy: 25800 Sell: 1200 - Weight: 86 - Atk: 800 + Weight: 1250 + Atk: 340 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 15 + EquipLv: 44 Refine: true Subtype: "W_1HSWORD" }, @@ -9517,14 +9517,13 @@ item_db: ( AegisName: "ButcherKnife" Name: "Butcher Knife" Type: "IT_WEAPON" - Buy: 90 - Sell: 25 - Weight: 6 - Atk: 50 - Matk: 0 + Buy: 90000 + Sell: 250 + Weight: 750 + Atk: 220 Loc: "EQP_HAND_R" WeaponLv: 1 - EquipLv: 1 + EquipLv: 35 Refine: true Subtype: "W_DAGGER" ViewSprite: 1 @@ -9817,7 +9816,7 @@ item_db: ( Buy: 30000 Sell: 900 Weight: 958 - Atk: 200 + Atk: 280 Matk: 0 Loc: "EQP_HAND_R" WeaponLv: 1 |