Renewal
.:Renewal Item Database:.
Card

Hardrock Mammoth Card [Armor]   Item ID# 4462 (Hardrock_Mommos_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Prime Defense
Description
DEF +5
If compounded armor is refined to +12 or higher, DEF +20, MaxHP +10%.
If compounded armor is refined to +14 or higher, MaxHP +3%.
Item Script
{ .@r = getrefine(); bonus bDef,5; if (.@r>=12) { bonus bDef,20; bonus bMaxHPrate,10; } if (.@r>=14) { bonus bMaxHPrate,3; } },{},{}
Dropped By

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

Hardworking Pitman Card [Armor]   Item ID# 27288 (Pitman_Worker_Card)
Miner Pitman Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Worker
Description
ATK +5%, HIT +10.
Refine Level +10: HIT +5.
Item Script
{ .@val = 10; bonus bAtkRate,5; if (getrefine() >= 10) { .@val += 5; } bonus bHit,.@val; },{},{}
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

Hatii Babe Card [Weapon]   Item ID# 4323 (Garm_Baby_Card)
Hatii Bebe Card
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Frost
Description
Add a 5% chance of auto casting Level 3 Frost Diver on the enemy when attacking.
[+ Garm Card]
Frost Diver chance Increases to 30%

More Information on Combo:
Item Script
{ bonus3 bAutoSpell,"MG_FROSTDIVER",3,50; },{},{}
Dropped By
Obtainable FromOld Card Album

Hatii Card [Armor]   Item ID# 4324 (Garm_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Arctic
Description
Add a 50% chance of auto casting 'Freeze' on an enemy when the user receives physical attack.
[Garm Baby Card Combo]

More Information on Combo:
Item Script
{ bonus2 bAddEffWhenHit,Eff_Freeze,5000; },{},{}
Dropped By

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

Hawkeye    Item ID# 4879 (Hawkeye)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
When dealing physical attack, has a low chance to get buffed with DEX +200 for 5 seconds while SP -50 per second under the effect.
When unequipped, drain 300 SP.
Item Script
{ autobonus "{ bonus bDex,200; bonus2 bSPLossRate,50,1000; }",30,5000,BF_WEAPON,"{ specialeffect2 EF_FLASHER; }"; },{},{ heal 0,-300; }
Dropped By No Result

Headless Mule Card [Accessory]   Item ID# 27125 (Headless_Mule_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Aqua Benedict
Description
Increases Water and Holy elemental magic damage by 20%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Water,20; bonus2 bMagicAtkEle,Ele_Holy,20; },{},{}
Dropped By

Heal    Item ID# 29227 (Heal)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Enables use of Level 1 Heal.
Item Script
{ skill "AL_HEAL",1; },{},{}
Dropped By No Result

Heal 10    Item ID# 4931 (HEALHP1)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
Restores 10 HP every 10 seconds.
Item Script
{ bonus2 bHPRegenRate,10,10000; },{},{}
Dropped By No Result

Heart Hunter Card [Weapon]   Item ID# 27149 (Heart_Hunter_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Sniping
Description
When compounded on Revolver, Rifle or Grenade Launcher class weapon:
Increases long range physical damage by 5%.

Every refine level: Increases long range physical damage by 1%.
When refine level is +10 or higher: Increases long range physical damage by an additional 5%.
Item Script
{ .@type = getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW); .@r = getrefine(); if (.@type == W_REVOLVER || .@type == W_RIFLE || .@type == W_GRENADE) { bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0); } },{},{}
Dropped By

< 12345678910 > Last »
back to top