summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-31 21:33:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-31 21:34:55 +0300
commite770932e0fc50cef16c908094afbd72e26f83ed6 (patch)
tree62100cd0e37b858f9fbafe21ebcb5d3f5439d8aa
parentcdfd4c283e968629e46c067cca4e7309551a047f (diff)
downloadserverdata-e770932e0fc50cef16c908094afbd72e26f83ed6.tar.gz
serverdata-e770932e0fc50cef16c908094afbd72e26f83ed6.tar.bz2
serverdata-e770932e0fc50cef16c908094afbd72e26f83ed6.tar.xz
serverdata-e770932e0fc50cef16c908094afbd72e26f83ed6.zip
Add another bow and add limits to bows for ammo.
-rw-r--r--db/re/item_db.conf26
1 files changed, 24 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index f3e2ae69..39f24bd9 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -115,6 +115,9 @@ item_db: (
AllowCards: {
idNUM: amount (NUM is id number, amount is amount)
}
+ AllowAmmo: {
+ idNUM: something (NUM is id number)
+ }
},
******************************************************************************/
@@ -2951,6 +2954,25 @@ item_db: (
Range: 5
Loc: 34
View: 11
+ AllowAmmo: {
+ Id7000: 1
+ Id7001: 1
+ }
+},
+{
+ Id: 6001
+ AegisName: "Bow2"
+ Name: "Bow 2"
+ Type: "IT_WEAPON"
+ Buy: 10000
+ Sell: 100
+ Atk: 25
+ Range: 5
+ Loc: 34
+ View: 11
+ AllowAmmo: {
+ Id7002: 1
+ }
},
{
@@ -2971,7 +2993,7 @@ item_db: (
Type: "IT_AMMO"
Buy: 100
Sell: 1
- Atk: 30
+ Atk: 50
Loc: 32768
View: 1
},
@@ -2982,7 +3004,7 @@ item_db: (
Type: "IT_AMMO"
Buy: 100
Sell: 1
- Atk: 30
+ Atk: 70
Loc: 32768
View: 1
},