Awaking Bloom

Item ID 400566 Name Awaking Bloom
None
Weapon Level 0 Identifier Awaking_Bloom
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,10;
bonus2 bSubClass,Class_Normal,20;
bonus2 bSubClass,Class_Boss,20;
bonus2 bSubRace,RC_Player_Human,13;
bonus2 bSubRace,RC_Player_Doram,13;
bonus bDelayrate,-2*.@r;
if (.@r>=7) {
   bonus2 bAddEle,Ele_All,15;
   bonus2 bMagicAddEle,Ele_All,15;
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   if (.@r>=9) {
       bonus2 bAddEle,Ele_All,25;
       bonus2 bMagicAddEle,Ele_All,25;
       bonus bAllStats,10;
   }
}