From c53d35043334efd280bc26ef9b8b0da58645c8fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Mar 2019 00:26:08 -0300 Subject: Item ID 3015 Wreath (Spring Quest Item) --- db/re/item_db.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b339fe1e1..3ad7b53fc 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9605,6 +9605,28 @@ item_db: ( Refine: false ViewSprite: 3014 }, +{ + Id: 3015 + AegisName: "Wreath" + Name: "Wreath" + Type: "IT_ARMOR" + Buy: 2600 + Sell: 1000 + Weight: 50 + Def: 10 + Loc: "EQP_HEAD_TOP" + EquipLv: 25 + Refine: false + ViewSprite: 3015 + Script: <" + bonus bInt,1; + bonus bSPrecovRate,5; + if ($@SEASON == SPRING) { + bonus bDef,20; + bonus2 bExpAddRace,RC_All,5; + } + "> +}, // Neck Armor { Id: 3200 -- cgit v1.2.3-70-g09d2