Genlin Heirs

Item ID 400084 Name Genlin Heirs
None
Weapon Level 0 Identifier 2020maypay_02
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 20 Equippable Jobs Kagerou / Oboro
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 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();
if (eaclass()&EAJL_THIRD && BaseJob == Job_Kagerou) {
   bonus bBaseAtk,10*.@r;
   bonus bDelayrate,-2*(.@r/3);
   bonus bLongAtkRate,3*(.@r/3);
   if (.@r>=7)
       bonus2 bAddRace,RC_All,7;
   if (.@r>=9)
       bonus2 bSkillAtk,"KO_HUUMARANKA",20;
   if (.@r>=11)
       bonus2 bSkillCooldown,"KO_HUUMARANKA",-500;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Oboro) {
   bonus bMatk,10*.@r;
   bonus bVariableCastrate,-5*(.@r/3);
   bonus bMatkRate,3*(.@r/3);
   if (.@r>=7)
       bonus2 bMagicAddRace,RC_All,7;
   if (.@r>=9)
       skill "KG_KAGEHUMI",3;
   if (.@r>=11)
       autobonus3 "{ bonus bMatk,100; }",1000,40000,"KO_IZAYOI";
}