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

Centipede Larva Card [Weapon]   Item ID# 4452 (Centipede_Larva_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Magical
Description
INT + 1, MATK + 3.
Item Script
{ bonus bInt,1; bonus bMatk,3; },{},{}
Dropped By
Obtainable FromOld Card Album

Chaotic Ghostring Card [Weapon]   Item ID# 27339 (Chaos_Goring_Card)
Chaos Ghostring Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Ghost
Description
ATK +20.
Increases physical damage inflicted on Small and Large size monsters by 25%.

When combined with Ghostring Card:
ATK +10%.

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

Charleston3 Card [Weapon]   Item ID# 4697 (Charleston_Card)
Charleston Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Overload
Description
MaxSP -300.
Adds a high chance of destroying target's armor when dealing physical attacks.

When combined with Kick Step Card:
Nullify Mado Gear's Fuel consumption.

More Information on Combo:
Item Script
{ bonus bBreakArmorRate,5000; bonus bMaxSP,-300; },{},{}
Dropped By

Chepet Card [Weapon]   Item ID# 4284 (Chepet_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Caress
Description
Add a 5% chance of auto casting Level 5 Heal on the enemy when attacking.
Item Script
{ bonus4 bAutoSpell,"AL_HEAL",5,50,1; },{},{}
Dropped By
Obtainable FromOld Card Album, Mystical Card Album

Cobalt Mineral Card [Weapon]   Item ID# 4475 (Cobalt_Mineral_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Intangible
Description
Increases magic damage against Formless monsters by 10%.
Item Script
{ bonus2 bMagicAddRace,RC_Formless,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Colorful Teddy Bear Card [Weapon]   Item ID# 27286 (Colorful_T_Bear_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Romping
Description
MATK +5
Increases magical damage inflicted on Large size monsters by 15%.
Item Script
{ bonus bMatk,5; bonus2 bMagicAddSize,Size_Large,15; },{},{}
Dropped By No Result

Copo Card [Weapon]   Item ID# 300455 (aegis_300455)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Copo
Description
Increases Damage against monsters of Small size by 15%.

For each 4 refine levels:
Increases Damage against monsters of Small size by additional 5%.

When Weapon Level of compounded equipment is 5:
Increases Damage against monsters of Medium size by 12%.

For each 3 refine levels:
Increases Damage against monsters of Medium size by additional 4%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddSize,Size_Small,15+5*(.@r/4); bonus2 bMagicAddSize,Size_Small,15+5*(.@r/4); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus2 bAddSize,Size_Medium,12+4*(.@r/3); bonus2 bMagicAddSize,Size_Medium,12+4*(.@r/3); } },{},{}
Dropped By No Result

Corruption Root Card [Weapon]   Item ID# 4603 (CorruptionRoot_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Evil Spirit
Description
ATK +20
Has a high chance of inflicting Stone Curse, Sleep or Curse on all targets within a 5x5 cells when dealing melee physical attacks.
Item Script
{ bonus bBaseAtk,20; bonus5 bAutoSpell,"NPC_WIDESTONE",1,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDESLEEP",1,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDECURSE",1,50,BF_SHORT,0; },{},{}
Dropped By

Crab Card [Weapon]   Item ID# 4153 (Crab_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Cancer
Description
Inflict 30% more damage on Asters.
ATK + 5
[+ Shell Fish & Aster Card]
Inflict 30% more damage on Water Property enemies.
30% chance of gaining 'Raw Fish' item each time a Fish monster is killed.

More Information on Combo:
Item Script
{ bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30; },{},{}
Dropped By
Obtainable FromOld Card Album

Cruiser Card [Weapon]   Item ID# 4297 (Cruiser_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Poaching
Description
Inflict 10% more damage with Critical attacks.
Critical Rate + 7 on Brute monster.
[Anolian, Alligator, Merman & Dragon Tail Card Combo]

More Information on Combo:
Item Script
{ bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Brute,7; bonus2 bCriticalAddRace,RC_Player_Doram,7; },{},{}
Dropped By
Obtainable FromOld Card Album

Curupira Card [Weapon]   Item ID# 27122 (Curupira_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Tidal Wave
Description
Increases magical damage inflicted on Water elemental monsters by 3%.

Refine Level +7:
Increases magical damage inflicted on Water elemental monsters by 5%.

Refine Level +9:
Increases magical damage inflicted on Water elemental monsters by 7%.
Item Script
{ .@val = 3; .@r = getrefine(); if (.@r>=7) { .@val += 5; } if (.@r>=9) { .@val += 7; } bonus2 bMagicAddEle,Ele_Water,.@val; },{},{}
Dropped By

CUTIE Card [Weapon]   Item ID# 27146 (CUITE_Card_J)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Cutie
Description
MATK +10%.
Random chance to decreases after attack delay by 100% for 30 seconds when recieving magical damage.
Item Script
{ bonus bMatkRate,10; autobonus "{ bonus bAspdRate,100; }",5,30000,BF_MAGIC; },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top