diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:42:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-28 15:42:04 -0300 |
commit | fd7c00b597a20090696ad1bb4fc902fc31fbf61a (patch) | |
tree | d825443a00162762fb90956a400e8d259fe68219 /db/re/item_db.conf | |
parent | a9693c09cf1acba1d92eb0a6d8a483a636ab2dbf (diff) | |
download | serverdata-fd7c00b597a20090696ad1bb4fc902fc31fbf61a.tar.gz serverdata-fd7c00b597a20090696ad1bb4fc902fc31fbf61a.tar.bz2 serverdata-fd7c00b597a20090696ad1bb4fc902fc31fbf61a.tar.xz serverdata-fd7c00b597a20090696ad1bb4fc902fc31fbf61a.zip |
Add Moubi Hat and Bloody Mouboo Hat to item database.
Stats are the same as Mouboo Hat. So be it.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c13709de4..7d408eb67 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10856,6 +10856,40 @@ item_db: ( bonus2 bSPGainRace, RC_Boss, 10; // I can't even describe this bonus "> }, +{ + Id: 3023 + AegisName: "MoubiHat" + Name: "Moubi Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 1000 + Weight: 380 + Def: 9 + Loc: "EQP_HEAD_TOP" + EquipLv: 35 + Refine: false + Script: <" + bonus bMaxHP,150; + bonus bDef2, 3; + "> +}, +{ + Id: 3024 + AegisName: "BloodyMoubooHat" + Name: "Bloody Mouboo Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 1000 + Weight: 380 + Def: 9 + Loc: "EQP_HEAD_TOP" + EquipLv: 35 + Refine: false + Script: <" + bonus bMaxHP,150; + bonus bDef2, 3; + "> +}, // Neck Armor { |