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

Stapo Card [Accessory]   Item ID# 4424 (Stapo_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Stony
Description
Enables use of Level 1 Pick Stone and Level 1 Throw Stone.
Item Script
{ skill "TF_PICKSTONE",1; skill "TF_THROWSTONE",1; },{},{}
Dropped By
Obtainable FromOld Card Album

Star and Soul Scroll    Item ID# 23878 (StarSoul_Scroll)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
Star and Soul Scroll for limited time.
You can get one of several rare items, such as Safe to 11 Weapon Certificate, Safe to 11 Armor Certificate, One Sky One Sun, Spirit Pendulum, Meowmeow Foxtail, Star Emperor Shadow(Armor, Shoes), Soul Reaper Shadow(Armor, Shoes) and Doram Shadow(Armor, Shoes).
Item Script
{ getgroupitem(IG_STARSOUL_SCROLL); },{},{}
Dropped By No Result

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

For each 15 base CON:
Increases ranged physical damage by 1%.
ATK +5

If enchanted Armor's Grade is D:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

If enchanted Armor's Grade is C:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

If enchanted Armor's Grade is B:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

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

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

For each 15 base CON:
Increases ranged physical damage by 2%.
ATK +7

If enchanted Armor's Grade is D:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

If enchanted Armor's Grade is C:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

If enchanted Armor's Grade is B:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +2

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

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

For each 15 base CON:
Increases ranged physical damage by 2%.
ATK +15

If enchanted Armor's Grade is D:
For each 15 base CON:
Increases ranged physical damage by additional 1%.
P.ATK +1

If enchanted Armor's Grade is C:
For each 15 base CON:
Increases ranged physical damage by additional 2%.
P.ATK +2

If enchanted Armor's Grade is B:
For each 15 base CON:
Increases ranged physical damage by additional 2%.
P.ATK +2

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

Star Cluster of Creative Lv1    Item ID# 310683 (Star_Cluster_Of_Crt1)
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 1%.
ATK +5

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

If enchanted Armor's Grade is A:
For each 15 base CRT:
Increases critical damage by additional 1%.
P.ATK +1
Item Script
expand to view script
{ .@param = (readparam(bCrt)/15); .@g = getenchantgrade(); bonus bCritAtkRate,.@param; bonus bBaseAtk,5*.@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,.@param; bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,.@param; bonus bPAtk,.@param; } } } } },{},{}
Dropped By No Result

Star Cluster of Creative Lv2    Item ID# 310684 (Star_Cluster_Of_Crt2)
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 2%.
ATK +7

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

If enchanted Armor's Grade is A:
For each 15 base CRT:
Increases critical damage by additional 2%.
P.ATK +2
Item Script
expand to view script
{ .@param = (readparam(bCrt)/15); .@g = getenchantgrade(); bonus bCritAtkRate,2*.@param; bonus bBaseAtk,7*.@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,.@param; bonus bPAtk,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bCritAtkRate,2*.@param; bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

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
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

Star Cluster of Power Lv1    Item ID# 310674 (Star_Cluster_Of_Pow1)
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%.
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

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

« First < 153154155156157158159160161162163 > Last »
back to top