diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-17 09:05:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-17 09:05:39 -0300 |
commit | 78834016424daf045fff65b289b16e33415bc13f (patch) | |
tree | c0b3b199a74746a3bb397c45de7f77510b0d2bcd /db/re | |
parent | 40e7a717465f795b2df5c15339f6ae4796f08e95 (diff) | |
download | serverdata-78834016424daf045fff65b289b16e33415bc13f.tar.gz serverdata-78834016424daf045fff65b289b16e33415bc13f.tar.bz2 serverdata-78834016424daf045fff65b289b16e33415bc13f.tar.xz serverdata-78834016424daf045fff65b289b16e33415bc13f.zip |
Reapply Commit 2a99e649 authored 5 hours ago by Saulc properly.
I'm greedy :<
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 60 |
1 files changed, 45 insertions, 15 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 87853fe68..be69c6082 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8931,17 +8931,21 @@ item_db: ( }, { Id: 2918 - AegisName: "EggshellHat" - Name: "Eggshell Hat" + AegisName: "BlueEggshellHat" + Name: "Blue Eggshell Hat" Type: "IT_ARMOR" - Buy: 1600 - Sell: 300 - Weight: 22 - Def: 3 + Buy: 16000 + Sell: 3000 + Weight: 460 + Def: 11 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 21 Refine: false - ViewSprite: 2918 + Script: <" + if ($EVENT$ == "Easter") { + bonus bDef,10; + } + "> }, { Id: 2919 @@ -9468,11 +9472,15 @@ item_db: ( Buy: 16000 Sell: 3000 Weight: 460 - Def: 12 + Def: 11 Loc: "EQP_HEAD_TOP" - EquipLv: 23 + EquipLv: 21 Refine: false - ViewSprite: 2985 + Script: <" + if ($EVENT$ == "Easter") { + bonus bDef,10; + } + "> }, { Id: 2986 @@ -9482,11 +9490,15 @@ item_db: ( Buy: 16000 Sell: 3000 Weight: 460 - Def: 10 + Def: 11 Loc: "EQP_HEAD_TOP" - EquipLv: 20 + EquipLv: 21 Refine: false - ViewSprite: 2986 + Script: <" + if ($EVENT$ == "Easter") { + bonus bDef,10; + } + "> }, { Id: 2987 @@ -9500,7 +9512,6 @@ item_db: ( Loc: "EQP_HEAD_TOP" EquipLv: 30 Refine: false - ViewSprite: 2987 //DropAnnounce: true Script: <" if ($EVENT$ == "Easter") { @@ -10050,6 +10061,25 @@ item_db: ( bonus bLuk,1; "> }, +{ + Id: 3017 + AegisName: "EggshellHat" + Name: "Eggshell Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 3000 + Weight: 460 + Def: 11 + Loc: "EQP_HEAD_TOP" + EquipLv: 21 + Refine: false + Script: <" + if ($EVENT$ == "Easter") { + bonus bDef,10; + } + "> +}, + // Neck Armor { Id: 3200 |