Renewal
.:Renewal Item Database:.
Armor - Middle Headgear

Hairband Of Reginleif [0]   [Middle Head]   Item ID# 5471 (Hairband_Of_Reginleif)
Reginrev's Wings
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
80
Defense
2
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A head accessory which is named after Valkyrie Reginleif.
If someone wear this, they can get the bless of god.
Increase resistance against Water, Fire, Undead and Ghost Property by 3%.
Item Script
{ bonus2 bSubEle,Ele_Water,3; bonus2 bSubEle,Ele_Fire,3; bonus2 bSubEle,Ele_Undead,3; bonus2 bSubEle,Ele_Ghost,3; },{},{}
Dropped By No Result

Hawk Eyes [0]   [Middle Head]   Item ID# 5516 (Hawk_Eyes01)
Type
Armor
Class
Middle Headgear
Buy
10z
Sell
5z
Weight
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Sniper
Description
An artificial eyeball which glitters sharply.
DEX +1, long range physical damage +3%.
Item Script
{ bonus bDex,1; bonus bLongAtkRate,3; },{},{}
Dropped By No Result

Hawk Eyes [0]   [Middle Head]   Item ID# 5517 (Hawk_Eyes02)
Type
Armor
Class
Middle Headgear
Buy
10z
Sell
5z
Weight
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Archer
Hunter
Bard / Dancer
Description
An artificial eyeball which glitters sharply.
Dex +1
Item Script
{ bonus bDex,1; },{},{}
Dropped By No Result

Hawkeyes [0]   [Middle Head]   Item ID# 5680 (Hawkeyes)
Hawk Eye
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
This headgear makes you more sensitive and you could get high concentration.
HIT + 10.
Item Script
{ bonus bHit,10; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

Heart Eyepatch [0]   [Middle Head]   Item ID# 18620 (Heart_Eyepatch)
Type
Armor
Class
Middle Headgear
Buy
5z
Sell
2z
Weight
5
Defense
2
Required Lvl
20
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
An eyepatch for those who would not like to look lovelier than a pirate.
Item Script
{},{},{}
Dropped By No Result

Heavenly Order [0]   [Middle Head]   Item ID# 19451 (Heavenly_Order)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Earrings with the power of heaven.
It is said that the owner will have the power to judge those who disturb the order.

Enables the use of Identify.

For each 18 base STR:
HIT +2, MaxHP +2%.

For each 18 base AGI:
FLEE +2. Decreases after skill cast delay of all skills by 2.

For each 18 base VIT:
MDEF +2. Decreases variable cast time by 2%.

For each 18 base INT:
MaxSP +2%. Decreases SP Consumption of all skills by 2%.

For each 18 base DEX:
Critical +2. Decreases after attack delay by 2%.

For each 18 base LUK:
ATK +15, MATK +15, DEF +20.

When equipped with any kind of Abyss weapon:
Decreases damage taken from Players by 3%.
Increases physical and magical damage against all elemental monsters by 15%.
Item Script
expand to view script
{ skill "MC_IDENTIFY",1,0; .@a = readparam(bStr); .@b = readparam(bAgi); .@c = readparam(bVit); .@d = readparam(bInt); .@e = readparam(bDex); .@f = readparam(bLuk); bonus bHit,2*(.@a/18); bonus bMaxHPrate,2*(.@a/18); bonus bFlee,2*(.@b/18); bonus bDelayrate,-2*(.@b/18); bonus bMdef,2*(.@c/18); bonus bVariableCastrate,-2*(.@c/18); bonus bMaxSPrate,2*(.@d/18); bonus bUseSPrate,-2*(.@d/18); bonus bCritical,2*(.@e/18); bonus bAspdRate,2*(.@e/18); bonus bBaseAtk,15*(.@f/18); bonus bMatk,15*(.@f/18); bonus bDef,20*(.@f/18); },{},{}
Dropped By No Result

Heavenly Order [1]   [Middle Head]   Item ID# 19452 (Heavenly_Order_)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
0
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Earrings with the power of heaven.
It is said that, you will recieve the power to judge those who disturb the order.

Enables the use of Identify.

For each 18 base STR:
HIT +2, MaxHP +2%.

For each 18 base AGI:
FLEE +2. Decreases after skill cast delay by 2.

For each 18 base VIT:
MDEF +2. Decreases variable cast time by 2%.

For each 18 base INT:
MaxSP +2%. Decreases SP Consumption by 2%.

For each 18 base DEX:
Critical +2
ASPD +2% (Decreases after attack delay by 2%).

For each 18 base LUK:
ATK +15, MATK +15, DEF +20.

When equipped with any kind of Abyss weapon:
Decreases damage taken from Players by 3%.
Increases Damage against monsters of all elements by 15%.
Item Script
expand to view script
{ skill "MC_IDENTIFY",1,0; .@a = readparam(bStr); .@b = readparam(bAgi); .@c = readparam(bVit); .@d = readparam(bInt); .@e = readparam(bDex); .@f = readparam(bLuk); bonus bHit,2*(.@a/18); bonus bMaxHPrate,2*(.@a/18); bonus bFlee,2*(.@b/18); bonus bDelayrate,-2*(.@b/18); bonus bMdef,2*(.@c/18); bonus bVariableCastrate,-2*(.@c/18); bonus bMaxSPrate,2*(.@d/18); bonus bUseSPrate,-2*(.@d/18); bonus bCritical,2*(.@e/18); bonus bAspdRate,2*(.@e/18); bonus bBaseAtk,15*(.@f/18); bonus bMatk,15*(.@f/18); bonus bDef,20*(.@f/18); },{},{}
Dropped By No Result

Hexagon Spectacles [0]   [Middle Head]   Item ID# 18676 (Hexagon_Spectacles)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A unique glasses. You will be a fashion leader
Flee + 2.
Cannot be refined.

iRO/jRO:
Reduces physical damage taken from Insect monster by 5%.
Reduces magical damage taken from Insect monster by 4%.
Item Script
{ bonus2 bMagicAddRace,RC_Insect,4; bonus2 bSubRace,RC_Insect,5; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

Human Blindfold [0]   [Middle Head]   Item ID# 5249 (Human_Blindfold)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Defense
1
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
...
Prevents Blind status.
Item Script
{ bonus2 bResEff,Eff_Blind,10000; },{},{}
Dropped By No Result

back to top