Viewing Item

#400084: Genlin Heirs

Item ID 400084 For Sale No
Identifier 2020maypay_02 Credit Price Not For Sale
Name Genlin Heirs Type Armor
NPC Buy 0 Weight 20
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Kagerou / Oboro
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 if (eaclass()&EAJL_THIRD && BaseJob == Job_Kagerou) {

3 bonus bBaseAtk,10*.@r;

4 bonus bDelayrate,-2*(.@r/3);

5 bonus bLongAtkRate,3*(.@r/3);

6 if (.@r>=7)

7 bonus2 bAddRace,RC_All,7;

8 if (.@r>=9)

9 bonus2 bSkillAtk,"KO_HUUMARANKA",20;

10 if (.@r>=11)

11 bonus2 bSkillCooldown,"KO_HUUMARANKA",-500;

12 }

13 if (eaclass()&EAJL_THIRD && BaseJob == Job_Oboro) {

14 bonus bMatk,10*.@r;

15 bonus bVariableCastrate,-5*(.@r/3);

16 bonus bMatkRate,3*(.@r/3);

17 if (.@r>=7)

18 bonus2 bMagicAddRace,RC_All,7;

19 if (.@r>=9)

20 skill "KG_KAGEHUMI",3;

21 if (.@r>=11)

22 autobonus3 "{ bonus bMatk,100; }",1000,40000,"KO_IZAYOI";

23 }

Equip Script None
Unequip Script None