|
Armor - U, M & L Headgear
 |
Anubis Helm J [Upper, Middle & Lower Head] Item ID# 18504 (Anubis_Helm_J) |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
20z |
Sell |
10z |
Weight |
100 |
| Required Lvl |
70 | Armor Lvl |
1 | | |
Refineable |
No | |
Applicable Jobs |  | Every Job |
|
Description |
A hat designed after Anubis, the God of Death. It seems to belong to people who made mummies. DEF -50%, MDEF -50%. Has a chance to inflict Stone Curse status to enemies in a 11*11 cell area when receiving physical or magical attacks. |
Item Script |
{ bonus bMdefRate,-50; bonus bDefRate,-50; bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",2,10,BF_WEAPON|BF_MAGIC,0; },{},{} |
Dropped By | No Result |
---|
 |
Barrel Helm [1] [Upper, Middle & Lower Head] Item ID# 19159 (Barrel_Helm) |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
20z |
Sell |
10z |
Weight |
42 |
Defense |
59 | Required Lvl |
60 | Armor Lvl |
1 | Slot |
1 | |
Applicable Jobs |  | Every Job |
|
Description |
A large bucket-type helmet. Since this helmet cover all head part, the defense of this helmet is quite high. It said, only skilled Paladin that allowed to wear this helmet.
Vit +5. HP Recovery rate -10%.
Refine Level +7: DEF +100, enables Level 1 Autoguard.
Refine Level +8: Reduces physical damage taken from Demihuman monsters by 10%.
Every refine level above +8, increases the trigger rate of Autoguard.
When equipped by Super Novice, enables the use of Level 5 Autoguard. |
Item Script |
{ bonus bVit,5; bonus bHPrecovRate,-10; .@r = getrefine(); if (.@r >= 7) { bonus bDef,100; skill "CR_AUTOGUARD",1; } if (.@r >= 8) { bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; if (BaseJob == Job_SuperNovice) { skill "CR_AUTOGUARD",5; } } },{},{} |
Dropped By | No Result |
---|
 |
Blessing of Gemstone [1] [Upper, Middle & Lower Head] Item ID# 19106 (Magicstone_Of_Grace) Classic Marriage License Box |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
n/a |
Sell |
n/a |
Weight |
300 |
Defense |
15 | Required Lvl |
60 | Armor Lvl |
1 | Slot |
1 | |
Applicable Jobs |  | Every Job |
|
Description |
An ornament decorated with gemstones that filled with a powerful magic. Nullify gemstone requirements for certain skills. For every 1 base INT, MATK +1. Increases SP consumptions for all skills by 100%. When refined to +5: Reduces SP consumptions for all skills by 25%. MATK +3%. Effectiveness of your healing skills +3%. When refined to +7: Reduces SP consumptions for all skills by 25%. MATK +5%. Effectiveness of your healing skills +5%. When refined to +9: Reduces SP consumptions for all skills by 25%. MATK +7%. Effectiveness of your healing skills +7%. |
Item Script |
{ .@r = getrefine(); bonus bUnbreakableHelm; bonus bNoGemStone; bonus bMatk,readparam(bInt); bonus bUseSPrate,100; if (.@r >= 5) { bonus bUseSPrate,-25; bonus bMatkRate,3; bonus bHealPower,3; } if (.@r >= 7) { bonus bUseSPrate,-25; bonus bMatkRate,5; bonus bHealPower,5; } if (.@r >= 9) { bonus bUseSPrate,-25; bonus bMatkRate,7; bonus bHealPower,7; } },{},{} |
Dropped By | No Result |
---|
 |
Brown Paperbag Hat [Upper, Middle & Lower Head] Item ID# 5410 (Bread_Bag2) |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
20z |
Sell |
10z |
Weight |
20 |
Defense |
6 | Required Lvl |
None | Armor Lvl |
1 | | |
Refineable |
No | |
Applicable Jobs |  | Every Job |
|
Description |
A hat in the form of an upside-down paperbag, to celebrate the festival. Reduces damage from Demihuman monster by 4%. Add a 4% resistance against Stun, Max HP + 100 |
Item Script |
{ bonus bMaxHP,100; bonus2 bResEff,Eff_Stun,400; bonus2 bSubRace,RC_DemiHuman,4; bonus2 bSubRace,RC_Player_Human,4; },{},{} |
Dropped By | No Result |
---|
 |
Cap Of Blindness [1] [Upper, Middle & Lower Head] Item ID# 5304 (Cap_Of_Blindness) |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
20z |
Sell |
10z |
Weight |
80 |
Defense |
4 | Required Lvl |
30 | Armor Lvl |
1 | Slot |
1 | |
Applicable Jobs |  | Every Job |
|
Description |
The purple T-shirt which fit into shadowed human face. Immune to the Blind status. Add a 7% resistance against Curse status. |
Item Script |
{ bonus4 bAutoSpellWhenHit,"NPC_EVILLAND",5,5,1; bonus2 bResEff,Eff_Blind,10000; },{},{} |
Dropped By | No Result |
---|
Obtainable From | Masquerade Ball Box 2
|
---|
 |
Dark Bacilium [1] [Upper, Middle & Lower Head] Item ID# 5808 (Diabolus_Helmet) |   |
|
Type |
Armor |
Class |
U, M & L Headgear |
Buy |
20z |
Sell |
10z |
Weight |
25 |
Defense |
5 | Required Lvl |
None | Armor Lvl |
1 | Slot |
1 | |
Applicable Jobs |  | Lord Knight |  | High Priest |  | High Wizard |  | Whitesmith |  | Sniper |  | Assassin Cross |  | Paladin |  | Champion |  | Professor |  | Stalker |  | Creator |  | Clown / Gypsy |
|
Description |
A helmet worn by exceptionally strong people of Morroc. Only one who can surmount the fear of facing Satan Morroc can acquire this helm.
Add a 20% resistance against Stone, Freeze, Stun. Each refine level increases the resistance by an extra 2% (up to +10). |
Item Script |
{ .@r = getrefine(); bonus2 bResEff,Eff_Stone,2000+(.@r*200); bonus2 bResEff,Eff_Freeze,2000+(.@r*200); bonus2 bResEff,Eff_Stun,2000+(.@r*200); },{},{} |
Dropped By | |
---|
|
|