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

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

Resentful Soldier Card [Weapon]   Item ID# 27086 (BitterArcherSk_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Sagittarius
Description
Adds a low chance of autocasting Level 5 Double Strafing when dealing physical attack with Bow weapon.
Refine Level +10:
Increases Bow class weapon damage by 20%.

When combined with Archer Skeleton Card:
Adds 2% chance of getting possessed by Archer Skeleton for 5 seconds when dealing physical attack.
During possession, ASPD +1.

More Information on Combo:
Item Script
{ if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_BOW) { bonus3 bAutoSpell,"AC_DOUBLE",5,30; if (getrefine() >= 10) { bonus2 bWeaponDamageRate,W_BOW,20; } } },{},{}
Dropped By

Rigid Kaho Card [Weapon]   Item ID# 27347 (Firm_Kaho_Card)
Firm Kaho Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Crack
Description
Increases magical damage against Earth property enemies by 10%.

When combined with Fire Frilldora Card:
Increases magical damage against Earth property enemies by additional 8%.
Item Script
{ bonus2 bMagicAddEle,Ele_Earth,10; },{},{}
Dropped By

Rigid Lava Golem Card [Weapon]   Item ID# 27348 (Firm_Lava_G_Card)
Firm Lava Golem Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Nowhere
Description
Increases magical damage against Neutral property enemies by 3%.

Refine Level +7:
Increases magical damage against Neutral property enemies by additional 5%.

Refine Level +9:
Increases magical damage against Neutral property enemies by additional 7%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAddEle,Ele_Neutral,3+((.@r>=7)*5)+((.@r>=9)*7); },{},{}
Dropped By

Rock Step Card [Weapon]   Item ID# 4699 (Rock_Step_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Dual Cannon
Description
Increases Canon Arms damage by 20%.

If compounded weapon refined to +10: Increases Canon Arms damage by 20%.
When combined with Kick Step Card:
Nullify Mado Gear's Fuel consumption.

More Information on Combo:
Item Script
{ bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20); },{},{}
Dropped By

Rotar Zairo Card [Weapon]   Item ID# 4192 (Rotar_Zairo_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Fatal Pisces
Description
Inflict 10% more damage with Critical attacks.
Critical Rate + 7 on Fish monster.
Item Script
{ bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Fish,7; },{},{}
Dropped By
Obtainable FromOld Card Album

Samurai Spector Card [Weapon]   Item ID# 4263 (Incant_Samurai_Card)
Samurai Specter Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Bloodlust
Description
Ignore normal monster's defense when attacking.
Reduces natural HP recovery by 100% and drain 666 HP every 10 seconds.
Drain 999 HP as the weapon is unequipped.
Item Script
expand to view script
{ bonus bIgnoreDefClass,Class_Normal; bonus bNoRegen,1; bonus2 bHPLossRate,666,10000; },{},{ if ((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) { heal(1-Hp),0; } else { heal -999,0; } }
Dropped By

« First < 1415161718192021222324 > Last »
back to top