Renewal
.:Renewal Item Database:.
Card

SP+75    Item ID# 4871 (SP75)
SP + 75
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
MaxSP +75
Item Script
{ bonus bMaxSP,75; },{},{}
Dropped By No Result

SPabsorp2    Item ID# 29208 (SPdrain2_Top)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Adds 2% chance to absorp 1% physical damage inflicted on target as SP.
Item Script
{ bonus2 bSPDrainRate,20,1; },{},{}
Dropped By No Result

SPabsorp2    Item ID# 29209 (SPdrain2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Adds 2% chance to absorp 1% physical damage inflicted on target as SP.
Item Script
{ bonus2 bSPDrainRate,20,1; },{},{}
Dropped By No Result

Spark Card [Garment]   Item ID# 300213 (EP18_Spark_Card)
Fire Spark Card
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Devil Catch
Description
ATK +5
Increases physical damage against enemies of Fire elemental by 10%.
Increases Critical against Undead and Demon race by 15%.
Item Script
{ bonus bBaseAtk,5; bonus2 bAddEle,Ele_Fire,10; bonus2 bCriticalAddRace,RC_Undead,15; bonus2 bCriticalAddRace,RC_Demon,15; },{},{}
Dropped By No Result

Special Agi    Item ID# 4854 (S_Agi)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
AGI +1
When refined to +8 or higher, additional AGI +3
When refined to +9 or higher, ATK +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bAgi,1; if (.@r>=8) { bonus bAgi,3; if (.@r>=9) { bonus2 bAddClass,Class_All,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Alnoldi Card [Footgear]   Item ID# 300085 (Alnoldi_Ex_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Taekwon Kid
Description
STR +2, MaxHP +10%, MaxSP +10%.

For each Level of Kihop: ATK +7
Item Script
{ bonus bStr,2; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bBaseAtk,getskilllv("TK_POWER"); },{},{}
Dropped By

Special Dex    Item ID# 4857 (S_Dex)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
DEX +1
When refined to +8 or higher, additional DEX +3
When refined to +9 or higher, MAtk +1% to all monster sizes
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bDex,1; if (.@r>=8) { bonus bDex,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Int    Item ID# 4856 (S_Int)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
INT +1
When refined to +8 or higher, additional INT +3
When refined to +9 or higher, MAtk +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bInt,1; if (.@r>=8) { bonus bInt,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Luk    Item ID# 4858 (S_Luck)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
LUK +1
When refined to +8 or higher, additional LUK +3
When refined to +9 or higher, MaxHP +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bLuk,1; if (.@r>=8) { bonus bLuk,3; if (.@r>=9) { bonus bMaxHPrate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Str    Item ID# 4853 (S_Str)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
STR +1
When refined to +8 or higher, additional STR +3
When refined to +9 or higher, ATK +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bStr,1; if (.@r>=8) { bonus bStr,3; if (.@r>=9) { bonus2 bAddClass,Class_All,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Vit    Item ID# 4855 (S_Vital)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
VIT +1
When refined to +8 or higher, additional VIT +3
When refined to +9 or higher, SP +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bVit,1; if (.@r>=8) { bonus bVit,3; if (.@r>=9) { bonus bMaxSP,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Spectrum Plasma Card [Weapon]   Item ID# 300009 (Plasma_Spt_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Ghost Magical
Description
When equipped with Two-Handed Staff or One-Handed Staff class weapon:
Increases Ghost elemental magic damage by 10%.

Refine Level +10:
Increases Ghost elemental magic damage by 10%.

Refine Level +14:
Increases Ghost elemental magic damage by 10%.
Item Script
expand to view script
{ .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Ghost,10; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Ghost,10; } if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Ghost,10; } },{},{}
Dropped By No Result

« First < 2223242526272829303132 > Last »
back to top