Black Cat Ears Beret
| Item ID | 18939 | Name | Black Cat Ears Beret |
|
A cute beret based on Nekomimi. Close enough to cat.
_______________________ Increases recovery amount gained from Fresh Fish by 75%. _______________________ When equipped with Wickebine's Black Tail: Random chance to transform wearer into Wild Rose for 5 seconds when dealing physical damage. During transformation: All Basic Stats +8 For each Refine Level of Black Cat Ears Beret: Increases the trigger chance. _______________________ Type: Headgear Defense: 5 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: Base Level 30 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Black_Cat_Ears_Beret | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 5 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 30 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus2 bAddItemHealRate,579,75; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
autobonus "{ bonus bAllStats,8; }",10+.@r,5000,BF_WEAPON,"{ active_transform 1261,5000; }";
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
autobonus "{ bonus bAllStats,8; }",10+.@r,5000,BF_WEAPON,"{ active_transform 1261,5000; }";
|