ID #450251
Armor
Assault Suits [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
100
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}