Angeling Woolly Hat
| Item ID | 18838 | Name | Angeling Woolly Hat |
|
A hat applied a special engine which can move Angelring's wings. This engine seems to have a myterious function.
_______________________ All Basic Stats +1 ATK +2 MATK +2 _______________________ For each Refine Level: ATK +2 MATK +2 _______________________ Transform into Angelring for 5 sec by a certain chance when dealing physical or magical attack. While transforming with a physical attack, ASPD +2 for 5 seconds. While transforming with a magical attack, decreases Variable Casting Time for 5 seconds. Transformation success chance will be increased pereach Refine grade. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Angeling_Woolly_Hat | ||
| 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 | 35 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAllStats,1;
bonus bBaseAtk,2+(.@r*2);
bonus bMatk,2+(.@r*2);
autobonus "{ bonus bAspd,2; }",3+.@r,5000,BF_NORMAL,"{ active_transform 1096,5000; }";
autobonus "{ bonus bVariableCastrate,-50; }",3+.@r,5000,BF_MAGIC,"{ active_transform 1096,5000; }";
|
||||