Viewing Item

#400261: Sagittarius Celestial Coronet-LT

Item ID 400261 For Sale No
Identifier Sagittarius_DiademK_LT Credit Price Not For Sale
Name Sagittarius 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 Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the upgraded OS weapons.
_______________________
For each 2 Refine Levels:
ATK +20
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Small and Medium sized enemies by 20%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Burning Knuckle-OSAD:
Decreases Rampage Blaster skill cooldown by 1 second.

For each 2 Refine Levels of Burning Knuckle-OSAD:
Increases Ranged Physical Damage by additional 4%.
_______________________
When equipped with Saphir Mace-OSAD:
Decreases Variable Casting Time by additional 10%.

For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Acid Demonstration by 5%.
_______________________
When equipped with HR-S55-OSAD:
Increases Ranged Physical Damage by additional 10%.

For each 2 Refine Levels of HR-S55-OSAD:
Increases damage of Hammer of God 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 bBaseAtk,20*(.@r/2);

6 if

7 (.@r

8 =7)

9 {

10 bonus

11 bVariableCastrate,-15;

12 if

13 (.@r

14 =9)

15 {

16 bonus

17 bLongAtkRate,20;

18 if

19 (.@r

20 =10)

21 {

22 bonus

23 bFixedCast,-200;

24 bonus2

25 bAddSize,Size_Small,20;

26 bonus2

27 bAddSize,Size_Medium,20;

28 }

29 }

30 }

Equip Script None
Unequip Script None