Renewal
.:Renewal Item Database:.
Armor - All Headgears

F Water Lily Crown [1]   [Upper Head]   Item ID# 5631 (F_Water_Lily_Crown)
Water Lily Crown
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Required Lvl
30
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A training cap that lends a sense of quiet and stability to the wearer.
DEX + 1, AGI + 1,
MDEF + 3.
Increases HP Recovery by 5% and SP Recovery by 3%.
Cannot be upgraded.
Cannot be Dropped, or Tradable
Can be placed in Kafra Storage
Item Script
{ bonus bDex,1; bonus bAgi,1; bonus bMdef,3; bonus bHPrecovRate,5; bonus bSPrecovRate,3; },{},{}
Dropped By No Result

F Whisper Mask [0]   [Upper, Middle & Lower Head]   Item ID# 5646 (F_Whisper_Mask)
Whisper Mask
Type
Armor
Class
U, M & L Headgear
Buy
20z
Sell
10z
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A mask shaped like a Whisper that feels like its always massaging your face so it might be good for your skin.
AGI +3.
Increase Ghost damage by 10%.
Unrefineable
Item Script
{ bonus bAgi,3; bonus2 bSubEle,Ele_Ghost,10; },{},{}
Dropped By No Result

F White Deviruchi Cap [0]   [Upper Head]   Item ID# 5626 (F_White_Deviruchi_Cap)
Gray Deviruchi Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
2
Required Lvl
64
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cute hat shaped like a Deviruchi that brings happiness to its wearer and onlookers.
STR + 1,
INT + 1.
Item Script
{ bonus bStr,1; bonus bInt,1; },{},{}
Dropped By No Result

F Yellow Wizardry Hat [0]   [Upper Head]   Item ID# 5642 (F_Yellow_Wizardry_Hat)
Yellow Mage Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
1
Armor Lvl
1
Slot
0
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A crude looking hat that lends a look of cheerfulness and agility, and is coveted by most skilled magic users.
INT + 2, Max SP + 150.
Item Script
{ bonus bInt,2; bonus bMaxSP,150; },{},{}
Dropped By No Result

Faceworm Egg Shell [1]   [Upper Head]   Item ID# 19081 (Faceworm_Egg_Shell)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
2
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An egg shell of faceworm.
HIT +20
Increase physical and magical damage against Faceworm by 5%, and reduce damage received from Faceworm by 5%.

Refined to +5, further increase the damage inflicted and reduce damage taken from Faceworm by 10%.
Refined to +7, further increase the damage inflicted and reduce damage taken from Faceworm by 15%.
Refined to +9, further increase the damage inflicted and reduce damage taken from Faceworm by 20%.
Item Script
expand to view script
{ bonus bHit,20; bonus2 bAddRace2,RC2_FACEWORM,5; bonus2 bMagicAddRace2,RC2_FACEWORM,5; bonus2 bSubRace2,RC2_FACEWORM,5; .@r = getrefine(); if (.@r>=5) { bonus2 bAddRace2,RC2_FACEWORM,10; bonus2 bMagicAddRace2,RC2_FACEWORM,10; bonus2 bSubRace2,RC2_FACEWORM,10; } if (.@r>=7) { bonus2 bAddRace2,RC2_FACEWORM,15; bonus2 bMagicAddRace2,RC2_FACEWORM,15; bonus2 bSubRace2,RC2_FACEWORM,15; } if (.@r>=9) { bonus2 bAddRace2,RC2_FACEWORM,20; bonus2 bMagicAddRace2,RC2_FACEWORM,20; bonus2 bSubRace2,RC2_FACEWORM,20; } },{},{}
Dropped By No Result

Fafnir Helm [1]   [Upper Head]   Item ID# 400177 (Fafnir_Helm)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Helm made of Fafnir's scales that fell on the hero Sigurd.

Reduce after cast delay by 10%, increase damage of Dragon's Water Breath and Dragon's Breath by 30%.

When activating Runestone skills, it gets empowered, or receives extra buffs.
When equipped, additional effect of Verkana Stone will not be activated in WoE.

When Dragon Training Lv. 5 is learned, MaxHP +25%, MaxSP +25%, reduce after cast delay by additional 20%
When Dragon Howling Lv. 5 is learned, reduce incoming physical damage from Boss and Normal monsters by 20%
When Dragon's Water Breath and Dragon's Breath Lv. 10 is learned, increase ranged physical damage by additional 50%.

Increase Fire, Water resistance by 3% per 1 refine rate.
When refined to +7 or higher, increase damage of Dragon's Water Breath and Dragon's Breath by additional 50%
When refined to +9 or higher, increase damage of Dragon's Water Breath and Dragon's Breath by additional 70%
When unequipped, Runestone skill effects will be deactivated.

