summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf60
-rw-r--r--npc/001-4/lilica.txt4
2 files changed, 62 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ad83a088e..01ed3ea16 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11493,6 +11493,66 @@ item_db: (
bonus bMdef, 4;
">
},
+{
+ Id: 3031
+ AegisName: "RedEggshellHat"
+ Name: "Red Eggshell Hat"
+ Type: "IT_ARMOR"
+ Buy: 16000
+ Sell: 3000
+ Weight: 460
+ Def: 5
+ Loc: "EQP_HEAD_TOP"
+ EquipLv: 21
+ Refine: false
+ Script: <"
+ bonus bMaxHP,17;
+ if ($EVENT$ == "Easter") {
+ bonus bDef,10;
+ }
+ bonus bDef2, 2;
+ ">
+},
+{
+ Id: 3032
+ AegisName: "YellowEggshellHat"
+ Name: "Yellow Eggshell Hat"
+ Type: "IT_ARMOR"
+ Buy: 16000
+ Sell: 3000
+ Weight: 460
+ Def: 5
+ Loc: "EQP_HEAD_TOP"
+ EquipLv: 21
+ Refine: false
+ Script: <"
+ bonus bMaxHP,17;
+ if ($EVENT$ == "Easter") {
+ bonus bDef,10;
+ }
+ bonus bDef2, 2;
+ ">
+},
+{
+ Id: 3033
+ AegisName: "CyanEggshellHat"
+ Name: "Cyan Eggshell Hat"
+ Type: "IT_ARMOR"
+ Buy: 16000
+ Sell: 3000
+ Weight: 460
+ Def: 5
+ Loc: "EQP_HEAD_TOP"
+ EquipLv: 21
+ Refine: false
+ Script: <"
+ bonus bMaxHP,17;
+ if ($EVENT$ == "Easter") {
+ bonus bDef,10;
+ }
+ bonus bDef2, 2;
+ ">
+},
// Neck Armor
{
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index 70f97644f..92fea4aef 100644
--- a/npc/001-4/lilica.txt
+++ b/npc/001-4/lilica.txt
@@ -53,8 +53,8 @@ L_Leader:
close;
L_Quest:
- setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, BlueEggshellHat, EggshellHat;
- .@Hat=.@Seasonal[gettime(7)%6]; // Magically choose the hat from the array
+ setarray .@Seasonal, EggshellHat, YellowEggshellHat, RedEggshellHat, GreenEggshellHat, CyanEggshellHat, OrangeEggshellHat, BlueEggshellHat;
+ .@Hat=.@Seasonal[gettime(7)%7]; // Magically choose the hat from the array
mesn;
mesq l("Good choice! This year we're having a @@!", getitemlink(.@Hat));
next;