Whike Black Tail
| Item ID | 2855 | Name | Whike Black Tail |
|
Morocc town Hyuke's black tail style. It doesn't seem to be moving.
_______________________ Critical +7 Increases Attack Speed (decreases After Attack Delay by 3%). _______________________ When equipped with Whikebain's Black Ears: Increases Critical Damage by 10%. When Refine Level of Whikebain's Black Ears +7 or higher: Critical +5 _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 45 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Whike_Black_Tail | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 45 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bCritical,7; bonus bAspdRate,3; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bCritAtkRate,10; if (getequiprefinerycnt(EQI_HEAD_TOP) > 5) bonus bCritical,5; |
||||
|
bonus bCritAtkRate,10; if (getequiprefinerycnt(EQI_HEAD_TOP) >= 7) bonus bCritical,5; |
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
autobonus "{ bonus bAllStats,8; }",10+.@r,5000,BF_WEAPON,"{ active_transform 1261,5000; }";
|