diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-12 21:11:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-12 21:11:15 -0300 |
commit | bc2207440b5bfdef5453d6b627e805e69bf12a2e (patch) | |
tree | f2cea38775e17373cea775e222d705879e6e1622 /db/re/item_db.conf | |
parent | b9d629943ba39eb3b5cf2cd014ca3f183e959cdc (diff) | |
download | serverdata-bc2207440b5bfdef5453d6b627e805e69bf12a2e.tar.gz serverdata-bc2207440b5bfdef5453d6b627e805e69bf12a2e.tar.bz2 serverdata-bc2207440b5bfdef5453d6b627e805e69bf12a2e.tar.xz serverdata-bc2207440b5bfdef5453d6b627e805e69bf12a2e.zip |
Make arrows more powerful
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f899627ea..f2da606d4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12145,6 +12145,7 @@ item_db: ( bonus bCriticalRate,40; "> }, +// Arrows { Id: 6500 AegisName: "TrainingArrow" @@ -12178,7 +12179,7 @@ item_db: ( Buy: 3 Sell: 1 Weight: 1 - Atk: 30 + Atk: 45 EquipLv: 20 Loc: "EQP_AMMO" Subtype: "A_ARROW" @@ -12191,7 +12192,7 @@ item_db: ( Buy: 6 Sell: 1 Weight: 1 - Atk: 45 + Atk: 60 EquipLv: 30 Loc: "EQP_AMMO" Subtype: "A_ARROW" @@ -12204,7 +12205,7 @@ item_db: ( Buy: 8 Sell: 1 Weight: 1 - Atk: 60 + Atk: 90 EquipLv: 40 Loc: "EQP_AMMO" Subtype: "A_ARROW" @@ -12217,7 +12218,7 @@ item_db: ( Buy: 12 Sell: 1 Weight: 2 - Atk: 90 + Atk: 120 EquipLv: 50 Loc: "EQP_AMMO" Subtype: "A_ARROW" @@ -12233,7 +12234,7 @@ item_db: ( Buy: 27 Sell: 1 Weight: 2 - Atk: 120 + Atk: 150 EquipLv: 60 Loc: "EQP_AMMO" Subtype: "A_ARROW" @@ -12246,7 +12247,7 @@ item_db: ( Buy: 65 Sell: 1 Weight: 5 - Atk: 150 + Atk: 180 EquipLv: 70 Loc: "EQP_AMMO" Subtype: "A_ARROW" |