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

Rotten Tree Card [Armor]   Item ID# 300170 (MD_Airboat_Card)
Rotten Wood Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Rotten
Description
Increases Natural HP Recovery Rate by 100%.
Increases Damage against monsters of Insect race by 10%.
Item Script
{ bonus bHPrecovRate,100; bonus2 bAddRace,RC_Insect,10; bonus2 bMagicAddRace,RC_Insect,10; },{},{}
Dropped By No Result

RSX-0806 Card [Armor]   Item ID# 4342 (Rsx_0806_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mammoth
Description
Cannot be knocked back.
VIT + 3
Make an armor indestructible (except in upgrade attempts).
Item Script
{ bonus bVit,3; bonus bUnbreakableArmor; bonus bNoKnockback; },{},{}
Dropped By

Rybio Card [Armor]   Item ID# 4194 (Rybio_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Overpowering
Description
Add a 3% chance of auto casting Stun on an enemy when the user receives physical attack.
[Base Dexterity >= 77]
Add a chance of auto casting Stun is increased to 9%.
Item Script
{ bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); },{},{}
Dropped By
Obtainable FromOld Card Album

Sandman Card [Armor]   Item ID# 4101 (Sand_Man_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Gnome
Description
Enchant Armors with the Earth Property.
DEF + 1
Item Script
{ bonus bDefEle,Ele_Earth; bonus bDef,1; },{},{}
Dropped By
Obtainable FromOld Card Album

Sarah Card [Armor]   Item ID# 4610 (Sarah_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Protection
Description
When the damage taken exceeds the user's MaxHP, user will only take the amount that exceeds the user's MaxHP.

However, it cannot decrease the static damage.

More Information on Combo:
Item Script
{ bonus bAbsorbDmgMaxHP2,40; },{},{}
Dropped By

Sasquatch Card [Armor]   Item ID# 4216 (Sasquatch_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Freezing
Description
Add a 6% chance of Freezing an enemy when the user receives physical attack.
Item Script
{ bonus2 bAddEffWhenHit,Eff_Freeze,600; },{},{}
Dropped By
Obtainable FromOld Card Album

Savage Card [Armor]   Item ID# 4078 (Savage_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Recovery
Description
VIT + 3
Item Script
{ bonus bVit,3; },{},{}
Dropped By
Obtainable FromOld Card Album

Schulang Card [Armor]   Item ID# 300227 (EP18_Schulang_Card)
Shulan Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Angel Killer
Description
Increases magical damage against monsters of Angel race by 75%.
Increases damage taken from monsters of Angel race by 25%.
Item Script
{ bonus2 bMagicAddRace,RC_Angel,75; bonus2 bSubRace,RC_Angel,-25; },{},{}
Dropped By No Result

Sealed Ancient Tao Gunka Card [Armor]   Item ID# 300349 (SLD_A_Tao_Gunka_Card_J)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

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

Sealed Awaken Ktullanux Card [Armor]   Item ID# 300352 (SLD_Ktullanux_Card_J)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bMagicAddRace,RC_Demon,5; bonus2 bMagicAddRace,RC_Formless,5; bonus2 bMagicAddEle,Ele_Fire,5; bonus2 bMagicAddEle,Ele_Neutral,5; },{},{}
Dropped By No Result

Sealed Champion Card [Armor]   Item ID# 27215 (SLD_Champion_Card)
Sealed Champion Chen Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Half Penetrating
Description
Dealing physical damage has a chance to autocast Level 1 Investigate.
Increases physical damage against all enemies by 3%.

Base AGI is at least 110:
Increases physical damage against all enemies by additional 3%.

Refine Level +15:
Dealing physical damage has a chance to autocast Level 3 Investigate instead.
Increases physical damage against all enemies by 5% instead.

Base AGI is at least 110:
Increases physical damage against all enemies by additional 5% instead.

Warning - Silit Pong Bottle does not work on removing this card!
Item Script
expand to view script
{ if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1; bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 6 : 3; } else { bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",3,1,BF_WEAPON,1; bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 10 : 5; } },{},{}
Dropped By No Result

Sealed Clown Card [Armor]   Item ID# 27213 (SLD_Clown_Card)
Sealed Clown Alphoccio Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Half Bragi
Description
FLEE +10.
Enables the use of Level 5 Poem of Bragi. (When equipped with Musical Instrument/Whip)

Base VIT is at least 110: FLEE +10.

Refine Level +15:
Enables the use of Level 7 Poem of Bragi instead. (When equipped with Musical Instrument/Whip)
FLEE +15 instead.
Base VIT is at least 110: FLEE +15 instead.

Warning - Silit Pong Bottle does not work on removing this card!
Item Script
expand to view script
{ if (getrefine()>=15) { .@a = 7; .@b = 15; } else { .@a = 5; .@b = 10; } if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) { skill "BA_POEMBRAGI2",.@a; } bonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b; },{},{}
Dropped By No Result

« First < 7891011121314151617 >
back to top