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


Star Cluster of Creative Lv3    Item ID# 310685 (Star_Cluster_Of_Crt3)
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 3%.
ATK +15

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 2%.
P.ATK +3

If enchanted Armor's Grade is A:
For each 15 base CRT:
Increases critical damage by additional 3%.
C.Rate +1

[iRO Description]
Not Available
Item Script
expand to view script
{ .@param = (readparam(bCrt)/15); .@g = getenchantgrade(); bonus bCritAtkRate,3*.@param; bonus bBaseAtk,15*.@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,2*.@param; bonus bPAtk,3*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,3*.@param; bonus bCrate,.@param; } } } } },{},{}
Dropped By No Result

back to top