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

Piamette Hood [1]   [Upper Head]   Item ID# 19098 (Piamette_Hood)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hood of Piamette that able to increase magic power of its wearer.
INT +2, DEX +2.
Increase physical and magical damage inflicted on Demihuman monsters by 10%.

When refined to +12, nullifies weapon damage penalty resulting from monster's size.

When equipped with Cursed Mad Bunny or Mad Bunny:
Has a chance to transform its wearer into Piamette when when dealing physical or magical attacks.
When transforming, temporarily gains the power of Piamette at the cost draining 50 HP per second.
Increasing the refine level will also increase the power of transformation.
Increasing the refine level of Mad Bunny will increase transforming chance.
Item Script
{ bonus bInt,2; bonus bDex,2; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bMagicAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; bonus2 bMagicAddRace,RC_Player_Human,10; if (getrefine()>=12) { bonus bNoSizeFix; } },{},{}
Dropped By No Result

Picky Egg Shell [0]   [Upper Head]   Item ID# 5871 (Picky_Egg_Shell)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
10
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Helmet made by mysterious eggs. Picky is hippity-hoppity on the head.
VIT +3, MDEF +2.
Item Script
{ bonus bVit,3; bonus bMdef,2; },{},{}
Dropped By No Result

Piece Of White Cloth [0]   [Upper Head]   Item ID# 5559 (Piece_Of_White_Cloth_E)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
5
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A pure white cloth that bearing unknown power.
Item Script
{ bonus2 bAddClass,Class_All,6; bonus bMatkRate,6; bonus bLongAtkRate,6; bonus bHealPower,6; bonus bVariableCastrate,-20; bonus bAspd,1; },{},{}
Dropped By No Result

Pierced Apple [0]   [Upper Head]   Item ID# 400045 (C_Pierced_Apple)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat inspired by the Sharpshooter's apple.
The figure pierced by an arrow feels rather cute.
Item Script
{},{},{}
Dropped By No Result

Pig Moneybox [0]   [Upper Head]   Item ID# 5674 (Pig_Moneybox)
Piggie Bank
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
100
Defense
3
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A good place to store spare change. You never know when you might need zeny here or there for a potion.
Adds a chance to gain zeny when killing monster.
Increases after cast delay by 10%.
Item Script
{ skill "MC_OVERCHARGE",2; },{},{}
Dropped By No Result

PikaPika NyanNyan Crown [0]   [Upper Head]   Item ID# 400060 (Freyja_Crown_J)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Reduce delay after skill by 10%. Increase Catnip Meteor and Silvervine Stem Spear damage by 10%.

Recover HP by 30 times of refine rate and SP by 3 times of refine rate when killing monsters.
If refine rate is 7 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 15%.
If refine rate is 9 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 25%.
If refine rate is 10, has a chance to reduce SP consumption of skills by 100% for 20 seconds when dealing magical damage.

If user learned Spirit of Land level 1, reduces casting time of Catnip Meteor and Silvervine Stem Spear by 4% per each level of Catnip Powdering, Catnip Meteor, Nyang Grass, Silvervine Stem Spear and Silvervine Root Twist user learned.
Attack Speed + 3% per each level of Chattering user learned.
If user learned Nyang Grass level 5, reduces delay after skill by 20%.
If user learned Meow Meow level 5, increases magical damage against boss monsters by 25%.
Type: Headgear Defense: 18
Required level: 100
Class: All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,15; bonus bDelayrate,-10; bonus2 bSkillAtk,"SU_CN_METEOR",10; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",10; bonus bHPGainValue,30*.@r; bonus bSPGainValue,3*.@r; bonus bAspdRate,3*getskilllv("SU_CHATTERING"); if (getskilllv("SU_SPIRITOFLAND") == 1) { .@val = -4*(getskilllv("SU_CN_POWDERING")+getskilllv("SU_CN_METEOR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_SV_ROOTTWIST")); bonus2 bVariableCastrate,"SU_CN_METEOR",.@val; bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",.@val; } if (getskilllv("SU_NYANGGRASS") == 5) bonus bDelayrate,-20; if (getskilllv("SU_MEOWMEOW") == 5) bonus2 bMagicAddClass,Class_Boss,25; if (.@r>=7) { bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSkillAtk,"SU_CN_METEOR",15; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; } if (.@r>=9) { bonus2 bVariableCastrate,"SU_STOOP",-50; bonus2 bVariableCastrate,"SU_LOPE",-50; bonus2 bSkillAtk,"SU_CN_METEOR",25; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25; } if (.@r>=10) autobonus "{ bonus bUseSPrate,-100; }",20,20000,BF_MAGIC; },{},{}
Dropped By No Result

Pink Angel Hairband [1]   [Upper Head]   Item ID# 18798 (Pink_Angel_Hairband)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
4
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A beautiful featherlike hat made by feathers of angels. It makes you high with its tenderness and you can move very pleasantly.

AGI +1, LUK +1, MDEF +3.
Reduces damages taken from Demon monster by 3%.
Item Script
{ bonus bAgi,1; bonus bLuk,1; bonus bMdef,3; bonus2 bSubRace,RC_Demon,3; },{},{}
Dropped By No Result

Pink Beanie [0]   [Upper Head]   Item ID# 5237 (Pink_Fur_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
35
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A knit beanie that protects from the cold. Makes some wearers look cute and gives other wearers street cred.
LUK + 1
(All transfer methods except Kafra Storage are locked)
Item Script
{ bonus bLuk,1; },{},{}
Dropped By No Result

Pink Bunny Band [0]   [Upper Head]   Item ID# 18778 (Pink_Bunny_Band_J)
Pink Bunnyband
Type
Armor
Class
Upper Headgear
Buy
400000z
Sell
200000z
Weight
10
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A cute bunny band with pink color.
LUK +2.
Item Script
{ bonus bLuk,2; },{},{}
Dropped By No Result

Pink Drooping Cat [0]   [Upper Head]   Item ID# 5232 (Pink_Drooping_Kitty)
Type
Armor
Class
Upper Headgear
Buy
250000z
Sell
125000z
Weight
50
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cute kitty doll which can be worn on top of the head.
MDEF + 15
Increases resistance to Curse status by 30%.
(All transfer methods except Kafra Storage are locked)
Item Script
{ bonus2 bResEff,Eff_Curse,3000; bonus bMdef,15; },{},{}
Dropped By No Result

Pink Night Cap [0]   [Upper Head]   Item ID# 5507 (Pink_Pajamas_Hat)
Pink Pajamas Hat
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A lovely nightcap. It is cute and you will feel sleepy when you wear it.
ATK +5%, MATK +5%.
Item Script
{ bonus bAtkRate,5; bonus bMatkRate,5; },{},{}
Dropped By No Result

Pink Poring Hairpin [1]   [Upper Head]   Item ID# 18633 (Pink_Poring_Clip)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cute hair pin designed with pink poring. It goes well with anyone.
Item Script
{},{},{}
Dropped By No Result

< 1234567 >
back to top