Viewing Item

#400059: Scorpio Celestial Coronet

Item ID 400059 For Sale No
Identifier Scorpio_Diadem_K Credit Price Not For Sale
Name Scorpio Celestial Coronet 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 130
MATK 0 Max Equip Level None
Description own representing Scorpio, the eighth position of the zodiac. The birthstone, Topaz, is embedded.
It has been modified to suit the OS weapons.
_______________________
For each 2 Refine Levels:
MATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Small and Medium sized enemies by 15%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Cannon Rapier-OS:
Increases Magical Damage with Holy element by 4%.

For each 2 Refine Levels of Cannon Rapier-OS:
Increases damage of Genesis Ray by 4%.
_______________________
When equipped with Rutilus Stick-OS:
MATK +30

For each 2 Refine Levels of Rutilus Stick-OS:
Increases damage of Psychic Wave by 3%.
_______________________
When equipped with Ultio-OS:
Increases Magical Damage with Holy element by 5%.

For each 2 Refine Levels of Ultio-OS:
Increases damage of Judex by 3%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 1
_______________________
Requirement:
Base Level 130
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 bMatk,20*(.@r/2);

6 if

7 (.@r

8 =7)

9 {

10 bonus

11 bVariableCastrate,-15;

12 }

13 if

14 (.@r

15 =9)

16 {

17 bonus2

18 bMagicAtkEle,Ele_All,15;

19 }

20 if

21 (.@r

22 =11)

23 {

24 bonus

25 bFixedCast,-200;

26 bonus2

27 bMagicAddSize,Size_Small,15;

28 bonus2

29 bMagicAddSize,Size_Medium,15;

30 }

Equip Script None
Unequip Script None