Renewal
.:Renewal Item Database:.
Search Item By ID


Star Cluster of Power Lv2    Item ID# 310675 (Star_Cluster_Of_Pow2)
Star Clust POW Lv.2
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 +7
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 +2
Increases melee physical damage by additional 1%.

If enchanted Armor's Grade is A:
For each 15 base POW:
P.ATK +2
Increases melee physical damage by additional 2%.

[iRO Description]
The essence of stars that strengthens the wearer.
------------------------
ATK + 7 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 + 2 and increases melee physical damage by additional 1% per 15 base POW.

If armor grade is A, additional P.ATK + 2 and increases melee physical damage by additional 2% per 15 base POW.
Item Script
expand to view script
{ .@param = (readparam(bPow)/15); .@g = getenchantgrade(); bonus bShortAtkRate,.@param; bonus bBaseAtk,7*.@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,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bShortAtkRate,2*.@param; bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Share Link
back to top