Renewal
.:Renewal Item Database:.

Ominous Permeter Card [Headgear]   Item ID# 27115 (OminousPermeter_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Sagacious
Description
INT +1, MaxSP +80.
Every 2 refine levels: MaxSP +10.

Refine Level +7:
Increases SP regen by 30%.

When combined with Ominous Solider Card:
Every 3 refine levels of armor:
MaxHP +1%
Every 2 refine levels of helmet:
MaxSP +5

More Information on Combo:
Combo Script
{ bonus bMaxHPrate,(getequiprefinerycnt(EQI_ARMOR)/3); bonus bMaxSP,(5*(getequiprefinerycnt(EQI_HEAD_TOP)/2)); }
Item Script
{ .@r = getrefine(); bonus bInt,1; bonus bMaxSP,(80+10*(.@r/2)); if (.@r >= 7) { bonus bSPrecovRate,30; } },{},{}
Dropped By

Ominous Solider Card [Armor]   Item ID# 27114 (OminousSolider_Card)
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Indomitable
Description
MaxHP +10%, DEF +50.
Every 3 refine levels: MaxHP+ 1%.

If Base Level at least 160:
DEF+50, VIT+3.

More Information on Combo:
Combo Script
{ bonus bMaxHPrate,(getequiprefinerycnt(EQI_ARMOR)/3); bonus bMaxSP,(5*(getequiprefinerycnt(EQI_HEAD_TOP)/2)); }
Item Script
{ bonus bMaxHPrate,(10+(getrefine()/3)); .@val = 50; if (BaseLevel >= 160) { .@val += 50; bonus bVit,3; } bonus bDef,.@val; },{},{}
Dropped By

back to top