Potential to Inspire Adventure Cap
| Item ID | 400087 | Name | Potential to Inspire Adventure Cap |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | 2020maypay_05 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 20 | Equippable Jobs | Novice, Super novice | ||
| 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();
bonus bBaseAtk,10*.@r;
bonus bMatk,10*.@r;
bonus bMaxHP,1000*.@r;
bonus2 bIgnoreDefClassRate,Class_Normal,5*(.@r/3);
bonus2 bIgnoreMdefClassRate,Class_Normal,5*(.@r/3);
if (.@r>=7) {
bonus2 bAddRace,RC_All,7;
bonus2 bMagicAddRace,RC_All,7;
}
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Fire,40;
bonus2 bMagicAtkEle,Ele_Dark,40;
}
if (.@r>=11) {
bonus5 bAutoSpell,"RK_STORMBLAST",1,20,BF_SHORT,1;
bonus2 bSkillCooldown,"WZ_VERMILION",-4000;
bonus2 bSkillCooldown,"WZ_STORMGUST",-5000;
}
if (.@r>=12) {
skill "WL_RECOGNIZEDSPELL",1;
skill "BS_MAXIMIZE",3;
bonus bDelayrate,-20;
}
|
||||