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

Giant Whisper Card [Garment]   Item ID# 4303 (Whisper_Boss_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mystic
Description
FLEE +10
[Base STR >= 80]
ATK + 20
[Base VIT >= 80]
Maximum HP + 3%
[Base LUK >= 80]
CRIT +3
Item Script
{ bonus bFlee,10; if (readparam(bStr)>=80) bonus bBaseAtk,20; if (readparam(bVit)>=80) bonus bMaxHPrate,3; if (readparam(bLuk)>=80) bonus bCritical,3; },{},{}
Dropped By

Gioia Card [Garment]   Item ID# 4576 (Gioia_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Educe
Description
Increase Wind and Ghost Property magic damage by 100%.
Decrease resistance to all atribute attacks by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Wind,100; bonus2 bMagicAtkEle,Ele_Ghost,100; bonus2 bSubEle,Ele_All,-30; },{},{}
Dropped By

Green Maiden Card [Garment]   Item ID# 4373 (Chung_E_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Cursed
Description
LUK - 5
LUK +1 and CRIT +1 for each refine level of the equipment this card is compounded on.
Item Script
{ .@r = getrefine(); bonus bLuk,.@r-5; bonus bCritical,min(.@r,10); },{},{}
Dropped By
Obtainable FromOld Card Album

Grudge of Royal Knight Card [Garment]   Item ID# 4606 (UndeadKnightF_Card)
Undead Knight of Grudge Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Revenge
Description
MaxSP -44%.
Recovers 20 SP each time an enemy is killed by melee physical attacks. Every 2 refine of the compounded equipment recovers 1 extra SP.
Drain 444 SP as the garment is unequipped.
[ +Agony Of Royal Knight Card ]
Increase resistance against Neutral property attack by 20%.
FLEE +20
Drains 100 HP each 6 seconds.
Drains 6 SP each 6 seconds.

More Information on Combo:
Item Script
{ bonus bMaxSPrate,-44; bonus bSPGainValue,20+(getrefine()/2); },{},{ heal 0,-444; }
Dropped By

Guillotine Cross Eremes Card [Garment]   Item ID# 4674 (GuillotineCross_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Guillotine Cross
Description
When base class is Guillotine Cross: Perfect Dodge +10, ATK +15%.
When base level is 175: All Stats +10.
When refine level +10 or higher: All Stats +10.

When equipped with True Eremes Guile Card:
Adds 3% chance for 6 seconds to possess the user with Eremes Guile 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_Assassin) { bonus bFlee2,10; bonus2 bAddRace,RC_All,15; } if (BaseLevel>174) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By

Guillotine Cross Eremes Card [Garment]   Item ID# 27058 (GuillotineCross_Card_J)
Guillotine Cross Eremes(MVP) Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Guillotine Cross
Description
When equipped by Guillotine Cross: Perfect Dodge +10, ATK +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 Guillotine Cross Eremes Card:
Random chance to increase AGI by 100 and transform into Guillotine Cross Eremes for 5 seconds when recieving physical damage.
Item Script
{ if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { bonus bFlee2,10; bonus bAtkRate,15; } if (BaseLevel>164) bonus bAllStats,10; if (getrefine()>9) bonus bAllStats,10; },{},{}
Dropped By No Result

Happiness Giver Card [Garment]   Item ID# 300271 (Happy_Giver_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Happy
Description
MaxSP -25%
Increases melee physical damage by 10%.

When equipped with Mistress of Shelter Card:
For each 40 base STR:
Increases melee physical damage by additional 15%.
Item Script
{ bonus bShortAtkRate,10; bonus bMaxSPrate,-25; },{},{}
Dropped By No Result

Harpy Card [Garment]   Item ID# 4325 (Harpy_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Vicious
Description
Add a 15% resistance against Neutral Property attacks.
Inflict 5% more damage with Napalm Beat.
[Loli Ruri, Parasite, Miyabi Doll, Evil Nymph & Bloody Butterfly Card Combo]

More Information on Combo:
Item Script
{ bonus2 bSubEle,Ele_Neutral,15; bonus2 bSkillAtk,"MG_NAPALMBEAT",5; },{},{}
Dropped By
Obtainable FromOld Card Album

Haunted Obsidian Card [Garment]   Item ID# 27290 (Sinister_Obsidian_Card)
Vicious Enchanted Obsidian Card
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Obsidian
Description
Every 10 base AGI:
FLEE +3
Reduces after attack delay by 1%.

If base AGI at least 120:
ASPD +1
Item Script
{ .@agi = readparam(bAgi); .@val = .@agi/10; if (.@val) { bonus bFlee,(3*.@val); bonus bAspdRate,.@val; if (.@agi >= 120) { bonus bAspd,1; } } },{},{}
Dropped By No Result

Heart Hunter Evil Card [Garment]   Item ID# 27141 (Evil_Card_J)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Volcanic
Description
Decreases damage taken from Fire elemental attacks by 100%.
Random chance to inflict Curse status on your enemy when recieving physical damage.
Item Script
{ bonus2 bSubEle,Ele_Fire,100; bonus3 bAddEffWhenHit,Eff_Curse,5000,ATF_WEAPON; },{},{}
Dropped By No Result

Himmelmez's Phantom Card [Garment]   Item ID# 27381 (C_Himel_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Fallen Angel
Description
Increases Holy and Neutral elemental magic damage by 100%.
Increases damage taken from all elemental attacks by 30%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Neutral,100; bonus2 bMagicAtkEle,Ele_Holy,100; bonus2 bSubEle,Ele_All,-30; },{},{}
Dropped By No Result

Hode Card [Garment]   Item ID# 4081 (Hode_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Glorious
Description
Increase resistance to Earth Property attacks by 30%.
FLEE +5
Item Script
{ bonus2 bSubEle,Ele_Earth,30; bonus bFlee,5; },{},{}
Dropped By
Obtainable FromOld Card Album
Required ForValkyrie Helm

< 1234567891011 > Last »
back to top