ID #313888
Card
Frontier Crystal (Earth) 1Lv
Buy Price: N/A
Sell Price: N/A
Increases Damage against monsters of Wind and Earth element by 3%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Damage against monsters of Wind and Earth element +1%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Damage against monsters of Wind and Earth element +1%.
Basic Information
Type
Card
Scripts
Script bonus2 bMagicAddEle,Ele_Earth,3; bonus2 bAddEle,Ele_Earth,3; bonus2 bMagicAddEle,Ele_Wind,3; bonus2 bAddEle,Ele_Wind,3; if (getenchantgrade()>=ENCHANTGRADE_D) { bonus2 bMagicAddEle,Ele_Earth,1; bonus2 bAddEle,Ele_Earth,1; bonus2 bMagicAddEle,Ele_Wind,1; bonus2 bAddEle,Ele_Wind,1; }
bonus2 bMagicAddEle,Ele_Earth,3;
bonus2 bAddEle,Ele_Earth,3;
bonus2 bMagicAddEle,Ele_Wind,3;
bonus2 bAddEle,Ele_Wind,3;
if (getenchantgrade()>=ENCHANTGRADE_D) {
bonus2 bMagicAddEle,Ele_Earth,1;
bonus2 bAddEle,Ele_Earth,1;
bonus2 bMagicAddEle,Ele_Wind,1;
bonus2 bAddEle,Ele_Wind,1;
}