0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #15831 Armor

Kuken's Hat [1]

Buy Price: N/A Sell Price: N/A
Type: Armor
Defense: 20
Weight: 300
Slots: 1
Armor level: 1
Required level: 50

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
300
20

Requirements

1
50

Scripts

.@r = getrefine(); if (BaseJob == Job_Gunslinger) { bonus bBaseAtk,2*(readparam(bDex)/9); bonus bMatk,2*(readparam(bInt)/9); if (.@r>=7) { bonus bDef,10; bonus bMdef,15; bonus2 bVariableCastrate,"GS_TRACKING",-30; if (.@r>=8) { bonus bDelayrate,-10; bonus bCritical,10; if (.@r>=9) { bonus3 bAutoSpell,"GS_RAPIDSHOWER",2,70; bonus bLongAtkRate,5; if (.@r>=10) { bonus bAllStats,2; bonus bMaxHPrate,3; bonus bMaxSPrate,3; } } } } } else if (BaseJob == Job_Ninja) { bonus bBaseAtk,2*(readparam(bStr)/9); bonus bMatk,2*(readparam(bInt)/9); if (.@r>=7) { bonus bDef,10; bonus bMdef,15; bonus bLongAtkRate,5; bonus2 bSkillAtk,"NJ_KAENSIN",50; bonus2 bSkillAtk,"NJ_RAIGEKISAI",50; if (.@r>=8) { bonus bMatk,15; bonus bBaseAtk,15; bonus bDelayrate,-10; if (.@r>=9) { bonus bFlee,10; bonus2 bVariableCastrate,"NJ_HUUMA",-20; bonus2 bVariableCastrate,"NJ_KAENSIN",-20; bonus2 bVariableCastrate,"NJ_RAIGEKISAI",-20; if (.@r>=10) { bonus bAllStats,2; bonus bMaxHPrate,3; bonus bMaxSPrate,3; } } } } }
.@r = getrefine();
if (BaseJob == Job_Gunslinger) {
   bonus bBaseAtk,2*(readparam(bDex)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus2 bVariableCastrate,"GS_TRACKING",-30;
       if (.@r>=8) {
           bonus bDelayrate,-10;
           bonus bCritical,10;
           if (.@r>=9) {
               bonus3 bAutoSpell,"GS_RAPIDSHOWER",2,70;
               bonus bLongAtkRate,5;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
else if (BaseJob == Job_Ninja) {
   bonus bBaseAtk,2*(readparam(bStr)/9);
   bonus bMatk,2*(readparam(bInt)/9);
   if (.@r>=7) {
       bonus bDef,10;
       bonus bMdef,15;
       bonus bLongAtkRate,5;
       bonus2 bSkillAtk,"NJ_KAENSIN",50;
       bonus2 bSkillAtk,"NJ_RAIGEKISAI",50;
       if (.@r>=8) {
           bonus bMatk,15;
           bonus bBaseAtk,15;
           bonus bDelayrate,-10;
           if (.@r>=9) {
               bonus bFlee,10;
               bonus2 bVariableCastrate,"NJ_HUUMA",-20;
               bonus2 bVariableCastrate,"NJ_KAENSIN",-20;
               bonus2 bVariableCastrate,"NJ_RAIGEKISAI",-20;
               if (.@r>=10) {
                   bonus bAllStats,2;
                   bonus bMaxHPrate,3;
                   bonus bMaxSPrate,3;
               }
           }
       }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.