ID #313912
Card
Frontier Crystal (Prudence) 4Lv
Buy Price: N/A
Sell Price: N/A
Increases Physical Damage against monsters in Devoured Geffenia by 19%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +6, CON +6.
[Grade C]: Physical Damage +8%.
[Grade B]: CON +6, ATK +6 per 2 Refine Levels.
[Grade A]: CON +6 per 3 Refine Levels.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +6, CON +6.
[Grade C]: Physical Damage +8%.
[Grade B]: CON +6, ATK +6 per 2 Refine Levels.
[Grade A]: CON +6 per 3 Refine Levels.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,6; bonus bCon,6; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,8; bonus bShortAtkRate,8; if (.@g>=ENCHANTGRADE_B) { bonus bCon,6; bonus bBaseAtk,6*(.@r/4); if (.@g>=ENCHANTGRADE_A) { bonus bCon,6*(.@r/3); } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,6;
bonus bCon,6;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,8;
bonus bShortAtkRate,8;
if (.@g>=ENCHANTGRADE_B) {
bonus bCon,6;
bonus bBaseAtk,6*(.@r/4);
if (.@g>=ENCHANTGRADE_A) {
bonus bCon,6*(.@r/3);
}
}
}
}