Dark Raiden's Sakkat

Item ID 15834 Name Dark Raiden's Sakkat
None
Weapon Level 0 Identifier DRaiden_Sakkat_EXE
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 30 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 50
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"AL_HOLYLIGHT",5;
bonus bHealPower,1;
bonus bAddItemHealRate,1;
if (getskilllv("PR_ASPERSIO") == 5)
   bonus3 bAutoSpell,"PA_PRESSURE",5,100;
if (.@r>=7) {
   bonus bDef,15;
   bonus bHealPower,3;
   bonus bAddItemHealRate,3;
   bonus2 bSkillAtk,"AL_HOLYLIGHT",10;
}
if (.@r>=8) {
   bonus bFlee,15;
   bonus bHealPower,5;
   bonus bAddItemHealRate,5;
   bonus2 bSkillAtk,"AL_HOLYLIGHT",15;
}
if (.@r>=9) {
   bonus bMatk,15;
   bonus bHealPower,7;
   bonus bAddItemHealRate,7;
   bonus2 bSkillAtk,"AL_HOLYLIGHT",20;
}
if (.@r>=10) {
   bonus bHealPower,9;
   bonus bAddItemHealRate,9;
   bonus2 bMagicAddEle,Ele_Holy,10;
}