Libra Crown
| Item ID | 5662 | Name | Libra Crown |
|
A magnificent crown created to pay tribute to the 7th sign of the zodiac, Libra the Balance.
Attached to the crown is an Opal gemstone, the birthstone for those born under this sign. _______________________ DEX +3, _______________________ Decreases damage taken from Wind elemental attacks by 7%. _______________________ Refine Level +7: MATK +3% Refine Level +9: MATK +5% Random chance to auto-cast Level 5 Frost Nova when receiving physical damage. _______________________ Type: Headgear Defense: 3 Position: Upper Weight: 30 Armor Level: 1 _______________________ Requirement: None |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Libra_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 | 10 | Max Equip Level | None | ||
| NPC Sell | 5 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bDex,3;
bonus2 bSubEle,Ele_Wind,7;
if (getrefine()>=7) {
bonus bMatkRate,3;
}
if (getrefine()>=9) {
bonus bMatkRate,5;
bonus3 bAutoSpellWhenHit,"WZ_FROSTNOVA",5,20;
}
|
||||