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

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

Sealed Creator Card [Armor]   Item ID# 27216 (SLD_Creator_Card)
Sealed Creator Flamel Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Half Acid
Description
Critical +10.
Physical attacks have a chance to autocast Level 1 Acid Terror. (Consumes Acid Bottle)

Base STR is at least 110: Critical +10.

Refine Level +15:
Physical attacks have a chance to autocast Level 3 Acid Terror instead. (Consumes Acid Bottle)
Critical +15 instead.
Base STR is at least 110: Critical +15 instead.

Warning - Silit Pong Bottle does not work on removing this card!
Item Script
expand to view script
{ if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1; bonus bCritical,(readparam(bStr)>=110) ? 20 : 10; } else { bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1; bonus bCritical,(readparam(bStr)>=110) ? 30 : 20; } },{},{}
Dropped By No Result

Sealed Deep Sea Kraken Card [Armor]   Item ID# 300354 (SLD_ILL_Kraken_Card_J)
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bAddRace,RC_Fish,5; bonus2 bAddRace,RC_Plant,5; bonus2 bAddEle,Ele_Water,5; bonus2 bAddEle,Ele_Ghost,5; bonus2 bMagicAddRace,RC_Fish,5; bonus2 bMagicAddRace,RC_Plant,5; bonus2 bMagicAddEle,Ele_Water,5; bonus2 bMagicAddEle,Ele_Ghost,5; },{},{}
Dropped By No Result

Sealed Detale Card [Armor]   Item ID# 4542 (SLD_Detale_Card)
SLD Detale Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Half Magic Shelter
Description
MDEF -20
Increases resistance against Freezing status by 40%.
Random chance to autocast Level 1 Land Protector when dealing magical damage.

If the compounded item is refined to +15 or higher:
Increases resistance against Freezing status by 20%.
Item Script
{ bonus bMdef,-20; bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000); bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,35,BF_MAGIC,0; },{},{}
Dropped By No Result

1234 >
back to top