diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 20:56:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 20:56:04 -0200 |
commit | c5c274a9472aac3cb9f5695b26b4dba327073180 (patch) | |
tree | a284f49bef8cf9de05b9ea855d7fd7dd294e4e52 /db/re | |
parent | ca02632b4620f9363ca3fc062fb4edaf7dee4208 (diff) | |
download | serverdata-c5c274a9472aac3cb9f5695b26b4dba327073180.tar.gz serverdata-c5c274a9472aac3cb9f5695b26b4dba327073180.tar.bz2 serverdata-c5c274a9472aac3cb9f5695b26b4dba327073180.tar.xz serverdata-c5c274a9472aac3cb9f5695b26b4dba327073180.zip |
[Knit Hat] new stats for Winter Quest
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c6057676a..a9eade569 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9119,11 +9119,19 @@ item_db: ( Buy: 2600 Sell: 1000 Weight: 70 - Def: 1 + Def: 35 Loc: "EQP_HEAD_TOP" - EquipLv: 1 + EquipLv: 29 Refine: false ViewSprite: 3011 + Script: <" + if ($@SEASON == WINTER) { + bonus bDef,20; + bonus2 bExpAddRace,RC_All,5; + //bonus2 bExpAddRace,RC_Brute,20; + //bonus2 bExpAddRace,RC_Formless,20; + } + "> }, { Id: 3012 |