Renewal
.:Renewal Item Database:.
Card

CON+3    Item ID# 312193 (M_Con3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
CON +3
Item Script
{ bonus bCon,3; },{},{}
Dropped By No Result

Concentration of Varmundt Lv1    Item ID# 310926 (Barmund_Con1)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Concentration.

CON +1

For each 20 base CON:
ATK +3, P.ATK +1

[Enchanted Equipment's Grade]

For each 20 base CON:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +1
[Grade B]: P.ATK +1
[Grade A]: P.ATK +1
Item Script
expand to view script
{ .@param = (readparam(bCon)/20); .@g = getenchantgrade(); bonus bCon,1; bonus bPAtk,.@param; bonus bBaseAtk,3*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,.@param; } } } } },{},{}
Dropped By No Result

Concentration of Varmundt Lv2    Item ID# 310927 (Barmund_Con2)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Concentration.

CON +2

For each 20 base CON:
ATK +4, P.ATK +2

[Enchanted Equipment's Grade]

For each 20 base CON:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +1
[Grade B]: P.ATK +1
[Grade A]: P.ATK +2
Item Script
expand to view script
{ .@param = (readparam(bCon)/20); .@g = getenchantgrade(); bonus bCon,2; bonus bPAtk,2*.@param; bonus bBaseAtk,4*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Concentration of Varmundt Lv3    Item ID# 310928 (Barmund_Con3)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Essence of Varmundt's Concentration.

CON +3

For each 20 base CON:
ATK +5, P.ATK +3

[Enchanted Equipment's Grade]

For each 20 base CON:
[Grade D]: P.ATK +1
[Grade C]: P.ATK +2
[Grade B]: P.ATK +2
[Grade A]: P.ATK +2
Item Script
expand to view script
{ .@param = (readparam(bCon)/20); .@g = getenchantgrade(); bonus bCon,3; bonus bPAtk,3*.@param; bonus bBaseAtk,5*.@param; if (.@g >= ENCHANTGRADE_D) { bonus bPAtk,.@param; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2*.@param; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2*.@param; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,2*.@param; } } } } },{},{}
Dropped By No Result

Concentration Stone (Dual)    Item ID# 311355 (Con_Robe_D)
Concentration Stone(Dual)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
CON +5
Item Script
{ bonus bCon,5; },{},{}
Dropped By No Result

Condor Card [Garment]   Item ID# 4015 (Condor_Card)
Type
Card
Class
Garment Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Quick
Description
FLEE +10

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

Conflagration Land Tuning Device    Item ID# 311041 (Gear_EM1)
Conflag Lightning Tuning Device
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Conflagration and Lightning Land by 5%.

[Bonus by Weapon Grade]
[Grade D]: Damage of Conflagration and Lightning Land +3%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Damage of Conflagration and Lightning Land +4%.
[Grade A]: Damage of Conflagration and Lightning Land +6%.
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus2 bSkillAtk,"EM_CONFLAGRATION",5; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",5; if (.@g >= 1) { bonus2 bSkillAtk,"EM_CONFLAGRATION",6; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",6; if (.@g >= 2) { bonus2 bMagicAddSize,Size_All,10; if (.@g >= 3) { bonus2 bSkillAtk,"EM_CONFLAGRATION",4; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",4; if (.@g >= 4) { bonus2 bSkillAtk,"EM_CONFLAGRATION",6; bonus2 bSkillAtk,"EM_LIGHTNING_LAND",6; } } } } },{},{}
Dropped By No Result

Cookie Card [Accessory]   Item ID# 4293 (Cookie_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Chance
Description
LUK + 2
Inflict 10% more damage with Holy Light.
[Geographer, Rideword, Enchanted Peach Tree & Seal Card Combo]

More Information on Combo:
Item Script
{ bonus bLuk,2; bonus2 bSkillAtk,"AL_HOLYLIGHT",10; },{},{}
Dropped By
Obtainable FromOld Card Album

Copo Card [Weapon]   Item ID# 300455 (aegis_300455)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Copo
Description
Increases Damage against monsters of Small size by 15%.

For each 4 refine levels:
Increases Damage against monsters of Small size by additional 5%.

When Weapon Level of compounded equipment is 5:
Increases Damage against monsters of Medium size by 12%.

For each 3 refine levels:
Increases Damage against monsters of Medium size by additional 4%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddSize,Size_Small,15+5*(.@r/4); bonus2 bMagicAddSize,Size_Small,15+5*(.@r/4); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) { bonus2 bAddSize,Size_Medium,12+4*(.@r/3); bonus2 bMagicAddSize,Size_Medium,12+4*(.@r/3); } },{},{}
Dropped By No Result

Cornus Card [Shield]   Item ID# 4448 (Cornus_Card)
Type
Card
Class
Shield Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Damned
Description
Decreases damage from Holy Property by 20%.
Increases damage dealing to Holy Property by 5%.
Item Script
{ bonus2 bSubDefEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5; },{},{}
Dropped By
Obtainable FromOld Card Album

Cornutus Card [Armor]   Item ID# 4061 (Cornutus_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Immortal
Description
Make an armor indestructible (except in upgrade attempts).
DEF + 1
Item Script
{ bonus bUnbreakableArmor; bonus bDef,1; },{},{}
Dropped By
Obtainable FromOld Card Album

Corrupt Life Card [Headgear]   Item ID# 27328 (LivingDeath_Card)
Fallen One Card
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Corrupted Life's
Description
MaxHP +500, MaxSP +50.
Increases damage taken from Angel monsters by 50%.

When combined with Orb Baby Card:
Flee +5.
Reduces damage taken from Neutral elemental attack by 5%.

When combined with Baby Desert Wolf Card:
INT +3, MaxSP +100, MATK +5%.

When combined with Familiar Card:
ATK +15.
Increases physical damage inflicted on Shadow elemental monsters by 20%.

When combined with Orc Warrior Card:
Increases damage taken from Demihuman monsters by 15%.

When combined with Baby Desert Wolf Card:
Increases damage taken from Medium and Large size monsters by 15%.

When combined with Phen Card:
Reduces variable cast time of all skills by 25%.

When combined with Orc Zombie Card:
HIT +15, Flee +15.
Increases critical damage by 15%.

When combined with Verit Card:
MaxHP +4%, MaxSP +4%.

When combined with Megalodon Card:
DEF +100.

More Information on Combo:
Item Script
{ bonus bMaxHP,500; bonus bMaxSP,50; bonus2 bSubRace,RC_Angel,-50; },{},{}
Dropped By No Result

« First < 4567891011121314 >
back to top