Aqua Bunny Band
| Item ID | 18887 | Name | Aqua Bunny Band |
|
A hairband that attracts individuals.
You can wear it when you want to look sexy. Sexiness increases by 100%. _______________________ VIT +3 MDEF +5 MATK +2% _______________________ Refine Level +9: MATK +4% MDEF +5 _______________________ Refine Level +12: Decreases Fixed Casting Time by 10%. _______________________ Type: Headgear Defense: 2 Position: Upper Weight: 10 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Aqua_Bunny_Band | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 2 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bVit,3;
.@r = getrefine();
bonus bMatkRate,2;
if (.@r>11)
bonus bVariableCastrate,-10;
else if (.@r>8) {
bonus bMatkRate,4;
bonus bMdef,5;
}
|
||||