Renewal
.:Renewal Item Database:.
Card

Stamina of Varmundt Lv2    Item ID# 310937 (Barmund_Sta2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Stamina.

STA +2

For each 20 base STA:
MaxHP +400, RES +2

[Enchanted Equipment's Grade]

For each 20 base STA:
[Grade D]: MaxHP +1%, RES +1
[Grade C]: MaxHP +1%, RES +1
[Grade B]: MaxHP +1%, RES +1
[Grade A]: MaxHP +1%, RES +2
Item Script
expand to view script
{ .@param = (readparam(bSta)/20); .@g = getenchantgrade(); bonus bSta,2; bonus bMaxHP,400*.@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,.@param; bonus bRes,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,.@param; bonus bRes,2*.@param; } } } } },{},{}
Dropped By No Result

Stamina of Varmundt Lv3    Item ID# 310938 (Barmund_Sta3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Stamina.

STA +3

For each 20 base STA:
MaxHP +600, RES +3

[Enchanted Equipment's Grade]

For each 20 base STA:
[Grade D]: MaxHP +1%, RES +1
[Grade C]: MaxHP +1%, RES +1
[Grade B]: MaxHP +1%, RES +2
[Grade A]: MaxHP +2%, RES +2
Item Script
expand to view script
{ .@param = (readparam(bSta)/20); .@g = getenchantgrade(); bonus bSta,3; bonus bMaxHP,600*.@param; bonus bRes,3*.@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,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bMaxHPrate,2*.@param; bonus bRes,2*.@param; } } } } },{},{}
Dropped By No Result

Stamina Stone (Middle)    Item ID# 6717 (MaxHP_Stone)
Type
Card
Class
Card
Buy
10z
Sell
5z
Weight
10
Description
A stone that increases HP.
Gives below stats on Costume mid slot.
MaxHP +50.
Item Script
{},{},{}
Dropped By No Result

Stamina Wisdom Stone (Dual)    Item ID# 311925 (aegis_311925)
Stamina Wisdom Stone(Dual)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
STA +5, WIS +5
Item Script
{ bonus bSta,5; bonus bWis,5; },{},{}
Dropped By No Result

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

« First < 2930313233343536373839 > Last »
back to top