Renewal
.:Renewal Item Database:.
Card

Darklord Essence Vitality2 []   Item ID# 4918 (Tough2)
Type
Card
Class
Card
Buy
20z
Sell
10z
Weight
1
Description
Rock with essence of evil, containing part of devil's power
VIT +2
DEF +6
MDEF +4
AGI -2
Note: This is a special enchant items therefore not within the card's slot.
Item Script
{ bonus bVit,2; bonus bDef,6; bonus bMdef,4; bonus bAgi,-2; },{},{}
Dropped By No Result
Obtainable FromTemple of the Demon God

Darklord Essence Vitality3 []   Item ID# 4919 (Tough3)
Type
Card
Class
Card
Buy
20z
Sell
10z
Weight
1
Description
Rock with essence of evil, containing part of devil's power
VIT +4
DEF +12
MDEF +8
AGI -4
Note: This is a special enchant items therefore not within the card's slot.
Item Script
{ bonus bVit,4; bonus bDef,12; bonus bMdef,8; bonus bAgi,-4; },{},{}
Dropped By No Result
Obtainable FromTemple of the Demon God

Darkness Drop    Item ID# 4951 (A_Drop_Of_Dark_)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage inflicted on Shadow element monsters by 2%.
Increases damage of Shadow element magics by 2%.
Reduces damage taken from Shadow element attack by 1%.
Item Script
{ bonus2 bAddEle,Ele_Dark,2; bonus2 bMagicAtkEle,Ele_Dark,2; bonus2 bSubEle,Ele_Dark,1; },{},{}
Dropped By No Result

Deadre Card [Headgear]   Item ID# 300252 (Deadre_Card)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of High Holy Power
Description
MATK +15

Increases magical damage with Holy element by 7%.
Increases SP Consumption by 5%.
Item Script
{ bonus bMatk,15; bonus2 bMagicAtkEle,Ele_Holy,7; bonus bUseSPrate,5; },{},{}
Dropped By

Deadsera Card [Weapon]   Item ID# 300442 (Dedsera_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Dead Plant
Description
MATK +5%

When compounded on a One-Handed Staff class weapon:
Increases Magical Damage with every Element by 10%.

For each 3 refine levels:
Increases Magical Damage with every Element by additional 2%.

Base Level at least 200:
For each 3 refine levels:
Increases Magical Damage with every Element by additional 3%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF) { bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3); } if (BaseLevel>=200) { bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); } },{},{}
Dropped By No Result

Deadween Card [Footgear]   Item ID# 300444 (Deadween_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Living Dead
Description
ATK +5%

Refine Level +7:
ATK +3%

Refine Level +9:
ATK +2%
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bAtkRate,3; if (.@r>=9) { bonus bAtkRate,2; } } },{},{}
Dropped By No Result

Death Witch Card [Footgear]   Item ID# 300248 (Death_Witch_Card)
Type
Card
Class
Footgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Death Witch
Description
MATK +10%

Increases SP Consumption by 50%.
Increases magical damage against monsters of Demon and Formless race by 50%.
Item Script
{ bonus bUseSPrate,50; bonus bMatkRate,10; bonus2 bMagicAddRace,RC_Demon,50; bonus2 bMagicAddRace,RC_Formless,50; },{},{}
Dropped By

Death Word Card [Weapon]   Item ID# 4388 (Deathword_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Soul
Description
Inflict 5% more damage with Soul Strike, Napalm Beat, Napalm Vulcan.
-50 SP when unequipped.

More Information on Combo:
Item Script
{ bonus2 bSkillAtk,"MG_NAPALMBEAT",5; bonus2 bSkillAtk,"MG_SOULSTRIKE",5; bonus2 bSkillAtk,"HW_NAPALMVULCAN",5; },{},{ heal 0,-50; }
Dropped By
Obtainable FromOld Card Album

Decorated Evil Tree Card [Armor]   Item ID# 31016 (XM_Tree_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Sorrow
Description
MaxHP +1000, MaxSP +150, FLEE -25.
Item Script
{ bonus bMaxHP,1000; bonus bMaxSP,150; bonus bFlee,-25; },{},{}
Dropped By

Deep Sea Deviace Card [Weapon]   Item ID# 300142 (ILL_Deviace_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Submarine
Description
Increases physical damage against Water elemental and Fish race monsters by 5%.

Refine Level +7:
Increases physical damage against Water elemental and Fish race monsters by additional 5%.

Refine Level +9:
Increases physical damage against Water elemental and Fish race monsters by additional 5%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Fish,5; bonus2 bAddEle,Ele_Water,5; if (.@r>=7) { bonus2 bAddEle,Ele_Water,5; } if (.@r>=9) { bonus2 bAddRace,RC_Fish,5; } },{},{}
Dropped By

Deep Sea King Dramoh Card [Headgear]   Item ID# 300150 (ILL_King_Dramoh_Card)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Sword Expert
Description
MaxHP -5%.

For 3 each refine level: ATK +1%.

When equipped with King Dramoh Card: STR +4, MaxHP +15%.
Item Script
{ bonus bMaxHPrate,-5; bonus bAtkRate,(getrefine()/3); },{},{}
Dropped By

Deep Sea Kraken Card [Weapon]   Item ID# 300151 (ILL_Kraken_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Sea Nightmare
Description
Increases long ranged physical damage by 25%.
Perfect HIT +5.
Item Script
{ bonus bLongAtkRate,25; bonus bPerfectHitRate,5; },{},{}
Dropped By

« First < 5051525354555657585960 > Last »
back to top