Mighty Crown of Ashes

Item ID 400647 Name Mighty Crown of Ashes
None
Weapon Level 0 Identifier TiaraCrown_Melee_BR
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 120
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bHPGainValue,500;
bonus bSPGainValue,50;
bonus bMagicHPGainValue,500;
bonus bMagicHPGainValue,50;
if (.@r>=7) {
   bonus bBaseAtk,50;
   bonus bAspdRate,10;
   if (.@r>=9) {
       bonus bHit,30;
       bonus bAtkRate,7;
       if (.@r>=11) {
            bonus bCritAtkRate,10;
            bonus bShortAtkRate,10;
       }
   }
}

Set Script
Thanos Dagger
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus bDelayrate,-10;
   bonus2 bSkillAtk,"RG_BACKSTAP",5*(.@r/2);
   bonus2 bSkillAtk,"SC_FATALMENACE",5*(.@r/2);
}
Thanos Katar
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus bDelayrate,-10;
   bonus2 bSkillAtk,"AS_GRIMTOOTH",5*(.@r/2);
   bonus2 bSkillAtk,"GC_ROLLINGCUTTER",5*(.@r/2);
}
Thanos Great Sword
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"RK_SONICWAVE",-1500;
   bonus2 bSkillAtk,"KN_BOWLINGBASH",5*(.@r/2);
   bonus2 bSkillAtk,"RK_SONICWAVE",5*(.@r/2);
}
Thanos Sword
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"LG_SHIELDPRESS",-1500;
   bonus2 bSkillAtk,"LG_EARTHDRIVE",5*(.@r/2);
   bonus2 bSkillAtk,"LG_SHIELDPRESS",5*(.@r/2);
}
Thanos Axe
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
   bonus2 bSkillAtk,"NC_POWERSWING",5*(.@r/2);
   bonus2 bSkillAtk,"NC_AXETORNADO",5*(.@r/2);
}
Thanos Knuckle
Mighty Crown of Ashes
if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {
   .@r = getequiprefinerycnt(EQI_HAND_R);
   bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000;
   bonus2 bSkillAtk,"SR_SKYNETBLOW",5*(.@r/2);
   bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",5*(.@r/2);
}