Garnet Crystal Pendant

Item ID 490103 Name Garnet Crystal Pendant
None
Weapon Level 0 Identifier Garnet_Pendant_TW
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {
   bonus bMdef,15;
   bonus2 bSubEle,Ele_Neutral,5;
   bonus bLongAtkDef,5;
}
else {
   bonus bMdef,15;
   bonus2 bSubEle,Ele_Neutral,5;
   bonus bLongAtkDef,5;
   skill "WL_RECOGNIZEDSPELL",1;
   bonus2 bSkillUseSP,"WL_RECOGNIZEDSPELL",-100;
   bonus2 bSkillCooldown,"WL_RECOGNIZEDSPELL",120000;
}

Set Script
Garnet Crystal Pendant
Garnet Brooch
bonus2 bSubEle,Ele_All,5;
Crimson Magic Boots
Garnet Crystal Pendant
Garnet Brooch
bonus2 bSubEle,Ele_Neutral,3*getequiprefinerycnt(EQI_SHOES);
Crimson Magic Boots-LT
Garnet Crystal Pendant
Garnet Brooch
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bSubEle,Ele_Neutral,3*(.@r/3);
bonus2 bSubEle,Ele_Earth,3*(.@r/4);
bonus2 bSubEle,Ele_Fire,3*(.@r/4);
bonus2 bSubEle,Ele_Water,3*(.@r/4);
bonus2 bSubEle,Ele_Wind,3*(.@r/4);