Isabella Brown Ear
| Item ID | 18909 | Name | Isabella Brown Ear |
|
Piamette's brown ears cap. It's a favorite among children.
_______________________ MaxHP +10% _______________________ Decreases damage taken from Demi-Human race by 5%. _______________________ For each Refine Level: MATK +2 _______________________ Type: Headgear Defense: 8 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Isabella_Brown_Ear | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 8 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMaxHPrate,10; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus bMatk,getrefine()*2; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) {
bonus2 bSubRace,RC_DemiHuman,6;
bonus2 bSubRace,RC_Player_Human,6;
}
|
||||
|
if (getequiprefinerycnt(EQI_HEAD_TOP) >= 9) {
bonus2 bSubRace,RC_DemiHuman,6;
bonus2 bSubRace,RC_Player_Human,6;
}
|