Renewal
.:Item Database:.
Search Item By ID


Cat Ear Beret [0]   [Upper Head]   Item ID# 18600 (Cat_Ears_Beret)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Required Lvl
None
Slot
0
Applicable Jobs
Every Job
Description
a cute beret that feels cat is wearing it because of its ear decoration.
ATK + 5%.
If it refined over 5, will give 1% bonus on physical attack to "Human" type and receive less damage from "Human" type.
(This bonus would work up to +12, 7%)

[iRO Description]
A cute beret with cat ears! Cats don't normally wear hats but if they did they would wear this one.
If upgraded to +5 or higher, increases 2% of Physical damage on Demi-human monsters and reduces 2% of physical damage from Demi-human monsters per refine level over 4 and caps at level 12.
Class : Headgear
Defense : 0
Location : Upper
Required Level : 1
Job : All
Item Script
expand to view script
{ bonus bAtkRate,5; if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiHuman,(getrefine() - 5); bonus2 bSubRace,RC_DemiHuman,(getrefine() - 5); bonus2 bAddRace,RC_Player_Human,(getrefine() - 5); bonus2 bSubRace,RC_Player_Human,(getrefine() - 5); } if(getrefine() > 12) { bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Player_Human,7; bonus2 bSubRace,RC_DemiHuman,7; bonus2 bSubRace,RC_Player_Human,7; } },{},{}
Dropped By No Result

back to top