Artwork unavailable
RENEWAL / ITEMS
Issgard Crystal (Mage)
#312310Card
Isgard_3_Mage
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 bMatk,20;
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,2;
bonus bMatk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAtkEle,Ele_All,2;
bonus bMatk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAtkEle,Ele_All,2;
bonus bMatk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bMagicAtkEle,Ele_All,2;
bonus bMatk,5;
}
}
}
}