Ranger Battle Armor

Item ID 15076 Name Ranger Battle Armor
The battle armor symbolizing the highest status of the Ranger.
_______________________
MaxHP +400
_______________________
For each 3 Refine Levels:
AGI +1
DEX +1
_______________________
Refine Level +10:
ASPD +1
_______________________
Refine Level +14:
ASPD +1
_______________________
When equipped with Ranger Battle Boots and Battle Shawl:
Decreases damage taken from Demi-Human race by 10%.

Base DEX at least 110:
When Fear Breeze is used:
Critical +50%
_______________________
Type: Armor
Defense: 55
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Ranger
Weapon Level 0 Identifier RA_Battle_Armor
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 55 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,400;
bonus bAgi,.@r/3;
bonus bDex,.@r/3;
if (.@r>=10)
   bonus bAspd,1;
if (.@r>=14)
   bonus bAspd,1;

Set Script
Ranger Battle Armor
Battle Cape
Ranger Battle Boots
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*/