summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf17
-rw-r--r--npc/003-2/eistein.txt6
2 files changed, 20 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ec0a2621b..196dba89f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -6243,6 +6243,23 @@ item_db: (
bonus bMdef,25;
">
},
+{
+ Id: 1178
+ AegisName: "GraduationAlbum"
+ Name: "Graduation Album"
+ Type: "IT_ARMOR"
+ Buy: 21000
+ Sell: 7000
+ Weight: 900
+ Def: 3
+ Loc: "EQP_ACC_L"
+ EquipLv: 100
+ Refine: false
+ Script: <"
+ bonus bSPrecovRate,28;
+ bonus bMatk,30;
+ ">
+},
///////////////////////////
// Chest Armors
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt
index 31dd985ab..d8af9e384 100644
--- a/npc/003-2/eistein.txt
+++ b/npc/003-2/eistein.txt
@@ -36,11 +36,11 @@
case 2:
is_level(75, GoldenGift, GraduationRobe); break;
case 3:
- is_level(100, PrismGift); break;
+ is_level(100, PrismGift, GraduationAlbum); break;
case 4:
- is_level(125, PrismGift); break;
+ is_level(125, SupremeGift); break;
case 5:
- is_level(150, SupremeGift); break;
+ is_level(150, MysteriousFruit); break;
default:
mesn;
mesq l("Waw, you are level @@! Many congratulations. If there were people like you, ukarania wouldn't have been destroyed...", BaseLevel);