Scorpio Crown
| Item ID | 5676 | Name | Scorpio Crown |
|
A magnificent crown created to pay tribute to the 8th sign of the zodiac, Scorpio the Scorpion.
Attached to the crown is a Topaz gemstone, the birthstone for those born under this sign. _______________________ Increases Attack Speed (decreases After Attack Delay by 3%). _______________________ Decreases damage taken from Water elemental attacks by 5%. _______________________ Refine Level +7: Random chance to auto-cast Level 3 Mild Wind when dealing physical damage _______________________ Refine Level +8: Increases Attack Speed (decreases After Attack Delay by 2%) _______________________ Refine Level +9: Random chance to auto-cast Level 5 Frost Nova when dealing physical damage _______________________ Refine Level +10: ATK +5 Increases Attack Speed (decreases After Attack Delay by 2%). _______________________ Type: Headgear Defense: 3 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Scorpio_Crown | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 3 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bAspdRate,3;
bonus2 bSubEle,Ele_Water,5;
.@r = getrefine();
bonus bBaseAtk,5;
if (.@r>6) {
bonus3 bAutoSpell,"TK_SEVENWIND",3,20;
}
if (.@r>7) {
bonus bAspdRate,2;
}
if (.@r>8) {
bonus3 bAutoSpell,"WZ_FROSTNOVA",5,10;
}
if (.@r>9) {
bonus bAspdRate,2;
bonus bBaseAtk,5;
}
|
||||