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

Treasure Mimic Card [Garment]   Item ID# 300016 (Treasure_Mimic_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Treasure
Description
FLEE +30, Critical +5.

When equipped with Ancient Mimic Card:
For each refine levels: Increases critical damage by 2%.
Item Script
{ bonus bCritical,5; bonus bFlee,30; },{},{}
Dropped By No Result

Trentini Card [Garment]   Item ID# 4573 (Trentini_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Dancer
Description
FLEE +10.
[Dancer and Dancer Upper Class]
MaxHP +10%, MaxSP +5%.
Item Script
{ bonus bFlee,10; if (BaseJob == Job_Dancer) { bonus bMaxHPrate,10; bonus bMaxSPrate,5; } },{},{}
Dropped By

Vagabond Wolf Card [Garment]   Item ID# 4183 (Vagabond_Wolf_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Werewolf
Description
STR + 1
[+ Wolf Card]
FLEE +18

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

Venenum Card [Garment]   Item ID# 27314 (Venenum_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Animal Hunter
Description
Increases physical damage against Brute monsters by 15%.
Item Script
{ bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_Player_Doram,15; },{},{}
Dropped By

Vocal Card [Garment]   Item ID# 4211 (Vocal_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Virtuoso's
Description
MDEF + 3
[+ Rocker Card]
FLEE +18

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

Wakwak Card [Garment]   Item ID# 4588 (Wakwak_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Power
Description
Every 10 base STR: Increase ATK by 5.
Item Script
{ bonus bBaseAtk,5*readparam(bStr)/10; },{},{}
Dropped By

Wanderer Card [Garment]   Item ID# 4210 (Wander_Man_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Pressure
Description
Add a 2% chance of auto casting Level 1 Intimidate on an enemy when attacking.
[Thief Class]
FLEE +20
[The Paper, Wild Rose, Shinobi & Dancing Dragon Card Combo]

More Information on Combo:
Item Script
{ if (!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,"RG_INTIMIDATE",1,20; if (BaseClass == Job_Thief) bonus bFlee,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Wanderer Trentini Card [Garment]   Item ID# 4683 (Wanderer_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Wanderer
Description
When base class is Wanderer: MaxHP +10%, MaxSP +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher:+10 or higher: All Stats +10.

When equipped with True Trentini Card:
Adds 3% chance for 6 seconds to possess the user with Trentini 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_Dancer) { bonus bMaxHPrate,10; bonus bMaxSPrate,15; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Wanderer Trentini Card [Garment]   Item ID# 27067 (Wanderer_Card_J)
Wanderer Trentini(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Wanderer
Description
When equipped by Wanderer: MaxHP +10%, MaxSP +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 Wanderer Trentini Card:
Random chance to increase DEX by 100 and transform into Wanderer Trentini for 5 seconds when recieving physical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) { bonus bMaxHPrate,10; bonus bMaxSPrate,15; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Warlock Kathryne Card [Garment]   Item ID# 4678 (Warlock_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Warlock
Description
When base class is Warlock: MDEF +80, MATK +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

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

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

Warlock Kathryne Card [Garment]   Item ID# 27062 (Warlock_Card_J)
Warlock Kathryne(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Warlock
Description
When equipped by Warlock: MDEF +80, 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 Warlock Kathryne Card:
Random chance to increase INT by 100 and transform into Warlock Katrinn for 5 seconds when recieving magical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { bonus bMdef,80; bonus bMatkRate,15; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Whisper Card [Garment]   Item ID# 4102 (Whisper_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mocking
Description
FLEE +20
Increase damage taken from Ghost Property attacks by 50%.
Item Script
{ bonus bFlee,20; bonus2 bSubEle,Ele_Ghost,-50; },{},{}
Dropped By
Obtainable FromOld Card Album

« First < 78910111213 >
back to top