ID #400084
Armor
Genlin Heirs [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 20
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Defense: 20
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
20
Requirements
Armor Level
1
Min Level
100
Scripts
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"; }
.@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";
}