diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-11 13:10:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-11 13:10:48 -0300 |
commit | 12206692d02c1dd7732cdaf00773f08c5891546f (patch) | |
tree | 5953373a4e3caaf1f00e34390cac3acc4bf09c5a /db/re/item_chain.conf | |
parent | 39f23d41e432d4bf9e6a2a78ca5a3bd6dced9798 (diff) | |
download | serverdata-12206692d02c1dd7732cdaf00773f08c5891546f.tar.gz serverdata-12206692d02c1dd7732cdaf00773f08c5891546f.tar.bz2 serverdata-12206692d02c1dd7732cdaf00773f08c5891546f.tar.xz serverdata-12206692d02c1dd7732cdaf00773f08c5891546f.zip |
Bows may now give back arrows
Diffstat (limited to 'db/re/item_chain.conf')
-rw-r--r-- | db/re/item_chain.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/re/item_chain.conf b/db/re/item_chain.conf index 228c1192d..0db09c236 100644 --- a/db/re/item_chain.conf +++ b/db/re/item_chain.conf @@ -42,3 +42,11 @@ ITMCHAIN_HERB: { ShadowHerb: 100 } +ITMCHAIN_ARROW: { + SmallArrowSack: 900 + MediumArrowSack: 400 + BigArrowSack: 180 + TolchiAmmoBox: 60 + ArrowAmmoBox: 9 +} + |