diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-17 18:39:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-17 18:39:09 -0300 |
commit | 60f75da882b6f4ee975fbae62ae5ec52d3707359 (patch) | |
tree | d81e16edc79a6ba9ad3ce05561be29244d642cf8 /db | |
parent | 52ebce88aa7e1acfd1e53ae26fc97e28ab18033c (diff) | |
download | serverdata-60f75da882b6f4ee975fbae62ae5ec52d3707359.tar.gz serverdata-60f75da882b6f4ee975fbae62ae5ec52d3707359.tar.bz2 serverdata-60f75da882b6f4ee975fbae62ae5ec52d3707359.tar.xz serverdata-60f75da882b6f4ee975fbae62ae5ec52d3707359.zip |
ID 6508 Explosive arrow (2x2 damage, non-cumulative)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 359f69d42..bbbe69b09 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13040,6 +13040,21 @@ item_db: ( bonus bAtkEle,Ele_Dark; "> }, +{ + Id: 6508 + AegisName: "ExplosiveArrow" + Name: "Poison Arrow" + Type: "IT_AMMO" + Buy: 12 + Sell: 1 + Weight: 2 + Atk: 30 + Loc: "EQP_AMMO" + Subtype: "A_ARROW" + Script: <" + bonus bSplashRange,2; + "> +}, // Important: NEVER raise bullet attack too much! // Unlike bows where the arrow is important, here the bullets are not. // Buy a more capable gun to drain full weapon power %%e |