Helmet Of Siegfried TH

Item ID 15956 Name Helmet Of Siegfried TH
None
Weapon Level 0 Identifier Helmet_Of_Siegfried_TH
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 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 bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMdef,15;
if (readparam(bInt)>=108)
   bonus2 bSkillAtk,"RK_DRAGONBREATH",15;
if (readparam(bDex)>=108)
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;
if (readparam(bInt)>=120 && readparam(bDex)>=120) {
   bonus2 bSkillAtk,"RK_DRAGONBREATH",10;
   bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;
}
if (.@r>=7) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
   if (.@r>=9) {
       bonus2 bSubRace,RC_DemiHuman,10;
       bonus2 bSubRace,RC_Player_Doram,10;
       bonus2 bSubRace,RC_Player_Human,10;
       bonus2 bSubRace,RC_Dragon,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus bDef,200;
               bonus bMdef,40;
           }
       }
   }
}