Type : Helm Defense : 10
Required Level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bDelayrate,-10; bonus2 bSkillAtk,"RK_DRAGONBREATH",30; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",30; bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30)); bonus2 bFixedCastrate,"RK_REFRESH",-100; bonus2 bSubEle,Ele_Fire,3*.@r; bonus2 bSubEle,Ele_Water,3*.@r; autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD"; autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH"; autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE"; autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION"; autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT"; autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE"; autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH"; autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN"; if ((getskilllv("RK_DRAGONBREATH") == 10) && (getskilllv("RK_DRAGONBREATH_WATER") == 10)) { bonus bLongAtkRate,50; bonus2 bSkillFixedCast,"RK_DRAGONBREATH",-200; bonus2 bSkillFixedCast,"RK_DRAGONBREATH_WATER",-200; } if (getskilllv("RK_DRAGONTRAINING") == 5) { bonus bMaxHPrate,25; bonus bMaxSPrate,25; bonus bDelayrate,-20; } if (getskilllv("RK_DRAGONHOWLING") == 5) { bonus2 bSubClass,Class_Normal,20; bonus2 bSubClass,Class_Boss,20; } if (.@r>=6) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD"; if (.@r>=7) { bonus2 bSkillAtk,"RK_DRAGONBREATH",50; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50; } if(.@r>=8) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD"; if (.@r>=9) { bonus2 bSkillAtk,"RK_DRAGONBREATH",70; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",70; } },{},{}
Dropped By No Result

Fafnir Mask [0]   [Lower Head]   Item ID# 18560 (Fafnir_Mask)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
30
Defense
2
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A leather of Fafnir that made into mask that will Curse its wearer.

CRIT +2.

If equipped with Fafnir Skin, increase critical damage by 5%.

More Information on Combo:
Item Script
{ bonus bCritical,2; },{},{}
Dropped By No Result

Fafnir Skin [0]   [Middle Head]   Item ID# 18559 (Fafnir_Skin)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Defense
3
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A leather of Fafnir that made into winged ears that will Curse its wearer.

CRIT +3.
Disable natural HP regeneration.

If equipped with Fafnir Mask, increase critical damage by 5%.

More Information on Combo:
Item Script
{ bonus bCritical,3; bonus bHPrecovRate,-100; },{},{}
Dropped By No Result

Fairy Flower [1]   [Upper Head]   Item ID# 5437 (Flower_Of_Fairy)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The lotus worn on the heads of heavenly maidens.
INT + 1. MDEF + 1
Reduce damage from Insect monsters by 5%.
Item Script
{ bonus bInt,1; bonus bMdef,1; bonus2 bSubRace,RC_Insect,5; },{},{}
Dropped By No Result

Falcon Mask [0]   [Middle & Lower Head]   Item ID# 18604 (Falcon_Mask)
Type
Armor
Class
Middle & Lower Headgear
Buy
10z
Sell
5z
Weight
3
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Mask in the shape of a king of the brave Falcon sky.
Increases physical damage inflicted on Water property monsters by 5%.
Item Script
{ bonus2 bAddEle,Ele_Water,5; },{},{}
Dropped By No Result

Falconer Flute [0]   [Lower Head]   Item ID# 18985 (Falconer_Flute)
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
75
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Hunter
Description
A whistle that imitate the wing of Grypohn.
Adds a chance of auto casting Level 1 (or learned level) Blizz Beat when dealing physical attacks.
The learnt level of Blizz Beat and Base LUK (up to 120), affects the trigger chance.

When combined with Falconer Claw: increases Blizz Beat damage by 100%.
When combined with Falconer Glove: increases Falcon Assault by 50%.
Falconer Set (Flute + Claw + Glove): Increase Blizz Beat damage by 200%.

More Information on Combo:
Item Script
{ set .@bblvl,max(getskilllv("HT_BLITZBEAT"),1); set .@luk,min(readparam(bLuk),120); bonus3 bAutoSpell,"HT_BLITZBEAT",.@i,((.@bblvl / 3) * 10) + (.@luk * 10) + (((.@bblvl / 5) * .@bblvl) * 2); },{},{}
Dropped By No Result

Fallen Angel Blessing [0]   [Middle Head]   Item ID# 19031 (Fallen_Angel_Blessing)
Classic Unholy Touch 2 Week Rental Box
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
1
Required Lvl
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Wings of Angel whose banished from heaven.
Increase physical damage against Angel monster by 5%.
Reduce damage from Angel monster by 5%.
Item Script
{ bonus2 bAddRace,RC_Angel,5; bonus2 bSubRace,RC_Angel,5; },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top