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