Viewing Item (Cat Ear Beret)
Basic Info
Name | Cat Ear Beret |
---|---|
Item ID |
18600
-
Cat_Ears_Beret
|
Type | Armor |
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%)
Type : Headgear Defense : 5
Location : Upper Weight : 30
Required Lv. : 1
Applicable Job : Every Job
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%)
Type : Headgear Defense : 5
Location : Upper Weight : 30
Required Lv. : 1
Applicable Job : Every Job
Details
Weight | 10 |
---|---|
NPC Buy | 20 z |
NPC Sell | 10 z |
Refineable | Yes |
Equip Locations | Upper Headgear |
Stats
Range | 0 |
---|---|
Defense | 5 |
Attack | 0 |
Weapon Level | 0 |
Slots | 0 |
Restrictions
Level Range | Any |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
bonus bAtkRate,5; if(getrefine() > 5 && getrefine() <= 12) { bonus2 bAddRace,RC_DemiPlayer,(getrefine() - 5); bonus2 bSubRace,RC_DemiPlayer,(getrefine() - 5); } if(getrefine() > 12) { bonus2 bAddRace,RC_DemiPlayer,7; bonus2 bSubRace,RC_DemiPlayer,7; } |
Equip Script |
None |
Unequip Script |
None |