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

Aliot Card [Garment]   Item ID# 4402 (Aliot_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Strange
Description
[Swordman, Merchant, Thief Class]
STR + 2, Maximum HP + 5%
[Mage, Acolyte, Archer Class]
INT + 2, Maximum SP + 5%
Item Script
{ if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) { bonus bStr,2; bonus bMaxHPrate,5; } if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) { bonus bInt,2; bonus bMaxSPrate,5; } },{},{}
Dropped By
Obtainable FromOld Card Album

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

Ancient Stalactic Golem Card [Garment]   Item ID# 27292 (Ancient_Sta_Golem_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Stalagtic
Description
For each 10 base VIT:
MaxHP +150
Reduces after attack delay by 1%.

Base VIT is at least 120, reduces after skill delay by 3%.
Item Script
{ .@vit = readparam(bVit); .@val = .@vit/10; if (.@val) { bonus bAspdRate,.@val; bonus bMaxHP,(150*.@val); if (.@vit >= 120) { bonus bDelayrate,-3; } } },{},{}
Dropped By

Ancient Stone Shooter Card [Garment]   Item ID# 27295 (Ancient_S_Shooter_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Stone Shooter
Description
For each 10 base LUK:
Increases critical damage by 1%.
Reduces after attack delay by 1%.

Base LUK is at least 120, increases critical damage by 5%.
Item Script
{ .@luk = readparam(bLuk); .@crit = .@luk/10; bonus bAspdRate,.@crit; if (.@luk >= 120) { .@crit += 5; } bonus bCritAtkRate,.@crit; },{},{}
Dropped By

Ancient Wootan Shooter Card [Garment]   Item ID# 27296 (Ancient_W_Shooter_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Wootan Shooter
Description
For each 10 base DEX:
Increases damage inflicted with Bow class weapon by 1%.
Reduces after attack delay by 1%.

Base DEX is at least 120, ATK +40.
Item Script
{ .@dex = readparam(bDex); .@val = .@dex/10; if (.@val) { bonus bAspdRate,.@val; bonus2 bWeaponDamageRate,W_BOW,.@val; if (.@dex >= 120) { bonus bBaseAtk,40; } } },{},{}
Dropped By

Antique Book Card [Garment]   Item ID# 4596 (AntiqueBook_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Intellectual
Description
Every 10 point of base INT, MATK +5.
Item Script
{ bonus bMatk,5*(readparam(bInt)/10); },{},{}
Dropped By

Aquila Card [Garment]   Item ID# 300382 (Aquila_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Aquila
Description
Increases magical damage with Poison and Undead element by 100%.
Increases damage taken from every element by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Poison,100; bonus2 bMagicAtkEle,Ele_Undead,100; bonus2 bSubEle,Ele_All,-30; },{},{}
Dropped By No Result

Arc Elder Card [Garment]   Item ID# 4629 (Arc_Elder_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Skinny
Description
Decreases damage taken from Neutral elemental attacks by 15%.

For each Refine Level:
Increases magical damage with Earth element by 3%.

When equipped with shoes compounded with Time Keeper Card:
Decreases damage taken from Neutral elemental attacks by an additional 5%.

More Information on Combo:
Item Script
{ bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Earth,getrefine()*3; },{},{}
Dropped By

Arch Bishop Magaleta Card [Garment]   Item ID# 4675 (Archbishop_Card)
Arch Bishop Margaretha Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Arch Bishop
Description
When base class is Archbishop: MaxHP +10%, Healing skills +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

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

Arch Bishop Magaleta Card [Garment]   Item ID# 27059 (Archbishop_Card_J)
Archbishop Margaretha(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Arc Bishop
Description
When equipped by Archbishop:
MaxHP +10%. Increases Healing skills effectiveness by 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 Archbishop Margaretha Card:
Random chance to increase Healing skills by 100% and transform into Archbishop Margaretha for 5 seconds when using Heal, Highness Heal or Coluceo Heal.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) { bonus bMaxHPrate,10; bonus bHealPower,15; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Assassin Cross Card [Garment]   Item ID# 4359 (B_Eremes_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Shadow
Description
Enables use of Level 3 Cloaking.
Item Script
{ skill "AS_CLOAKING",3; },{},{ sc_end SC_CLOAKING; }
Dropped By

back to top