?????????? ????? ??? ?????? ?????? ?? ?????.
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.
.@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;
Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.
equip(1340);