Assault Suits

Item ID 450251 Name Assault Suits
A suit worn by special forces when conducting assault operations.
It is strong, lightweight and highly functional.
_______________________
MaxHP +10% , MaxSP +10%
_______________________
When Level 3 Warg Rider is learned:
For each Base Level:
ATK +1
_______________________
When Level 5 Camouflage is learned:
Decreases Arrow Storm skill cooldown by 0.3 seconds.
Decreases Fixed Casting Time of Aimed Bolt by 100%.
_______________________
For each Level of Ranger Main:
Increases Physical Damage against monsters of every race by 7%.
_______________________
Refine Level +5:
DEX +15
_______________________
Refine Level +7:
DEX +15
_______________________
Refine Level +10:
Perfect HIT +25%
Indestructible in battle
_______________________
Type: Armor
Defense: 100
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Assault_Suit
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 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 bMaxHPrate,10;
bonus bMaxSPrate,10;
if (getskilllv("RA_WUGRIDER") == 3)
   bonus bBaseAtk,BaseLevel;
if (getskilllv("RA_CAMOUFLAGE") == 5) {
   bonus2 bSkillCooldown,"RA_ARROWSTORM",-300;
   bonus2 bFixedCastrate,"RA_AIMEDBOLT",-100;
}
bonus bAtkRate,7*getskilllv("RA_RANGERMAIN");
if (.@r>=5)
   bonus bDex,15;
if (.@r>=7)
   bonus bDex,15;
if (.@r>=10) {
    bonus bPerfectHitAddRate,25;
    bonus bUnbreakableArmor;
}