Record of Destroy (Mage)

Item ID 32285 Name Record of Destroy (Mage)
None
Weapon Level 0 Identifier Record_Mage_TW
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction Can't be dropped, Can't be sold to NPC
Item Script
bonus bMdef,10;
bonus bDelayrate,-5;
bonus bMatkRate,5;

Set Script
Record of Wrath (Mage)
Record of Destroy (Mage)
bonus bMatkRate,10;
Record of Destroy (Mage)
Thought Ring
bonus2 bAddRace2,RC2_BioLab,20;
bonus2 bMagicAddRace2,RC2_BioLab,20;
Record of Destroy (Mage)
Great Fallen Manteau
if (getequiprefinerycnt(EQI_GARMENT) >= 10) {
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
      bonus bFixedCast,-300;
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus2 bSkillAtk,"WL_COMET",30;
   }
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {
      bonus2 bSkillCooldown,"SO_VACUUM_EXTREME",-1000;
      bonus2 bSkillAtk,"MG_FIREBOLT",30;
      bonus2 bSkillAtk,"MG_COLDBOLT",30;
      bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",30;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",30;
      skill "NJ_UTSUSEMI",1;
      bonus2 bSkillCooldown,"NJ_UTSUSEMI",30000;
   }
}