diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:45:33 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:45:33 -0200 |
commit | cce0faa6b737e5f76959b303dab465ce2fc9d624 (patch) | |
tree | bd1c03a303a10d7e5c507545a5c68d3bd263fc65 /db | |
parent | b04c1e30072385f089b35b90a7cc8153b8079b20 (diff) | |
download | serverdata-cce0faa6b737e5f76959b303dab465ce2fc9d624.tar.gz serverdata-cce0faa6b737e5f76959b303dab465ce2fc9d624.tar.bz2 serverdata-cce0faa6b737e5f76959b303dab465ce2fc9d624.tar.xz serverdata-cce0faa6b737e5f76959b303dab465ce2fc9d624.zip |
Rewrite two hand swords weight
Diffstat (limited to 'db')
-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 5f68ab169..b7780cfbd 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10063,7 +10063,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 16500 Sell: 4000 - Weight: 820 + Weight: 600 Atk: 211 Matk: 0 Range: 1 @@ -10086,7 +10086,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 15000 Sell: 5500 - Weight: 500 + Weight: 1200 Atk: 432 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -10109,7 +10109,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 15000 Sell: 6500 - Weight: 600 + Weight: 900 Atk: 322 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -10131,7 +10131,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 15000 Sell: 7500 - Weight: 800 + Weight: 1100 Atk: 384 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -10153,7 +10153,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 25000 Sell: 10000 - Weight: 1000 + Weight: 1500 Atk: 432 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -10172,7 +10172,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 16500 Sell: 6000 - Weight: 950 + Weight: 1400 Atk: 340 Matk: 0 Range: 2 @@ -11374,7 +11374,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 95000 Sell: 26500 - Weight: 600 + Weight: 900 Atk: 325 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] @@ -11404,7 +11404,7 @@ item_db: ( Type: "IT_WEAPON" Buy: 950000 Sell: 75000 - Weight: 800 + Weight: 1100 Atk: 385 Range: 1 Loc: ["EQP_HAND_R", "EQP_HAND_L"] |