Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Earth) 3Lv
#313890Card
Ch01_S_E_Earth03
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();
bonus2 bMagicAddEle,Ele_Earth,5;
bonus2 bAddEle,Ele_Earth,5;
bonus2 bMagicAddEle,Ele_Wind,5;
bonus2 bAddEle,Ele_Wind,5;
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAddEle,Ele_Earth,1;
bonus2 bAddEle,Ele_Earth,1;
bonus2 bMagicAddEle,Ele_Wind,1;
bonus2 bAddEle,Ele_Wind,1;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bMagicAddEle,Ele_Earth,1;
bonus2 bAddEle,Ele_Earth,1;
bonus2 bMagicAddEle,Ele_Wind,1;
bonus2 bAddEle,Ele_Wind,1;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bMagicAddEle,Ele_Earth,2;
bonus2 bAddEle,Ele_Earth,2;
bonus2 bMagicAddEle,Ele_Wind,2;
bonus2 bAddEle,Ele_Wind,2;
}
}
}