?????????? ????? ??? ?????? ?????? ?? ?????.
ID | 1340 |
type ❔ | IT_ARMOR |
No Monsters drop this item.
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 JSONID | 1340 |
aegisName ❔ | MirrorLakeArmor |
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;
Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.
equip(1340);