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

True Randel Lawrence Card [Weapon]   Item ID# 4690 (Real_Randel_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Drive
Description
Increases Earth Drive damage by 20%.
When equipped with Level 4 weapons, increases Earth Drive damage by 20%.
When refine level +10 or higher: increases Earth Drive damage by 20%.

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

True Seyren Windsor Card [Weapon]   Item ID# 4689 (Real_Seyren_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Ignition
Description
Increases Ignition Brake damage by 20%.
When equipped with Level 4 weapons, increases Ignition Brake damage by 20%.
When refine level +10 or higher: increases Ignition Brake damage by 20%.

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

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

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

Truthful Wizard Card [Weapon]   Item ID# 27087 (WizardOfVeritas_Card)
Wizard of Veritas Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Truth
Description
MATK +25.
Adds 0.5% chance of enabling uninterruptable skill cast for 5 seconds when dealing magical attack (Upon activation, you will shout ''This is the Truth!!'').
Item Script
{ bonus bMatk,25; autobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; showscript \"This is the truth!\"; }"; },{},{}
Dropped By

Turtle General Card [Weapon]   Item ID# 4305 (Turtle_General_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Explosive
Description
Increases damage inflicted on all enemies by 20%.
Add a 3% chance of automatically casting Level 10 Magnum Break on the enemy when attacking.

More Information on Combo:
Item Script
{ bonus2 bAddClass,Class_All,20; bonus3 bAutoSpell,"SM_MAGNUM",10,30; },{},{}
Dropped By

Unidentified Creature card [Weapon]   Item ID# 300176 (MD_Airboat_Card7)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Undefine
Description
When compounded on either Two-Handed Sword or Two-Handed Axe:
Increases melee physical damage by 10%.
ASPD +1

For each 2 Refine Levels:
Increases melee physical damage by additional 1%.
Item Script
{ if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { bonus bShortAtkRate,10+(getrefine()/2); bonus bAspd,1; } },{},{}
Dropped By No Result

Upd Bow Guardian Card [Weapon]   Item ID# 4550 (Upd_Bow_Guardian_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Shaft
Description
When compounded to a Bow:
Increases Arrow Shower damage by 50%.
CRIT +5
HIT +5
Increases long range critical attack damage by 20%.
For every 4 level refine levels: critical damage +1%.
Randomly autocasts Level 1 Phantasmic Arrow when dealing physical attack.
Item Script
{ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) { bonus2 bSkillAtk,"RA_ARROWSTORM",50; bonus bCriticalLong,20+(getequiprefinerycnt(EQI_HAND_R)/4); bonus bHit,5; bonus bCritical,5; bonus3 bAutoSpell,"HT_PHANTASMIC",1,100; } },{},{}
Dropped By No Result

Vadon Card [Weapon]   Item ID# 4049 (Vadon_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Flammable
Description
Increase damage inflicted on Fire Property monsters by 20%.
Item Script
{ bonus2 bAddEle,Ele_Fire,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Val'khiri Card [Weapon]   Item ID# 4546 (Light_Up_Card5)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Screwed
Description
Card with no effect.
What a certificate of after learning to use any disadvantage to the user. - said, says.
Collectible dealer may buy.
Item Script
{},{},{}
Dropped By No Result

Warrior Lola Card [Weapon]   Item ID# 4579 (Lora_Card)
Lora Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Morning Star
Description
[+Mace Weapon]
ATK +20, CRIT +10.
Each refine on the compounded equipment adds ATK +1 and CRIT +1.
Item Script
{ if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MACE) { .@r = getrefine(); bonus bBaseAtk,20+.@r; bonus bCritical,10+.@r; } },{},{}
Dropped By

White Knight Card [Weapon]   Item ID# 4608 (White_Knightage_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Knight's
Description
ATK +15
Increases physical damage inflicted on Medium and Large size monsters by 20%.
[Khalitzburg Knight Card]
Increases physical damage inflicted on Medium and Large size monsters by 15%.
Reduces physical damage taken from Medium and Large size monsters by 5%.

More Information on Combo:
Item Script
{ bonus bBaseAtk,15; bonus2 bAddSize,Size_Medium,20; bonus2 bAddSize,Size_Large,20; },{},{}
Dropped By No Result

Wild Hornet Card [Weapon]   Item ID# 4665 (Wild_Honet_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Honey
Description
ATK +5
Item Script
{ bonus bBaseAtk,5; },{},{}
Dropped By

« First < 22232425262728 >
back to top