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

Mutant Plaga Card [Weapon]   Item ID# 27311 (Mutant_Plaga_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Heavy Knuckle
Description
When compounded on Knuckle class weapons:
HIT +20, ATK +15.

For each refine level:
Increases physical damage against Large by 1%.

Refine Level +10:
Increases physical damage against Large by additional 15%.
Item Script
{ if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_KNUCKLE) { .@r = getrefine(); bonus bHit,20; bonus bBaseAtk,15; if (.@r >= 10) { .@val = 15; } bonus2 bAddSize,Size_Large,(.@r+.@val); } },{},{}
Dropped By

Mutated White Knight Card [Weapon]   Item ID# 27384 (C_White_Knight_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Magical Knightage
Description
MATK +15.
Increases magical damage against Medium and Large size enemies by 20%.

When equipped with Mutated Khalitzburg Card:
Decreases physical and magical damage from Large size enemies by additional 5%.
Item Script
{ bonus bMatk,15; bonus2 bMagicAddSize,Size_Medium,20; bonus2 bMagicAddSize,Size_Large,20; },{},{}
Dropped By No Result

Naga Card [Weapon]   Item ID# 4469 (Naga_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Marine
Description
Increases magic damage against Fish monsters by 10%.
Item Script
{ bonus2 bMagicAddRace,RC_Fish,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Necromancer Card [Weapon]   Item ID# 4440 (Necromancer_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Ignoring
Description
[When compounded to a Rod or Staff weapon type]
INT + 1
Ignores 2% magic defense of enemies.
Item Script
{ .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_STAFF || .@i == W_2HSTAFF) { bonus bInt,1; bonus2 bIgnoreMdefClassRate,Class_Normal,2; bonus2 bIgnoreMdefClassRate,Class_Boss,2; } },{},{}
Dropped By
Obtainable FromOld Card Album

Nepenthes Card [Weapon]   Item ID# 4470 (Nepenthes_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Botany
Description
Increases magic damage agaisnt Plant monsters by 10%.
Item Script
{ bonus2 bMagicAddRace,RC_Plant,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Nereid Card [Weapon]   Item ID# 4167 (Neraid_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Beast Soul Eater
Description
Gain 5 SP each time a Brute monster is killed by a physical melee damage.
Drain 5 SP as the weapon is unequipped.
Item Script
{ bonus2 bSPGainRace,RC_Brute,5; bonus2 bSPGainRace,RC_Player_Doram,5; },{},{ heal 0,-5; }
Dropped By
Obtainable FromOld Card Album

Nightmare Mimic Card [Weapon]   Item ID# 4654 (Grave_Mimic_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Tomb Raider's
Description
Increase magical damage against Brute and Undead race monster by 5%.

[If equipped with item compounded with Nightmare Arclouse card]
Reduce damage from Brute and Undead race monsters by 5%.
Ignore 50% magic defense of Brute and Undead race monsters.

More Information on Combo:
Item Script
{ bonus2 bMagicAddRace,RC_Brute,5; bonus2 bMagicAddRace,RC_Player_Doram,5; bonus2 bMagicAddRace,RC_Undead,5; },{},{}
Dropped By

Nightmare Minorous Card [Weapon]   Item ID# 4655 (Grave_Minorous_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Grave Keeper's
Description
Increase physical damage against Brute and Undead race monster by 10%.

[If equipped with item compounded with Nightmare Arclouse card]
Reduce damage from Brute and Undead race monsters by 5%.
Ignore 50% physical defense of Brute and Undead race monsters.

More Information on Combo:
Item Script
{ bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Player_Doram,10; bonus2 bAddRace,RC_Undead,10; },{},{}
Dropped By

Nihil Card [Weapon]   Item ID# 27200 (Nihil_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Nihil
Description
'You are the most free of the people here.' - Nihil M. Heine
Item Script
{},{},{}
Dropped By No Result

Nihil M. Heine Card [Weapon]   Item ID# 27196 (S_Nihil_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Heine
Description
Increases magical damage against Small size enemies by 15%.

When equipped with Spica Nerius Card:
Increases magical damage against Small size enemies and Brute race enemies by by additional 5%.

More Information on Combo:
Item Script
{ bonus2 bMagicAddSize,Size_Small,15; },{},{}
Dropped By No Result

Octopus Card [Weapon]   Item ID# 4533 (Mini_Octopus_Card)
Mini Octopus Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Blinding
Description
When dealing magical attack, has a chance to cause Blind status on the target.
Item Script
{ bonus3 bAddEff,Eff_Blind,100,ATF_MAGIC; },{},{}
Dropped By
Obtainable FromOld Card Album

Ominous Assaulter Card [Weapon]   Item ID# 27117 (OminousAssulter_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Lethal
Description
Increases critical attack damage by 10%.

When equipped with Whip, Musical Instrument, Book, Two-Handed Sword or Two-Handed Spear class weapons:
CRIT +5
Every refine level:
ATK +3
Increases critical attack damage by 1%.

More Information on Combo:
Item Script
expand to view script
{ .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); if (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) { .@r = getrefine(); bonus bCritical,5; bonus bBaseAtk,(3*.@r); } bonus bCritAtkRate,(10+.@r); },{},{}
Dropped By

« First < 1112131415161718192021 > Last »
back to top