Renewal
.:Renewal Item Database:.
Card

Star Cluster of Power Lv2    Item ID# 310675 (Star_Cluster_Of_Pow2)
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%.
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

Star Cluster of Power Lv3    Item ID# 310676 (Star_Cluster_Of_Pow3)
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 +15
Increases melee physical damage by 2%.

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

If enchanted Armor's Grade is A:
For each 15 base POW:
P.ATK +3
Increases melee physical damage by additional 3%.
Item Script
expand to view script
{ .@param = (readparam(bPow)/15); .@g = getenchantgrade(); bonus bShortAtkRate,2*.@param; bonus bBaseAtk,15*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bShortAtkRate,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bShortAtkRate,.@param; bonus bPAtk,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bShortAtkRate,2*.@param; bonus bPAtk,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bShortAtkRate,3*.@param; bonus bPAtk,3*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Spell Lv1    Item ID# 310686 (Star_Cluster_Of_Spl1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base SPL:
MATK +5
Increases magical damage with every element by 1%.

If enchanted Armor's Grade is D:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is C:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is B:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is A:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1
Item Script
expand to view script
{ .@param = (readparam(bSpl)/15); .@g = getenchantgrade(); bonus2 bMagicAtkEle,Ele_All,.@param; bonus bMatk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Spell Lv2    Item ID# 310687 (Star_Cluster_Of_Spl2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base SPL:
MATK +7
Increases magical damage with every element by 2%.

If enchanted Armor's Grade is D:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is C:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is B:
For each 15 base SPL:
Increases magical damage with every element by additional 2%.
S.MATK +1

If enchanted Armor's Grade is A:
For each 15 base SPL:
Increases magical damage with every element by additional 2%.
S.MATK +2
Item Script
expand to view script
{ .@param = (readparam(bSpl)/15); .@g = getenchantgrade(); bonus2 bMagicAtkEle,Ele_All,2*.@param; bonus bMatk,7*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,2*.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,2*.@param; bonus bSmatk,2*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Spell Lv3    Item ID# 310688 (Star_Cluster_Of_Spl3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base SPL:
MATK +15
Increases magical damage with every element by 3%.

If enchanted Armor's Grade is D:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is C:
For each 15 base SPL:
Increases magical damage with every element by additional 1%.
S.MATK +1

If enchanted Armor's Grade is B:
For each 15 base SPL:
Increases magical damage with every element by additional 2%.
S.MATK +2

If enchanted Armor's Grade is A:
For each 15 base SPL:
Increases magical damage with every element by additional 3%.
S.MATK +2
Item Script
expand to view script
{ .@param = (readparam(bSpl)/15); .@g = getenchantgrade(); bonus2 bMagicAtkEle,Ele_All,3*.@param; bonus bMatk,15*.@param; if (.@g >= ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,.@param; bonus bSmatk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,2*.@param; bonus bSmatk,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus2 bMagicAtkEle,Ele_All,3*.@param; bonus bSmatk,2*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Stamina Lv1    Item ID# 310677 (Star_Cluster_Of_Sta1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is D:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is C:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is B:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is A:
For each 15 base STA:
MaxHP +1%, RES +2
Item Script
expand to view script
{ .@param = (readparam(bSta)/15); .@g = getenchantgrade(); bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,.@param; bonus bRes,2*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Stamina Lv2    Item ID# 310678 (Star_Cluster_Of_Sta2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base STA:
MaxHP +2%, RES +2

If enchanted Armor's Grade is D:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is C:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is B:
For each 15 base STA:
MaxHP +2%, RES +1

If enchanted Armor's Grade is A:
For each 15 base STA:
MaxHP +2%, RES +2
Item Script
expand to view script
{ .@param = (readparam(bSta)/15); .@g = getenchantgrade(); bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,2*.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Stamina Lv3    Item ID# 310679 (Star_Cluster_Of_Sta3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base STA:
MaxHP +3%, RES +4

If enchanted Armor's Grade is D:
For each 15 base STA:
MaxHP +1%, RES +1

If enchanted Armor's Grade is C:
For each 15 base STA:
MaxHP +2%, RES +2

If enchanted Armor's Grade is B:
For each 15 base STA:
MaxHP +2%, RES +2

If enchanted Armor's Grade is A:
For each 15 base STA:
MaxHP +3%, RES +3
Item Script
expand to view script
{ .@param = (readparam(bSta)/15); .@g = getenchantgrade(); bonus bMaxHPrate,3*.@param; bonus bRes,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,3*.@param; bonus bRes,3*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Wisdom Lv1    Item ID# 310689 (Star_Cluster_Of_Wis1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 1%.

If enchanted Armor's Grade is D:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by additional 1%.

If enchanted Armor's Grade is C:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by 1%.

If enchanted Armor's Grade is B:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by additional 2%.

If enchanted Armor's Grade is A:
For each 15 base WIS:
MaxSP +1%
H.PLUS +1
Item Script
expand to view script
{ .@param = (readparam(bWis)/15); .@g = getenchantgrade(); bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSPrecovRate,.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,2*.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHplus,.@param; bonus bMaxSPrate,.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Wisdom Lv2    Item ID# 310690 (Star_Cluster_Of_Wis2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 3%.

If enchanted Armor's Grade is D:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by additional 2%.

If enchanted Armor's Grade is C:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by 1%.

If enchanted Armor's Grade is B:
For each 15 base WIS:
MaxSP +1%
H.PLUS +1
Increases Natural SP Recovery Rate by additional 2%.

If enchanted Armor's Grade is A:
For each 15 base WIS:
MaxSP +2%
H.PLUS +2
Item Script
expand to view script
{ .@param = (readparam(bWis)/15); .@g = getenchantgrade(); bonus bMaxSPrate,.@param; bonus bHealPower,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSPrecovRate,.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,2*.@param; bonus bHplus,.@param; bonus bMaxSPrate,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHplus,2*.@param; bonus bMaxSPrate,2*.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Wisdom Lv3    Item ID# 310691 (Star_Cluster_Of_Wis3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
A stellar essence that strengthens the wearer.

For each 15 base WIS:
MaxSP +2%
Increases Healing skills effectiveness by 5%.

If enchanted Armor's Grade is D:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by additional 2%.

If enchanted Armor's Grade is C:
For each 15 base WIS:
MaxSP +1%
Increases Healing skills effectiveness by 2%.
Increases Natural SP Recovery Rate by 2%.

If enchanted Armor's Grade is B:
For each 15 base WIS:
MaxSP +2%
H.PLUS +2
Increases Natural SP Recovery Rate by additional 3%.

If enchanted Armor's Grade is A:
For each 15 base WIS:
MaxSP +2%
H.PLUS +3
Item Script
expand to view script
{ .@param = (readparam(bWis)/15); .@g = getenchantgrade(); bonus bMaxSPrate,2*.@param; bonus bHealPower,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_C) { bonus bSPrecovRate,2*.@param; bonus bMaxSPrate,.@param; bonus bHealPower,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bSPrecovRate,3*.@param; bonus bHplus,2*.@param; bonus bMaxSPrate,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bHplus,3*.@param; bonus bMaxSPrate,2*.@param; } } } } },{},{}
Dropped By No Result

Star Emperor Stone (Garment)    Item ID# 29658 (Staremperor_Robe)
Star Emperor Stone(Garment)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Falling Star, Solar Burst and Full Moon Kick by 20%.

When equipped with Star Gladiator Stone(Upper):
Increases damage of Solar Burst by additional 15%.

When equipped with Star Gladiator Stone(Mid):
Increases damage of Falling Star by additional 15%.

When equipped with Star Gladiator Stone(Lower):
Physical attacks have a 2% chance to absorb 1% of the damage dealt as SP.
Item Script
{ bonus2 bSkillAtk,"SJ_FALLINGSTAR",20; bonus2 bSkillAtk,"SJ_SOLARBURST",20; bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; },{},{}
Dropped By No Result

« First < 3031323334353637383940 > Last »
back to top