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.

.@slv = callfunc("get_byte", 
bonus bMaxHP, 400+.@slv*80;
bonus bMaxSP, .@slv*20;
bonus bAllStats, .@slv*5;
bonus bDef2, .@slv*10;
bonus bDef, 55+.@slv*7;
bonus bFlee, .@slv*10;
bonus bHitRate, .@slv*10;
bonus bAddMaxWeight, .@slv*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);