diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-04-01 19:01:53 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-04-01 19:01:53 +0700 |
commit | 027ef9334111df3fe66c92a1be01a1ec824c1448 (patch) | |
tree | 5081cab7532cc9385375a02bad641bee7bf22dbe /db/re | |
parent | 351eba88f6f2b84bcae09dc25b51564b8c5aae48 (diff) | |
download | hercules-027ef9334111df3fe66c92a1be01a1ec824c1448.tar.gz hercules-027ef9334111df3fe66c92a1be01a1ec824c1448.tar.bz2 hercules-027ef9334111df3fe66c92a1be01a1ec824c1448.tar.xz hercules-027ef9334111df3fe66c92a1be01a1ec824c1448.zip |
Added more 'Old Glast Heim' instance items
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7c02c7363..c56f3c0ee 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -25475,6 +25475,21 @@ item_db: ( else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus bMaxSP,JobLevel*2; "> }, +{ + Id: 2499 + AegisName: "Temporal_Boots" + Name: "Temporal Boots" + Type: 5 + Buy: 20 + Weight: 600 + Def: 20 + Loc: 64 + EquipLv: 10 + Script: <" + bonus bMaxHP,300+((getrefine()/3)*100); + bonus bMaxSP,30+((getrefine()/3)*10); + "> +}, // Garments // =================================================================== { @@ -63501,6 +63516,22 @@ item_db: ( Weight: 10 }, { + Id: 6607 + AegisName: "Temporal_Crystal" + Name: "Temporal Crystal" + Type: 3 + Buy: 20 + Weight: 10 +}, +{ + Id: 6608 + AegisName: "Coagulated_Spell" + Name: "Coagulated Spell" + Type: 3 + Buy: 20 + Weight: 10 +}, +{ Id: 6616 AegisName: "Lmtd_Manny_Card" Name: "Lmtd Manny Card" |