Southern Tiara

Item ID 400470 Name Southern Tiara
None
Weapon Level 0 Identifier Tiara_Sul_BR
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 35 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bUnbreakableArmor;
bonus bBaseAtk,15*(.@r/2);
if (.@r>=7)
   bonus bAspdRate,10;
if (.@r>=9) {
   bonus bWeaponAtkRate,5;
   bonus bAspd,1;
}
if (.@r>=11) {
   bonus bCritAtkRate,3;
   bonus bLongAtkRate,3;
   bonus bFixedCast,-100*(min((.@r-10),15)/1);
}

Set Script
Illusion Book of the Apocalypse
Southern Tiara
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"SG_SUN_WARM",5*(.@r/2);
bonus2 bSkillAtk,"SG_MOON_WARM",5*(.@r/2);
bonus2 bSkillAtk,"SG_STAR_WARM",5*(.@r/2);
Star Dust Blade
Southern Tiara
if (BaseClass == Job_SuperNovice) {
   skill "RK_IGNITIONBREAK",5;
   bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(getequiprefinerycnt(EQI_HAND_R)/2);
}
Star Dust Blade
Southern Tiara
if (BaseClass == Job_SuperNovice) {
   skill "RK_IGNITIONBREAK",5;
   bonus2 bSkillAtk,"RK_IGNITIONBREAK",7*(getequiprefinerycnt(EQI_HAND_R)/2);
}