Artwork unavailable
RENEWAL / ITEMS
Frontier Crystal (Earth) 2Lv
#313889Card
Ch01_S_E_Earth02
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,4;
bonus2 bAddEle,Ele_Earth,4;
bonus2 bMagicAddEle,Ele_Wind,4;
bonus2 bAddEle,Ele_Wind,4;
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;
}
}