.:Renewal Item Database:.
Search Item By ID
Frontier Crystal (Fighting Spirit) 5Lv Item ID# 313907 (Ch01_S_E_Fighting05) Frontier Crystal(Fighting Spirit) Lv 5 | |
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Increases physical damage against monsters in Devoured Geffenia by 25%. [Bonus by Equipment's Grade] [Grade D]: P.ATK +7, POW +5. [Grade C]: Physical damage +8%. [Grade B]: POW +5, ATK +7 per 3 Refine Levels. [Grade A]: POW +6 per 2 Refine Levels. |
|---|---|
| Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,7; bonus bPow,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,8; bonus bShortAtkRate,8; if (.@g>=ENCHANTGRADE_B) { bonus bPow,5; bonus bBaseAtk,7*(.@r/3); if (.@g>=ENCHANTGRADE_A) { bonus bPow,6*(.@r/2); } } } } },{},{} |
| Dropped By | No Result |

