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

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

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

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

Heart Hunter Evil Card [Armor]   Item ID# 27151 (Evil_Card)
Evil Card
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Freezing
Description
MDEF +5.
Randomly inflicts Frozen status on attacker when receiving physical attack.
If base INT at least 110: Frozen chance increases.
Item Script
{ bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0); bonus bMdef,5; },{},{}
Dropped By

Hearthunter AT Card [Armor]   Item ID# 300381 (Heart_Hunter_AT_Card)
Heart Hunter AT Card
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Heart Hunting
Description
P.ATK +1
Increases SP Consumption by 7%.

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

When equipped with Limacina Card:
ATK +10%
Item Script
{ bonus bPAtk,1; bonus bUseSPrate,7; bonus bLongAtkRate,4*(getrefine()/3); },{},{}
Dropped By No Result

Helmut Card [Armor]   Item ID# 300309 (Helmut_Card)
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Helmut's
Description
'I still want to get out. This place is a bit boring for me' -- Helmut Lugenburg.
Item Script
{},{},{}
Dropped By No Result

Helmut Lugenburg Card [Armor]   Item ID# 300310 (S_Helmut_Card)
Type
Card
Class
Armor Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Lugenburg
Description
Increases SP Consumption by 10%.

For each 3 Refine Levels:
Increases melee and ranged physical damage by 4%.

When equipped with Skia Nerious Card:
ATK +3%
Item Script
{ .@r = getrefine(); bonus bUseSPrate,10; bonus bShortAtkRate,4*(.@r/3); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

High Priest Card [Armor]   Item ID# 4363 (B_Magaleta_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Protection
Description
Every time you receive a magical or a physical attack, small chance to auto-spell Level 1 Assumptio on yourself.
Item Script
{ bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",5,50,BF_WEAPON|BF_MAGIC,0; },{},{}
Dropped By

back to top