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

Geffen Bully Card [Footgear]   Item ID# 27252 (Geffen_Thug_Card)
Geffen Thug Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Bully
Description
Increases critical attack damage by 5%, ASPD +3%.
Item Script
{ bonus bCritAtkRate,5; bonus bAspdRate,3; },{},{}
Dropped By

Geffen Gang Member Card [Footgear]   Item ID# 27251 (Geffen_Gang_Card)
Geffen Gang Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Gangster
Description
Increases critical attack damage by 3%, ASPD +5%.
Item Script
{ bonus bCritAtkRate,3; bonus bAspdRate,5; },{},{}
Dropped By

Geffen Shoplifter Card [Footgear]   Item ID# 27253 (Geffen_Thief_Card)
Geffen Thief Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Shoplifter
Description
MATK +3%.
Increases Fire and Holy elemental magic damage by 5%.
Item Script
{ bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Fire,5; bonus2 bMagicAtkEle,Ele_Holy,5; },{},{}
Dropped By

General Egnigem Cenia Card [Footgear]   Item ID# 4352 (B_Ygnizem_Card)
Boss Egnigem Card
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Regeneration
Description
Every 10 seconds, you recover 50 HP and 10 SP.
Increases Maximum HP and Maximum SP by 10%.
Item Script
{ bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bHPRegenRate,50,10000; bonus2 bSPRegenRate,10,10000; },{},{}
Dropped By

Goblin King Card [Footgear]   Item ID# 300297 (Goblin_King_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Senior Hunter's
Description
ATK +10%

Increases physical damage against monsters of Brute race by 35%.
Increases Damage taken from monsters of Brute race by 10%.
Item Script
{ bonus2 bAddRace,RC_All,10; bonus2 bAddRace,RC_Brute,35; bonus2 bAddRace,RC_Player_Doram,35; bonus2 bSubRace,RC_Brute,-10; bonus2 bSubRace,RC_Player_Doram,-10; },{},{}
Dropped By No Result

Gold Acidus Card [Footgear]   Item ID# 4378 (Acidus_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Low Level
Description
Maximum HP and SP + 4%
[When compounded into an item with refine rate of 0~4]
Additional Maximum HP and SP + 4%
HP and SP Recovery + 5%
Item Script
{ if (getrefine()<=4) { bonus bMaxHPrate,8; bonus bMaxSPrate,8; bonus bHPrecovRate,5; bonus bSPrecovRate,5; } else { bonus bMaxHPrate,4; bonus bMaxSPrate,4; } },{},{}
Dropped By
Obtainable FromOld Card Album

Gray Icewind Card [Footgear]   Item ID# 300457 (aegis_300457)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Gray Wind
Description
ATK +5%

Decreases variable cast time by 5%.
Increases SP Consumption by 7%.

When Armor Level of compounded equipment is 2:
POW +3, CON +3
Decreases variable cast time by additional 3%.

When equipped with Copo Card:
Increases Physical Damage against monsters of Large size by 10%.

For each 2 refine levels:
Increases Physical Damage against monsters of Large size by additional 3%.
Item Script
{ bonus bVariableCastrate,-5; bonus bUseSPrate,7; bonus bAtkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_ARMORLEVEL)==2) { bonus bVariableCastrate,-3; bonus bPow,3; bonus bCon,3; } },{},{}
Dropped By No Result

Green Cenere Card [Footgear]   Item ID# 27014 (GreenCenere_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mirage
Description
MaxHP +2%
Adds a chance of restoring HP by 1000 every second for 5 second when receiving by physical or magical attacks.
Item Script
{ bonus bMaxHPrate,2; autobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",20,5000,BF_NORMAL|BF_MAGIC,"{ specialeffect2 EF_HEAL2; }"; },{},{}
Dropped By

Green Ferus Card [Footgear]   Item ID# 4381 (Ferus__Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Wonderer
Description
VIT + 1
Maximum HP + 10%
[+ Cruiser, Anolian, Alligator & Dragon Tail Card]
DEX + 5
Inflict 5% more damage with Arrow Vulcan, and inflict 10% more damage with Musical Strike and Throw Arrow.
[Bard, Dancer, Clown, Gypsy]
Add a 5% chance of auto casting Level 2 Tarot Card of Fate on the enemy when dealing physical attack.

More Information on Combo:
Item Script
{ bonus bVit,1; bonus bMaxHPrate,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Gullinbursti Card [Footgear]   Item ID# 4164 (Gullinbursti_Card)
Type
Card
Class
Footgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Fisherman's
Description
Receive 10% more Experience Points each time a Fish monster is killed.
Receive 20% more damage from Fish monster.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Fish,-20; bonus2 bExpAddRace,RC_Fish,10; },{},{}
Dropped By
Obtainable FromOld Card Album

Hallucigenia Card [Footgear]   Item ID# 300374 (Hallucigenia_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Pesticide
Description
MaxHP -10%, MaxSP +10%.
P.ATK +1, S.MATK +1.

When equipped with Hallucigenia Baby Card:
Increases Physical and magical damage against enemies of Earth element, Insect race and Small size by 15%.
Item Script
{ bonus bMaxHPrate,-10; bonus bMaxSPrate,10; bonus bPAtk,1; bonus bSMatk,1; },{},{}
Dropped By No Result

Hardrock Titan Card [Footgear]   Item ID# 300443 (Hardrock_Titan_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Titan
Description
ATK +5%

Refine Level +7:
Increases Physical Damage against enemies of Earth elemental by 10%.

Refine Level +9:
Increases Physical Damage against enemies of Earth elemental by additional 7%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus2 bAddEle,Ele_Earth,10; if (.@r>=9) { bonus2 bAddEle,Ele_Earth,7; } } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top