.: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 2%. ATK +7 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 +2 If enchanted Armor's Grade is A: For each 15 base CRT: Increases critical damage by additional 2%. P.ATK +2 [iRO Description] The essence of stars that strengthens the wearer. ------------------------ Increases critical damage by 2% and ATK + 7 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 + 2 per 15 base CRT. If armor grade is A, increases critical damage by additional 2% and additional P.ATK + 2 per 15 base CRT. |
|---|---|
| Item Script |
expand to view script{ .@param = (readparam(bCrt)/15); .@g = getenchantgrade(); bonus bCritAtkRate,2*.@param; bonus bBaseAtk,7*.@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,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,2*.@param; bonus bPAtk,2*.@param; } } } } },{},{} |
| Dropped By | No Result |

