Item ID | 400087 |
![]() |
For Sale | No |
---|---|---|---|---|
Identifier | 2020maypay_05 | Credit Price | Not For Sale | |
Name | Potential to Inspire Adventure Cap | 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 | Novice / Super novice | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bBaseAtk,10*.@r; 3 bonus bMatk,10*.@r; 4 bonus bMaxHP,1000*.@r; 5 bonus2 bIgnoreDefClassRate,Class_Normal,5*(.@r/3); 6 bonus2 bIgnoreMdefClassRate,Class_Normal,5*(.@r/3); 7 if (.@r>=7) { 8 bonus2 bAddRace,RC_All,7; 9 bonus2 bMagicAddRace,RC_All,7; 10 } 11 if (.@r>=9) { 12 bonus2 bMagicAtkEle,Ele_Fire,40; 13 bonus2 bMagicAtkEle,Ele_Dark,40; 14 } 15 if (.@r>=11) { 16 bonus5 bAutoSpell,"RK_STORMBLAST",1,20,BF_SHORT,1; 17 bonus2 bSkillCooldown,"WZ_VERMILION",-4000; 18 bonus2 bSkillCooldown,"WZ_STORMGUST",-5000; 19 } 20 if (.@r>=12) { 21 skill "WL_RECOGNIZEDSPELL",1; 22 skill "BS_MAXIMIZE",3; 23 bonus bDelayrate,-20; 24 } |
|||
Equip Script | None | |||
Unequip Script | None |