Renewal
.:Renewal Item Database:.
Card - Compound on Weapon

T W O Card [Weapon]   Item ID# 27020 (T_W_O_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
System-Error
Description
ATK +10%.
Adds a chance of reducing enemy's SP by 40% in 15x15 cells around wearer when dealing melee physical attacks.
Every 3 refine level, the chance of trigger increases.
Item Script
{ bonus2 bAddClass,Class_All,10; bonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,5+((getrefine()/3)*10); },{},{}
Dropped By

Tendrilrion Card [Weapon]   Item ID# 4463 (Tendrilion_Card)
Tendrillion Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Prime Offense
Description
CRIT +5
If compounded weapon is refined to +12 or higher, ATK +35.
If compounded weapon is refined to +14 or higher, CRIT +10.
Item Script
{ bonus bCritical,5; .@r = getrefine(); if (.@r>=12) { bonus bBaseAtk,35; } if (.@r>=14) { bonus bCritical,10; } },{},{}
Dropped By

The Paper Card [Weapon]   Item ID# 4172 (The_Paper_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Slicing
Description
Inflict 20% more damage with Critical attacks.
Drain 1 SP from its owner on each attack.
[+ Wanderer, Wild Rose, Shinobi & Dancing Dragon Card]
AGI + 5
STR + 5
Disable the Auto-Intimidate ability of the Wanderer Card.
Increases Attack Speed by 5%.
Movement Speed + 5%
Gain 1 SP every time when attacking.
[Thief Class]
Allows its user to use certain skills without spending Gemstones.

More Information on Combo:
Item Script
{ bonus bCritAtkRate,20; bonus bSPDrainValue,-1; },{},{}
Dropped By
Obtainable FromOld Card Album

Time Holder Card [Weapon]   Item ID# 4625 (Timeholder_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Wise Man's
Description
Matk +20%.
Increase SP consumption of skills by 10%.
Item Script
{ bonus bMatkRate,20; bonus bUseSPrate,10; },{},{}
Dropped By

Tri Joint Card [Weapon]   Item ID# 4308 (Tri_Joint_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Power Draining
Description
Gain 5 SP each time a Formless monster is killed by melee physical attack.
Drain 5 SP as the weapon is unequipped.
Item Script
{ bonus2 bSPGainRace,RC_Formless,5; },{},{ heal 0,-5; }
Dropped By
Obtainable FromOld Card Album

True Alphoccio Card [Weapon]   Item ID# 4696 (Real_Alphoccio_Card)
True Alphoccio Basil Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Reverberation
Description
Increases Reverberation damage by 20%.
When equipped with Level 4 weapons, increases Reverberation damage by 20%.
When refine level +10 or higher: increases Reverberation damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"WM_REVERBERATION",20+.@b; },{},{}
Dropped By

True Cecil Damon Card [Weapon]   Item ID# 4687 (Real_Shecil_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Cluster
Description
Increases Cluster Bomb damage by 20%.
When equipped with Level 4 weapons, increases Cluster Bomb damage by 20%.
When refine level +10 or higher: increases Cluster Bomb damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"RA_CLUSTERBOMB",20+.@b; },{},{}
Dropped By

True Celia Alde Card [Weapon]   Item ID# 4692 (Real_Ceila_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Varetyr
Description
Increases Varetyr Spear damage by 20%.
When equipped with Level 4 weapons, increases Varetyr Spear damage by 20%.
When refine level +10 or higher: increases Varetyr Spear damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b; },{},{}
Dropped By

True Chen Liu Card [Weapon]   Item ID# 4693 (Real_Chen_Card)
True Chen Lio Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Rampage
Description
Increases Rampage Blaster damage by 20%.
When equipped with Level 4 weapons, increases Rampage Blaster damage by 20%.
When refine level +10 or higher: increases Rampage Blaster damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b; },{},{}
Dropped By

True Eremes Guile Card [Weapon]   Item ID# 4684 (Real_Eremes_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Cross
Description
Increases Cross Impact damage by 20%.
When equipped with Level 4 weapons, increases Cross Impact damage by 20%.
When refine level +10 or higher: increases Cross Impact damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b; },{},{}
Dropped By

True Flamel Emure Card [Weapon]   Item ID# 4691 (Real_Flamel_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Neo Storm
Description
Increases Cart Tornado damage by 20%.
When equipped with Level 4 weapons, increases Cart Tornado damage by 20%.
When refine level +10 or higher: increases Cart Tornado damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b; },{},{}
Dropped By

True Gertie Card [Weapon]   Item ID# 4694 (Real_Gertie_Card)
True Gertie Wie Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Feint
Description
Increases Feint Bomb damage by 20%.
When equipped with Level 4 weapons, increases Feint Bomb damage by 20%.
When refine level +10 or higher: increases Feint Bomb damage by 20%.

More Information on Combo:
Item Script
{ if (getrefine() > 9) .@b += 20; if (getequipweaponlv() == 4) .@b += 20; bonus2 bSkillAtk,"SC_FEINTBOMB",20+.@b; },{},{}
Dropped By

12 >
back to top