Ranger Battle Boots
| Item ID | 22021 | Name | Ranger Battle Boots |
|
The combat boots symbolizing the highest status of the Ranger.
_______________________ For each 2 Refine Levels: MaxHP +100, MaxSP +1% _______________________ When equipped with Battle Shawl: Base AGI at least 90: Recieving physical damage has a 10% chance to auto-cast Warg Bite on the enemy and increases damage of arg Bite by 20%. _______________________ Type: Shoes Defense: 20 Weight: 0 Armor Level: 1 _______________________ Requirement: Base Level 99 Ranger |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | RA_Battle_Boots | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Footgear | ||
| Defense | 20 | Equippable Jobs | Hunter | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 0 | Min Equip Level | 99 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bMaxHP,100*(.@r/2); bonus bMaxSPrate,.@r/2; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
if (readparam(bAgi)>=90) {
bonus3 bAutoSpellWhenHit,"RA_WUGBITE",getskilllv("RA_WUGBITE"),100;
bonus2 bSkillAtk,"RA_WUGBITE",20;
}
|
||||||
|
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (readparam(bDex)>=110)
autobonus3 "{ bonus bCritAtkRate,50; }",1000,60000,"RA_FEARBREEZE";
/*Unknown Duration*/
|