Renewal
.:Renewal Item Database:.
Items Listed From A-Z

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 Crumb    Item ID# 1000 (Star_Crumb)
Type
Miscellaneous
Class
n/a
Buy
4500z
Sell
2250z
Weight
10
Description
A small stellar crystal, fallen from the heavens, which can be used to craft strengthened weapons.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box, Gift Box
Required ForStar Gladiator (Taekwon Master) Job Quest

Star Crystal    Item ID# 7758 (Star_Crystal)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
10
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Star Decor    Item ID# 6536 (Star_Decor)
Star Shape Decoration
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
This item cannot be dropped, traded, mailed or vended.
A material to decorate Raccoon Hurray Team's [Supert large size Christmas socks]
Item Script
{},{},{}
Dropped By No Result

Star Dust    Item ID# 1001 (Sparkling_Dust)
Type
Miscellaneous
Class
n/a
Buy
1500z
Sell
750z
Weight
1
Pre/Suffix
Mascot
Description
Stardust which can form a Star Crumb after being refined.
Item Script
{},{},{}
Dropped By
expand to view all
Obtainable FromOld Blue Box, Old Violet Box
Required ForBlacksmith Job Quest
Star Gladiator (Taekwon Master) Job Quest

« First < 154155156157158159160161162163164 > Last »
back to top