summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index cfc7180ba..a92b7c2f0 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -7374,6 +7374,57 @@ item_db: (
addtoskill(TMW2_SPEECH, 1, 2);
">
},
+{
+ Id: 1340
+ AegisName: "MirrorLakeArmor"
+ Name: "Mirror Lake Armor"
+ Type: "IT_ARMOR"
+ Buy: 0
+ Sell: 0
+ Weight: 0
+ Def: 0
+ Loc: "EQP_HEAD_MID"
+ EquipLv: 0
+ Refine: false
+ AllowPickup: false
+ Trade: {
+ nodrop: true
+ notrade: true
+ partneroverride: false
+ noselltonpc: true
+ nocart: true
+ nostorage: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
+ Script: <"
+ .@slv = callfunc("get_byte", ##00_INFO, 0) + 1;
+
+ // Bonus
+ bonus bMaxHP, .@slv*100;
+ bonus bMaxSP, .@slv*20;
+ bonus bAllStats, .@slv*5;
+ bonus bDef2, .@slv*10;
+ bonus bDef, .@slv*10;
+ bonus bFlee, .@slv*10;
+ bonus bHitRate, .@slv*10;
+ bonus bAddMaxWeight, .@slv*25;
+
+ // Penalties
+ bonus bAtkRate,-100;
+ bonus bMatkRate,-100;
+ bonus bBaseAtk,-300;
+ bonus bCriticalRate,-100;
+ bonus bCastrate, -500;
+ bonus bDelayrate, 50;
+
+ // Neutral
+ bonus bAtkEle, Ele_Ghost;
+ bonus bDefEle, Ele_Ghost;
+ ">
+ OnUnequipScript: <" equip(1340); ">
+},
// Boots
{