diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:57:45 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 22:57:45 -0200 |
commit | a2219927a50591d57b346af406e59e617b4ccd6b (patch) | |
tree | 271e9b8a930f2e53ea185f2d34d76fc7d1da7b20 | |
parent | d653db7db1a239ea8b7cb5257526b56a3ce1f0ce (diff) | |
download | serverdata-a2219927a50591d57b346af406e59e617b4ccd6b.tar.gz serverdata-a2219927a50591d57b346af406e59e617b4ccd6b.tar.bz2 serverdata-a2219927a50591d57b346af406e59e617b4ccd6b.tar.xz serverdata-a2219927a50591d57b346af406e59e617b4ccd6b.zip |
With Santa's Hat, we took care of almost every winter item.
Still not sure how Santa's Hat quest will work, but I advise asking for a hundred
of christmas sweeties >.>
-rw-r--r-- | db/re/item_db.conf | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c0883126c..c98fcf30c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2933,7 +2933,17 @@ item_db: ( Refine: false ViewSprite: 728 }, -// ID 729 IS free +{ + Id: 729 + AegisName: "Snowflake" + Name: "Snowflake" + Type: "IT_ETC" + Buy: 500 + Sell: 1 + Weight: 0 + Refine: false + ViewSprite: 729 +}, // ID 730 is free { Id: 731 @@ -9210,6 +9220,21 @@ item_db: ( "> }, { + Id: 3014 + AegisName: "SantaHat" + Name: "Santa Hat" + Type: "IT_ARMOR" + Buy: 22000 + Sell: 80 + Weight: 28 + Def: 4 + Loc: "EQP_HEAD_TOP" + EquipLv: 14 + Refine: false + ViewSprite: 3014 +}, +// Neck Armor +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |