Viewing Item

#20940: Violet Halo

Item ID 20940 For Sale No
Identifier Violet_Halo Credit Price Not For Sale
Name Violet Halo Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable Yes
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Description The blinking violet wings are floating behind the back.
The reality seems to be a small size hologram projector.
_______________________
Indestructible in battle
_______________________
MATK +20
Increases Ranged Physical Damage by 3%.
Increases Critical Damage by 3%.
_______________________
For each 3 Refine Levels:
MATK +20
Increases Ranged Physical Damage by 3%.
Increases Critical Damage by 3%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 4%.
_______________________
When equipped with Magical Booster[1]:
Equip Locations Garment
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 bMatk,20+((.@r/3)*20);

6 bonus

7 bLongAtkRate,3+((.@r/3)*3);

8 bonus

9 bCritAtkRate,3+((.@r/3)*3);

10 if

11 (.@r

12 10)

13 {

14 bonus

15 bDelayrate,-4;

16 }

Equip Script None
Unequip Script None