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

Senior Aries Card [Garment]   Item ID# 300098 (Aries_H_Card)
Greater Aries Card
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Ninja's
Description
MATK +5
Increases damage of Wind Blade, Freezing Spear and Flaming Petals by 10%.

Refine Level +7: Decreases variable cast time by 5%.
Item Script
{ bonus bMatk,5; bonus2 bSkillAtk,"NJ_KOUENKA",10; bonus2 bSkillAtk,"NJ_HYOUSENSOU",10; bonus2 bSkillAtk,"NJ_HUUJIN",10; if (getrefine()>=7) { bonus bVariableCastrate,-5; } },{},{}
Dropped By

Senior Dry Rafflesia Card [Garment]   Item ID# 300084 (Dry_Rafflesia_H_Card)
Greater Dried Rafflesia Card
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Holy
Description
FLEE +5
Decreases damage taken from Holy elemental attacks by 30%.
Item Script
{ bonus2 bSubEle,Ele_Holy,30; bonus bFlee,5; },{},{}
Dropped By

Shadow Chaser Gertie Card [Garment]   Item ID# 4682 (ShadowChaser_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Shadow Chaser
Description
When base class is Shadow Chaser: ATK +5%, MATK +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

When equipped with True Gertie Wi Card:
Adds 3% chance for 6 seconds to possess the user with Gertie Wi spirit when attacking with physical attacks.
During possession, the user granted with +100 ATK.

More Information on Combo:
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) { bonus bMatkRate,15; bonus2 bAddRace,RC_All,5; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Shadow Chaser Gertie Card [Garment]   Item ID# 27066 (ShadowChaser_Card_J)
Shadow Chaser Gertie(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Shadow Chaser
Description
When equipped by Shadow Chaser: ATK +5%, MATK +15.

Base Level is at least 165: All Stats +10.

If Refine Level of equipped Garment is +10 or higher:
All Stats +10.

When equipped with Shadow Chaser Gertie Card:
Random chance to increase AGI by 100 and transform into Shadow Chaser Gertie for 5 seconds when recieving physical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) { bonus bMatkRate,15; bonus bAtkRate,5; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Smile Giver Card [Garment]   Item ID# 300273 (Smile_Giver_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Smile
Description
MaxSP -25%
Increases magical damage with Neutral element by 10%.

When equipped with Lady Solace Card:
For each 40 base INT:
Increases magical damage with Neutral element by additional 15%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Neutral,10; bonus bMaxSPrate,-25; },{},{}
Dropped By No Result

Snowstorm Angel Card [Garment]   Item ID# 300473 (aegis_300473)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Angel Storm
Description
Increases ranged physical damage by 30%.

For each 20 base LUK:
Critical -5

For each 3 refine levels:
Increases ranged physical damage by additional 5%.

When Armor Level of compounded equipment is 2:
Increases Physical damage against monsters of Boss class by 10%.
Item Script
{ bonus bLongAtkRate,30*(readparam(bLuk)/20)+5*(getrefine()/3); bonus bCritical,-5*(readparam(bLuk)/20); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { bonus2 bAddClass,Class_Boss,10; } },{},{}
Dropped By No Result

Sorcerer Celia Card [Garment]   Item ID# 4671 (Sorcerer_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sorcerer
Description
When base class is Sorcerer: MaxHP +10%, MATK +10%.

When base level is 175: All Stats +10.

When refine level +10 or higher: All Stats +10.

When equipped with True Celia Aldea Card:
Adds 3% chance for 6 seconds to possess the user with Celia Aldea spirit when dealing magical attacks.
During possession, the user granted with +100 MATK.

More Information on Combo:
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { bonus bMaxHPrate,10; bonus bMatkRate,10; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Sorcerer Celia Card [Garment]   Item ID# 27055 (Sorcerer_Card_J)
Sorcerer Celia(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sorcerer
Description
Base Level is at least 165: All Stats +10.

When equipped by Sorcerer: MaxHP +10%, MATK +10%.

If Refine Level of equipped Garment is +10 or higher:
All Stats +10.

When equipped with Sorcerer Celia Card:
Random chance to increase INT by 100 and transform into Sorcerer Celia for 5 seconds when recieving magical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { bonus bMaxHPrate,10; bonus bMatkRate,10; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Spark Card [Garment]   Item ID# 300213 (EP18_Spark_Card)
Fire Spark Card
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Devil Catch
Description
ATK +5
Increases physical damage against enemies of Fire elemental by 10%.
Increases Critical against Undead and Demon race by 15%.
Item Script
{ bonus bBaseAtk,5; bonus2 bAddEle,Ele_Fire,10; bonus2 bCriticalAddRace,RC_Undead,15; bonus2 bCriticalAddRace,RC_Demon,15; },{},{}
Dropped By No Result

Sura Chen Card [Garment]   Item ID# 4672 (Sura_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sura
Description
When base class is Sura: MaxHP +10%, ATK +10%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

When equipped with True Chen Liu Card:
Adds 3% chance for 6 seconds to possess the user with Chen Liu spirit when attacking with physical attacks.
During possession, the user granted with +100 ATK.

More Information on Combo:
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) { bonus bMaxHPrate,10; bonus2 bAddRace,RC_All,10; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Sura Chen Card [Garment]   Item ID# 27056 (Sura_Card_J)
Sura Chen(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sura
Description
Base Level is at least 165: All Stats +10.

When equipped by Sura: MaxHP +10%, ATK +10%.

If Refine Level of equipped Garment is +10 or higher:
All Stats +10.

When equipped with Sura Chen Card:
Random chance to increase STR by 100 and transform into Sura Chen for 5 seconds when recieving physical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) { bonus bMaxHPrate,10; bonus bAtkRate,10; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Toad Card [Garment]   Item ID# 4306 (Toad_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
King's
Description
Perfect Dodge + 1
[+ Roda Frog Card]
FLEE +18

More Information on Combo:
Item Script
{ bonus bFlee2,1; },{},{}
Dropped By
Obtainable FromMystical Card Album

« First < 678910111213 >
back to top