Sagittarius Celestial Coronet
| Item ID | 400061 | Name | Sagittarius Celestial Coronet |
|
The crown representing Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the 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 15%. _______________________ Refine Level +11: Increases Physical Damage against enemies of Small and Medium sized enemies by 15%. Decreases Fixed Casting Time by 0.2 seconds. _______________________ When equipped with Burning Knuckle-OS: Decreases Rampage Blaster skill cooldown by 1 second. For each 2 Refine Levels of Burning Knuckle-OS: Increases Ranged Physical Damage by additional 3%. _______________________ When equipped with Saphir Mace-OS: Decreases Variable Casting Time by additional 10%. For each 2 Refine Levels of Saphir Mace-OS: Increases damage of Acid Demonstration by 3%. _______________________ When equipped with HR-S55-OS: Increases Ranged Physical Damage by additional 5%. For each 2 Refine Levels of HR-S55-OS: Increases damage of Hammer of God by 3%. _______________________ Type: Headgear Defense: 0 Position: Upper Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 130 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Sagittarius_DiademK | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 130 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bBaseAtk,20*(.@r/2);
if (.@r>=7) {
bonus bVariableCastrate,-15;
}
if (.@r>=9) {
bonus bLongAtkRate,15;
}
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Small,15;
bonus2 bAddSize,Size_Medium,15;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; bonus bLongAtkRate,3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bVariableCastrate,-10; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,5; bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",3*(.@r_weapon/2); |