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

Sealed Doppelganger Card [Weapon]   Item ID# 300323 (SLD_Doppelganger_Card_J)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bAspdRate,3; },{},{}
Dropped By No Result

Sealed Dracula Card [Weapon]   Item ID# 4483 (Sealed_Dracula_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Spiritual
Description
Has a 5% chance to recover 5% of the damage inflicted to enemy into SP.

If the compounded item is refined to +15 or higher, reovery rate increases to 7%.
Item Script
{ bonus2 bSPDrainRate,((getrefine()>14)?70:50),5; },{},{}
Dropped By No Result

Sealed Dracula Card [Weapon]   Item ID# 300394 (aegis_300394)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bSPDrainRate,50,5; },{},{}
Dropped By No Result

Sealed Drake Card [Weapon]   Item ID# 4496 (Sealed_Drake_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Half Infinity
Description
Increases physical damage against enemies of Small, Medium and Large size by 50%.

If the compounded item is refined to +15 or higher:
Increases physical damage against enemies of Small, Medium and Large size by an additional 25%.
Item Script
{ .@rate = (getrefine()>=15?75:50); bonus2 bAddSize,Size_All,.@rate; bonus2 bMagicAddSize,Size_All,.@rate; },{},{}
Dropped By No Result

Sealed Drake Card [Weapon]   Item ID# 300324 (Sealed_Drake_Card_J)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bNoSizeFix; bonus bBaseAtk,-100; },{},{}
Dropped By No Result

Sealed Fallen Pyuriel Card [Weapon]   Item ID# 27222 (SLD_Pyuriel_Card)
Sealed Pyuriel Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Half Fear
Description
Increases critical damage by 20%.
Increases damage taken from all race monsters by 20%.

Refine Level +15:
Increases critical damage by 25% instead.
Increases damage taken from all race monsters by 15% instead.

Warning - Silit Pong Bottle does not work on removing this card!
Item Script
{ if (getrefine()<15) { bonus bCritAtkRate,20; bonus2 bSubRace,RC_All,-20; } else { bonus bCritAtkRate,25; bonus2 bSubRace,RC_All,-15; } },{},{}
Dropped By No Result

Sealed General Daehyon Card [Weapon]   Item ID# 27220 (SLD_Daehyon_Card)
Sealed Daehyon Card
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Half Sword Master
Description
When compounded on One-Handed Sword and Two-Handed Sword class weapons:
ATK +50.

Refine Level +15: ATK +75 instead.

Warning - Silit Pong Bottle does not work on removing this card!
Item Script
expand to view script
{ if (getrefine()<15) { if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { bonus bBaseAtk,50; } } else { if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSWORD) { bonus bBaseAtk,75; } } },{},{}
Dropped By No Result

Sealed Lord of The Dead Card [Weapon]   Item ID# 4540 (SLD_Lord_Of_Death_Card)
Sealed Lord Of The Death Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Crisis
Description
Has a small chance to inflict Coma status on enemies.
Has a small chance to inflict Stun, Curse, Silence, Poison and Bleeding status on the target when doing melee physical attack.
[If compounded equipment is refined to +15 or higher]
The chance to inflict Stun, Curse, Silence, Poison and Bleeding status increases.
Item Script
expand to view script
{ .@rate = ((getrefine()>14)?350:250); bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT; bonus2 bComaClass,Class_Normal,1; },{},{}
Dropped By No Result

Sealed Lord of The Dead Card [Weapon]   Item ID# 311440 (aegis_311440)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus3 bAddEff,Eff_Stun,250,ATF_SHORT; bonus3 bAddEff,Eff_Curse,250,ATF_SHORT; bonus3 bAddEff,Eff_Silence,250,ATF_SHORT; bonus3 bAddEff,Eff_Poison,250,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,250,ATF_SHORT; },{},{}
Dropped By No Result

Sealed MasterSmith Card [Weapon]   Item ID# 4502 (Sealed_B_Harword_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Holgren
Description
Adds a 5% chance of destroying an enemy's weapon and a 4% chance of destroying its armor each time the wearer dealing physical attacks.

If the compounded item is refined to +15 or higher:
The above effect will become 8% on weapon and 6% on armor instead.
Item Script
{ .@r = getrefine(); bonus bBreakWeaponRate,(.@r>14?800:500); bonus bBreakArmorRate,(.@r>14?600:400); },{},{}
Dropped By No Result

Sealed Memory of Thanatos Card [Weapon]   Item ID# 300338 (SLD_Thanatos_Card_J)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bIgnoreDefRaceRate,RC_All,100; bonus bDef,-30; bonus bFlee,-30; bonus bSPDrainValue,-1; },{},{}
Dropped By No Result

Sealed Phreeoni Card [Weapon]   Item ID# 4537 (Sealed_Phreeoni_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Half Perfect
Description
HIT +50
If compounded equipment is refined to +15 or higher, additional HIT +25 (for a total of HIT +75).
Item Script
{ bonus bHit,((getrefine()>14)?75:50); },{},{}
Dropped By No Result

« First < 1617181920212223242526 > Last »
back to top