Ally of the Demons

Item ID 400307 Name Ally of the Demons
None
Weapon Level 0 Identifier Ally_of_the_Demons
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAgi,3*.@r;
bonus bMdef,10;
bonus bPerfectHitAddRate,30;
bonus2 bSkillAtk,"SR_HOWLINGOFLION",50;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",50;
if (getskilllv("SR_KNUCKLEARROW") == 10)
   bonus2 bAddEle,Ele_All,25;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
   bonus bMaxHPrate,25;
   bonus2 bSubClass,Class_Boss,20;
}
if (getskilllv("SR_GENTLETOUCH_CURE") == 5)
   bonus bSPDrainValue,3;
if (getskilllv("SR_GENTLETOUCH_CHANGE") == 5)
   bonus bNoSizeFix;
if (.@r>=7) {
   bonus2 bSkillAtk,"SR_HOWLINGOFLION",75;
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",75;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SR_HOWLINGOFLION",100;
   bonus2 bSkillAtk,"SR_KNUCKLEARROW",100;
}