From 6e6d7c558e80866e53454048608abae093eefcfe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 May 2021 23:40:12 -0300 Subject: Upgrade Mirror Lake rules, and force-equip the Mirror Lake Armor --- db/re/item_db.conf | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'db/re') 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 { -- cgit v1.2.3-60-g2f50