.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | A stellar essence that strengthens the wearer. For each 15 base CRT: Increases critical damage by 1%. ATK +5 If enchanted Armor's Grade is D: For each 15 base CRT: Increases critical damage by additional 1%. P.ATK +1 If enchanted Armor's Grade is C: For each 15 base CRT: Increases critical damage by additional 1%. P.ATK +1 If enchanted Armor's Grade is B: For each 15 base CRT: Increases critical damage by additional 1%. P.ATK +1 If enchanted Armor's Grade is A: For each 15 base CRT: Increases critical damage by additional 1%. P.ATK +1 [iRO Description] The essence of stars that strengthens the wearer. ------------------------ Increases critical damage by 1% and ATK + 5 per 15 base CRT of the user. If armor grade is D, increases critical damage by additional 1% and P.ATK + 1 per 15 base CRT. If armor grade is C, increases critical damage by additional 1% and additional P.ATK + 1 per 15 base CRT. If armor grade is B, increases critical damage by additional 1% and additional P.ATK + 1 per 15 base CRT. If armor grade is A, increases critical damage by additional 1% and additional P.ATK + 1 per 15 base CRT. |
|---|---|
| Item Script |
expand to view script{ .@param = (readparam(bCrt)/15); .@g = getenchantgrade(); bonus bCritAtkRate,.@param; bonus bBaseAtk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bCritAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bCritAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bCritAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,.@param; bonus bPAtk,.@param; } } } } },{},{} |
| Dropped By | No Result |

