The Mana World

LazuriteRobe - Item DB

LazuriteRobe | 880

A robe overflowing of magical aura.

Move Speed -15% / VIT Defense -40%
ID 880
type IT_ARMOR
weight 30
def 7
matk 60
equipLv 90

Mobs that drop this item:

No Monsters drop this item.

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 880
aegisName LazuriteRobe
viewSprite 880
dyeString W:#2470BF,C9EAFF,D9D244;R:#cc7722
Script

Script to execute when the item is used/equipped.

bonus bDef2Rate, -40;
bonus bMatkRate, 60; bonus bMdef, 60;
bonus bVit, -1;
bonus bInt, 7;
bonus bLuk, -1;
bonus bDex, -1;
bonus bStr, -1;
OnEquipScript

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

callfunc "RequireStat", bInt, 70, EQI_HEAD_MID;
callfunc "RequireStat", bVit, 40, EQI_HEAD_MID;