Moubootaur Legends

Mirror Lake Armor - Item DB

Mirror Lake Armor | 1340

?????????? ????? ??? ?????? ?????? ?? ?????.

Mirror Lake Item
ID 1340
type IT_ARMOR

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 1340
aegisName MirrorLakeArmor
Script

Script to execute when the item is used/equipped.

[email protected] = callfunc("get_byte", 
bonus bMaxHP, [email protected]*80;
bonus bMaxSP, [email protected]*20;
bonus bAllStats, [email protected]*5;
bonus bDef2, [email protected]*10;
bonus bDef, [email protected]*7;
bonus bFlee, [email protected]*10;
bonus bHitRate, [email protected]*10;
bonus bAddMaxWeight, [email protected]*25;

bonus bBaseAtk,-300;
bonus bCriticalRate,-100;
bonus bCastrate, -500;
bonus bDelayrate, 50;

bonus bAtkEle, Ele_Ghost;
bonus bDefEle, Ele_Ghost;
bonus bUnstripableArmor, 1340;
bonus bUnbreakableArmor, 1340;
OnUnequipScript

Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.

equip(1340);