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

