diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 12:17:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 12:17:28 -0300 |
commit | 9d7ebbcd5b7fc781e14e5e149f529c79450c795a (patch) | |
tree | 5b41532d50fc71576fa77be04aa588d1581e8e54 /db/re/item_db.conf | |
parent | af123b88467cf450baf4fbcde6b357eb2c78a663 (diff) | |
download | serverdata-9d7ebbcd5b7fc781e14e5e149f529c79450c795a.tar.gz serverdata-9d7ebbcd5b7fc781e14e5e149f529c79450c795a.tar.bz2 serverdata-9d7ebbcd5b7fc781e14e5e149f529c79450c795a.tar.xz serverdata-9d7ebbcd5b7fc781e14e5e149f529c79450c795a.zip |
Guns core. Allow poison arrow to poison. This is for pyn and pihro, original content.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fc570deee..78f5ca2e5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9905,6 +9905,44 @@ item_db: ( } }, { + Id: 6010 + AegisName: "PynRifle" + Name: "Pyn Rifle" + Type: "IT_WEAPON" + Buy: 55000 + Sell: 5200 + Weight: 1390 + Atk: 210 + Range: 6 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 70 + Subtype: "W_RIFLE" + AllowAmmo: { + Id6510: 1 + Id6511: 1 + } +}, +{ + Id: 6020 + AegisName: "PynGatling" + Name: "Pyn Gatling" + Type: "IT_WEAPON" + Buy: 55000 + Sell: 5200 + Weight: 1390 + Atk: 30 + Range: 6 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 70 + Subtype: "W_GATLING" + AllowAmmo: { + Id6510: 1 + Id6511: 1 + } +}, +{ Id: 6500 AegisName: "TrainingArrow" Name: "Training Arrow" @@ -9974,7 +10012,10 @@ item_db: ( Weight: 2 Atk: 90 Loc: "EQP_AMMO" - Subtype: "W_DAGGER" + Subtype: "A_ARROW" + Script: <" + bonus2 bAddEff,Eff_Poison,500; + "> }, { Id: 6506 @@ -10000,6 +10041,36 @@ item_db: ( Loc: "EQP_AMMO" Subtype: "A_ARROW" }, +// 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 +{ + Id: 6510 + AegisName: "Bullet" + Name: "Bullet" + Type: "IT_AMMO" + Buy: 6 + Sell: 1 + Weight: 10 + Atk: 10 + Loc: "EQP_AMMO" + Subtype: "A_BULLET" +}, +{ + Id: 6510 + AegisName: "SacredBullet" + Name: "Sacred Bullet" + Type: "IT_AMMO" + Buy: 12 + Sell: 2 + Weight: 12 + Atk: 10 + Loc: "EQP_AMMO" + Subtype: "A_BULLET" + Script: <" + bonus bAtkEle,Ele_Holy; + "> +}, { Id: 7420 AegisName: "DeathPenality" |