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

Dancing Marionette Card [Weapon]   Item ID# 31021 (XM_Marionette_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Madness
Description
ASPD +10%, ATK -3%.
Item Script
{ bonus bAspdRate,10; bonus bAtkRate,-3; },{},{}
Dropped By

Dark Meloring Card [Weapon]   Item ID# 300411 (aegis_300411)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bMatk,10*.@r; },{},{}
Dropped By No Result

Dark Priest Card [Weapon]   Item ID# 4171 (Dark_Priest_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Soul Draining
Description
Add a 5% chance of decreasing enemy's SP amount by 10% when dealing physical attack.
[Sage, Professor]
Gains 1 SP every time when dealing physical attack on monsters.
Item Script
{ bonus3 bSPVanishRate,50,10,BF_WEAPON|BF_MAGIC|BF_MISC; if (BaseJob == Job_Sage) bonus bSPDrainValue,1; },{},{}
Dropped By

Deadsera Card [Weapon]   Item ID# 300442 (Dedsera_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Dead Plant
Description
MATK +5%

When compounded on a One-Handed Staff class weapon:
Increases Magical Damage with every Element by 10%.

For each 3 refine levels:
Increases Magical Damage with every Element by additional 2%.

Base Level at least 200:
For each 3 refine levels:
Increases Magical Damage with every Element by additional 3%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) { bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3); } if (BaseLevel>=200) { bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); } },{},{}
Dropped By No Result

Death Word Card [Weapon]   Item ID# 4388 (Deathword_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Soul
Description
Inflict 5% more damage with Soul Strike, Napalm Beat, Napalm Vulcan.
-50 SP when unequipped.

More Information on Combo:
Item Script
{ bonus2 bSkillAtk,"MG_NAPALMBEAT",5; bonus2 bSkillAtk,"MG_SOULSTRIKE",5; bonus2 bSkillAtk,"HW_NAPALMVULCAN",5; },{},{ heal 0,-50; }
Dropped By
Obtainable FromOld Card Album

Deep Sea Deviace Card [Weapon]   Item ID# 300142 (ILL_Deviace_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Submarine
Description
Increases physical damage against Water elemental and Fish race monsters by 5%.

Refine Level +7:
Increases physical damage against Water elemental and Fish race monsters by additional 5%.

Refine Level +9:
Increases physical damage against Water elemental and Fish race monsters by additional 5%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Fish,5; bonus2 bAddEle,Ele_Water,5; if (.@r>=7) { bonus2 bAddEle,Ele_Water,5; } if (.@r>=9) { bonus2 bAddRace,RC_Fish,5; } },{},{}
Dropped By

Deep Sea Kraken Card [Weapon]   Item ID# 300151 (ILL_Kraken_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Sea Nightmare
Description
Increases long ranged physical damage by 25%.
Perfect HIT +5.
Item Script
{ bonus bLongAtkRate,25; bonus bPerfectHitRate,5; },{},{}
Dropped By

Deep Sea Sedora Card [Weapon]   Item ID# 300146 (ILL_Sedora_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Fatal Fish
Description
Increases Critical against Fish monsters by 30%.

When equipped with Sedora Card, increases critical damage by 15%.
Item Script
{ bonus2 bCriticalAddRace,RC_Fish,30; },{},{}
Dropped By

Deep Sea Sropho Card [Weapon]   Item ID# 300140 (ILL_Sropho_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Enhanced Thunder
Description
Increases Wind elemental magic damage by 3%.

Refine Level +9:
Increases Wind elemental magic damage by additional 2%.

Refine Level +11:
Increases Wind elemental magic damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Wind,3; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Wind,2; } if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Wind,5; } },{},{}
Dropped By

Desert Wolf Card [Weapon]   Item ID# 4082 (Desert_Wolf_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Gigantic
Description
Increase damage inflicted on Small size monster by 15%.
ATK + 5

More Information on Combo:
Item Script
{ bonus2 bAddSize,Size_Small,15; bonus bBaseAtk,5; },{},{}
Dropped By
Obtainable FromOld Card Album

Deviace Card [Weapon]   Item ID# 4125 (Deviace_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Aqua
Description
Increase damage on DemiHuman, Brute, Plant and Insect monster by 7%.
Item Script
{ bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Player_Human,7; bonus2 bAddRace,RC_Brute,7; bonus2 bAddRace,RC_Player_Doram,7; bonus2 bAddRace,RC_Plant,7; bonus2 bAddRace,RC_Insect,7; },{},{}
Dropped By
Obtainable FromOld Card Album

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

< 1234567891011 > Last »
back to top