ID #18838
Armor
Angeling Woolly Hat [1]
Buy Price: N/A
Sell Price: N/A
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.
_______________________
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.
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
350
Defense
8
Requirements
Armor Level
1
Min Level
1
Scripts
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; }";
.@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; }";