diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:53:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:53:35 -0300 |
commit | 45fb2213f37c310b48621d5be55ad62c570841da (patch) | |
tree | 91aa2a975b5234b193641846fae3650028496d10 /item_db.conf | |
parent | 77a38e193e8d05187a398d80fd85950e6f4759b1 (diff) | |
download | art-45fb2213f37c310b48621d5be55ad62c570841da.tar.gz art-45fb2213f37c310b48621d5be55ad62c570841da.tar.bz2 art-45fb2213f37c310b48621d5be55ad62c570841da.tar.xz art-45fb2213f37c310b48621d5be55ad62c570841da.zip |
Move Pumpkin Seeds here. Why are mobs on art repo not dropping it?
Diffstat (limited to 'item_db.conf')
-rw-r--r-- | item_db.conf | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/item_db.conf b/item_db.conf index 6e82350e..29cfc438 100644 --- a/item_db.conf +++ b/item_db.conf @@ -1,4 +1,30 @@ -// All items without association in items.xml were moved here +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +/// ALL UNUSED HEALING ITEMS BELOW THIS LINE // NEEDS BALANCE // +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +{ + Id: 516 + AegisName: "PumpkinSeeds" + Name: "Pumpkin Seeds" + Type: "IT_HEALING" + Buy: 5 + Sell: 2 + Weight: 1 + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 516 + BindOnEquip: false + BuyingStore: true + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start2 SC_POISON, 1, 10, 2500; + heal 1, 0; + "> +}, @@ -8,6 +34,11 @@ +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// +// All items without association in items.xml were moved here // +//////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////// { Id: 2947 |