diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-26 12:23:20 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-26 12:23:20 +0000 |
commit | 4b4ffdf8920c1429d890ae1b05d311d57ad8ffc0 (patch) | |
tree | 438bd967acc10a1b9d1252caaa748f7a68132ac7 /item_db.conf | |
parent | 0a4da335f401fa1eb8576f6bf537cc80d9e07b6e (diff) | |
download | art-4b4ffdf8920c1429d890ae1b05d311d57ad8ffc0.tar.gz art-4b4ffdf8920c1429d890ae1b05d311d57ad8ffc0.tar.bz2 art-4b4ffdf8920c1429d890ae1b05d311d57ad8ffc0.tar.xz art-4b4ffdf8920c1429d890ae1b05d311d57ad8ffc0.zip |
add magic gm top hat for event; KILL THE GM
Diffstat (limited to 'item_db.conf')
-rw-r--r-- | item_db.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/item_db.conf b/item_db.conf index 29cfc438..2ba7a2f6 100644 --- a/item_db.conf +++ b/item_db.conf @@ -850,4 +850,36 @@ Delay: 0 Sprite: 0 }, +{ + Id: 2977 + AegisName: "MagicGMTopHat" + Name: "Magic GM Top Hat" + Type: "IT_ARMOR" + Buy: 2 + Sell: 1 + Weight: 1 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2977 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 + Script: <" + bonus bMaxHP,50000; + bFleeRate, 99; + bonus bStr,100; + "> +}, |