Ascendant Crown

Item ID 5897 Name Ascendant Crown
A replica of the legendary artifact left behind by the greatest Super Novice to ever walk the earth.
The real one has been lost for ages, but this replica can imitate some of its awesome power.
_______________________
ATK +30, MATK +30
HIT, FLEE, CRIT, MDEF +10.
Perfect Dodge +5.
ASPD +2.
Decreases Variable Casting Time by 20%.
Decreases damage taken from Neutral elemental attacks by 5%.
_______________________
Refine Level +7:
MaxHP +1000
MaxSP +100
Refine Level +9:
All Basic Stats +5
_______________________
Type: Headgear
Defense: 20
Position: Upper
Weight: 5
Armor Level: 1
_______________________
Requirement:
Base Level 100
Super Novice
Weapon Level 0 Identifier Ascendant_Crown_
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs Super novice
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 5 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,30;
bonus bMatk,30;
bonus bHit,10;
bonus bFlee,10;
bonus bCritical,10;
bonus bMdef,10;
bonus bFlee2,5;
bonus bAspd,2;
bonus bVariableCastrate,-20;
bonus2 bSubEle,Ele_Neutral,5;
if (.@r>=7) {
   bonus bMaxHP,1000;
   bonus bMaxSP,100;
}
if (.@r>=9)
   bonus bAllStats,5;