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

Randgris Card [Weapon]   Item ID# 4407 (Randgris_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Elimination
Description
Add a 1% chance of auto casting Level 1 Dispell when dealing physical attack.
Make compounded weapon indestructible (except in upgrade attempts).
ATK +10%.
Item Script
{ bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,10; bonus3 bAutoSpell,"SA_DISPELL",1,50; },{},{}
Dropped By

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

Realized Corruption Root Card [Weapon]   Item ID# 27009 (CorruptionRootH_Card_J)
Evil Eye of Amdarais Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Evil God
Description
HIT +50, ATK +10%.
Random chance to inflict Sleep, Stone Curse or Curse status on enemies in 5x5 cells around yourself when recieving physical damage.

When equipped with Slaughter Evil Eye Card:
ATK +15%, MATK +15%.
Decreases damage taken from Shadow elemental attacks by 50%.
Item Script
{ bonus bHit,50; bonus bAtkRate,10; bonus5 bAutoSpell,"NPC_WIDESTONE",2,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDESLEEP",2,50,BF_SHORT,0; bonus5 bAutoSpell,"NPC_WIDECURSE",2,50,BF_SHORT,0; },{},{}
Dropped By No Result

Red Eruma Card [Weapon]   Item ID# 4531 (Red_Eruma_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Under Curse
Description
When dealing magical attack, has a chance to cause Curse status on the target.
Item Script
{ bonus3 bAddEff,Eff_Curse,100,ATF_MAGIC; },{},{}
Dropped By
Obtainable FromOld Card Album

Red Ferus Card [Weapon]   Item ID# 4380 (Ferus_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Salamander
Description
Inflict 5% more damage with Fire Pillar and Meteor Storm.
-50 SP when unequipped.

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

Red Pitaya Card [Weapon]   Item ID# 300106 (Pitaya_R_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Fire Magical
Description
When compounded on a Staff or Two-Handed Staff class weapon:
Increases magical damage with Fire element by 10%.

Refine Level +10:
Increases magical damage with Fire element by additional 10%.

Refine Level +14:
Increases magical damage with Fire element by additional 10%.
Item Script
expand to view script
{ .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Fire,10; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Fire,10; } if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Fire,10; } },{},{}
Dropped By

Regenschirm Scientist Card [Weapon]   Item ID# 300265 (Regen_Scientist_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Magic Guardman
Description
MATK +5%

When compounded on Two-Handed Staff:
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 and equipped by Warlock classes:
For each 3 Refine Levels:
Increases magical damage with every element by additional 3%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3); if (BaseLevel>=200 && eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); } } },{},{}
Dropped By No Result

Regret of Thanatos Card [Weapon]   Item ID# 300276 (Tha_Regret_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Wing Breaker
Description
Increases magical damage against monsters of Angel race by 10%.

Base Level at least 200:
Increases magical damage against monsters of Angel race by additional 20%.

When equipped with Dolor of Thanatos Card:
Increases magical damage against monsters of Angel race by additional 20%.
Item Script
{ bonus2 bMagicAddRace,RC_Angel,10; if (BaseLevel>=200) { bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Rekenber Guard Card [Weapon]   Item ID# 300263 (Reken_Guard_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Guardman
Description
ATK +5%

When compounded on either Dagger, One-Handed Sword or Two-Handed Sword:
Increases melee physical damage by 10%.

For each 3 Refine Levels:
Increases melee physical damage by additional 2%.

Base Level at least 200:
For each 3 Refine Levels:
Increases melee physical damage by additional 3%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) { bonus bShortAtkRate,10+2*(.@r/3); if (BaseLevel>=200) { bonus bShortAtkRate,3*(.@r/3); } } },{},{}
Dropped By No Result

Rekenber Senior Guard Card [Weapon]   Item ID# 300264 (Reken_H_Guard_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
High Guardman
Description
ATK +5%

When compounded on either One-Handed Spear or Two-Handed Spear:
Increases ranged physical damage by 10%.

For each 3 Refine Levels:
Increases ranged physical damage by additional 2%.

Base Level at least 200:
For each 3 Refine Levels:
Increases ranged physical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSPEAR) { bonus bLongAtkRate,10+2*(.@r/3); if (BaseLevel>=200) { bonus bLongAtkRate,3*(.@r/3); } } },{},{}
Dropped By No Result

Requiem Card [Weapon]   Item ID# 4104 (Requiem_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Chaos
Description
When dealing physical attack, has a 5% chance to inflict Confusion status on the target.
Item Script
{ bonus2 bAddEff,Eff_Confusion,500; },{},{}
Dropped By
Obtainable FromOld Card Album

Resentful Munak Card [Weapon]   Item ID# 27085 (BitterMunak_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Delicate
Description
ATK +15, MATK +15.

When combined with Girl's Diary: ATK +100, MATK +100.

When combined with Munak Card:
Adds 2% chance of getting possessed by Munak for 5 seconds when dealing melee physical attack.
During possession, physical attack has 50% chance of inflicting Stun status.

More Information on Combo:
Item Script
{ bonus bBaseAtk,15; bonus bMatk,15; },{},{}
Dropped By

12 >
back to top