Viewing Item

#18838: Angeling Woolly Hat

Item ID 18838 For Sale No
Identifier Angeling_Woolly_Hat Credit Price Not For Sale
Name Angeling Woolly Hat Type Armor
NPC Buy 0 Weight 35
NPC Sell 0 Weapon Level 0
Range 0 Defense 8
Slots 1 Refineable Yes
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Description 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.
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bAllStats,1;

6 bonus

7 bBaseAtk,2+(.@r*2);

8 bonus

9 bMatk,2+(.@r*2);

10 autobonus

11 "{

12 bonus

13 bAspd,2;

14 }",3+.@r,5000,BF_NORMAL,"{

15 active_transform

16 1096,5000;

17 }";

18 autobonus

19 "{

20 bonus

21 bVariableCastrate,-50;

22 }",3+.@r,5000,BF_MAGIC,"{

23 active_transform

24 1096,5000;

25 }";

Equip Script None
Unequip Script None