Viewing Item

#400262: Scorpio Celestial Coronet-LT

Item ID 400262 For Sale No
Identifier Scorpio_Diadem_K_LT Credit Price Not For Sale
Name Scorpio Celestial Coronet-LT 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 170
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 upgraded 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 20%.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Small and Medium sized enemies by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Cannon Rapier-OSAD:
Decreases Genesis Ray skill cooldown by 1 second.

For each 2 Refine Levels of Cannon Rapier-OSAD:
Increases damage of Genesis Ray by 7%.
_______________________
When equipped with Rutilus Stick-OS:
Decreases Psychic Wave skill cooldown by 1 second.

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

For each 2 Refine Levels of Ultio-OSAD:
Increases damage of Judex by 5%.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 170
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 if

13 (.@r

14 =9)

15 {

16 bonus2

17 bMagicAtkEle,Ele_All,20;

18 if

19 (.@r

20 =10)

21 {

22 bonus

23 bFixedCast,-200;

24 bonus2

25 bMagicAddSize,Size_Small,20;

26 bonus2

27 bMagicAddSize,Size_Medium,20;

28 }

29 }

30 }

Equip Script None
Unequip Script None