Renewal
.:Renewal Item Database:.
Card

Lord Knight Stone II (Top)    Item ID# 310258 (Runeknight_Top2)
Lord Knight Stone II(Upper)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Spiral Pierce:
Increases ranged physical damage by 1%.
Item Script
{ bonus bLongAtkRate,getskilllv("LK_SPIRALPIERCE"); },{},{}
Dropped By No Result

Lord of The Dead Card [Weapon]   Item ID# 4276 (Lord_Of_Death_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Crucial
Description
Add a 0.01% chance of auto casting 'Coma' on enemy when attacking.
Add a 5% chance of auto casting Stun, Curse, Silence, Poison, Bleeding on enemy when attacking.
Item Script
{ bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bComaClass,Class_Normal,1; },{},{}
Dropped By

LoVA Bahamut Card [Weapon]   Item ID# 31012 (LoVA_Bahamut_Card)
[LoVA] Bahamut Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Dragon Fear
Description
Increase Dragon Breath and Dragon Breath - Water damage by 5%.
Refine Level +7: Reduces after cast delay by 1%.
Item Script
{ bonus2 bSkillAtk,"RK_DRAGONBREATH",5; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",5; if (getrefine()>=7) { bonus bDelayrate,-1; } },{},{}
Dropped By No Result

LoVA Hades Card [Armor]   Item ID# 31006 (LoVA_Hades_Card)
[LoVA] Hades Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Praise Death Lord
Description
Reduces damage taken from Undead elemental monster by 10%.
Item Script
{ bonus2 bSubRace,RC_Undead,10; },{},{}
Dropped By No Result

LoVA Kima Card [Footgear]   Item ID# 31010 (LoVA_Kima_Card)
[LoVA] Kima Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Shubha~~~n!
Description
Every 6 base level: Restore 1 SP every 10 second.
Refine Level +7:
Every 30 base INT: MATK +6, MaxSP +1%.
Item Script
{ bonus2 bSPRegenRate,BaseLevel/6,10000; if (getrefine()>=7) { bonus bMatk,6*(readparam(bInt)/30); bonus bMaxSPrate,readparam(bInt)/30; } },{},{}
Dropped By No Result

LoVA Lulu Card [Footgear]   Item ID# 31008 (LoVA_Lulu_Card)
[LoVA] Lulu Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Spirit Amulet
Description
Restore HP every 10 second.
Additional HP restore based on Base Level.
Refine Level +7:
Every 60 base STR: ATK +6, MaxHP +1%.
Item Script
{ bonus2 bHPRegenRate,BaseLevel,10000; if (getrefine()>=7) { bonus bBaseAtk,6*(readparam(bStr)/60); bonus bMaxHPrate,readparam(bStr)/60; } },{},{}
Dropped By No Result

LoVA Ragnarok Card [Garment]   Item ID# 31014 (LoVA_Ragnarok_Card)
[LoVA] Ragnarok Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Golden End
Description
MDEF +7, MaxHP +6%.
Refine Level +7:
Increases damage of Gravitational Field by 9%.
Item Script
{ bonus bMdef,7; bonus bMaxHPrate,6; if (getrefine()>=7) { bonus2 bSkillAtk,"HW_GRAVITATION",9; } },{},{}
Dropped By No Result

LoVA Realization Bahamut Card [Weapon]   Item ID# 31013 (LoVA_R_Bahamut_Card)
[LoVA] Realization Bahamut Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mega Flare
Description
Increase Dragon Breath and Dragon Breath - Water damage by 15%.
Refine Level +7: Reduces after cast delay by 3%.
Item Script
{ bonus2 bSkillAtk,"RK_DRAGONBREATH",15; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; if (getrefine()>=7) { bonus bDelayrate,-3; } },{},{}
Dropped By No Result

LoVA Realization Hades Card [Armor]   Item ID# 31007 (LoVA_R_Hades_Card)
[LoVA] Realization Hades Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Immortal Grudge
Description
Enchant armor with Undead element.
Reduces damage taken from Undead elemental monster by 10%.
Item Script
{ bonus bDefEle,Ele_Undead; bonus2 bSubRace,RC_Undead,10; },{},{}
Dropped By No Result

LoVA Realization Kima Card [Footgear]   Item ID# 31011 (LoVA_R_Kima_Card)
[LoVA] Realization Kima Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Kimakima Time
Description
Every 2 base level: Restore 1 SP every 10 second.
Refine Level +7:
Every 10 base INT: MATK +6, MaxSP +1%.
Item Script
{ bonus2 bSPRegenRate,BaseLevel/2,10000; if (getrefine()>=7) { bonus bMatk,6*(readparam(bInt)/10); bonus bMaxSPrate,readparam(bInt)/10; } },{},{}
Dropped By No Result

LoVA Realization Lulu Card [Footgear]   Item ID# 31009 (LoVA_R_Lulu_Card)
[LoVA] Realization Lulu Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Wish Song
Description
Restore HP every 10 second.
Additional HP restore based on Base Level.
Refine Level +7:
Every 20 base STR: ATK +6, MaxHP +1%.
Item Script
{ bonus2 bHPRegenRate,BaseLevel,10000; if (getrefine()>=7) { bonus bBaseAtk,6*(readparam(bStr)/20); bonus bMaxHPrate,readparam(bStr)/20; } },{},{}
Dropped By No Result

LoVA Realization Ragnarok Card [Garment]   Item ID# 31015 (LoVA_R_Ragnarok_Card)
[LoVA] Realization Ragnarok Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of God of Fate
Description
MDEF +10, MaxHP +10%.
Refine Level +7:
Increases damage of Gravitational Field by 769%.
Item Script
{ bonus bMdef,10; bonus bMaxHPrate,10; if (getrefine()>=7) { bonus2 bSkillAtk,"HW_GRAVITATION",769; } },{},{}
Dropped By No Result

< 12345678 >
back to top