diff options
author | Reid <reidyaro@gmail.com> | 2016-02-08 02:08:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-08 02:08:40 +0100 |
commit | c38bf2358a7e52439d1597146050a6ba1938499a (patch) | |
tree | 075d2e5f00268bbb6448b6dfff851b5a219cd30b /db/re | |
parent | a36b17b1edbefb815303a6bc7d99d655baf1cdb3 (diff) | |
download | serverdata-c38bf2358a7e52439d1597146050a6ba1938499a.tar.gz serverdata-c38bf2358a7e52439d1597146050a6ba1938499a.tar.bz2 serverdata-c38bf2358a7e52439d1597146050a6ba1938499a.tar.xz serverdata-c38bf2358a7e52439d1597146050a6ba1938499a.zip |
Add RedPlush's Wine.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2115d063..71c1dbb1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -999,6 +999,29 @@ item_db: ( "> }, { + Id: 531 + AegisName: "RedPlushWine" + Name: "RedPlush's Wine" + Type: "IT_HEALING" + Buy: 100 + Sell: 20 + Weight: 10 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 0 + Refine: false + View: 531 + BindOnEquip: false + BuyingStore: true + Delay: 5000 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + heal rand(40, 90), 0; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |