Artwork unavailable
RENEWAL / ITEMS
Issgard Crystal
#312306Card
Isgard_4
TypeCard
Weight0
Buy price0 z
Sell price0 z
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Trade
Item effect script
.@g = getenchantgrade();
bonus bMdef,10;
bonus bDef,50;
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-2;
bonus bMdef,5;
bonus bDef,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bDelayrate,-1;
bonus bMdef,5;
bonus bDef,25;
if (.@g>=ENCHANTGRADE_B) {
bonus bDelayrate,-1;
bonus bMdef,5;
bonus bDef,25;
if (.@g>=ENCHANTGRADE_A) {
bonus bDelayrate,-1;
bonus bMdef,5;
bonus bDef,25;
}
}
}
}