
RENEWAL / ITEMS
Ranger Booster Suits [1]
#450004Armor
Ran_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
Description
A special armor for your rapid growth.
Specialized in Ranged Physical Attack.
Cannot be refined.
Type: Equipment
Class: Armor
Defense: 100
Weight: 0
Requires Level: 100
Usable By: All Jobs
ATK + 100
Reduces after cast delay by 5%.
For every 2 refine levels, increases ASPD + 1%.
For every 3 refine levels, increases Ranged Physical Attack by 1%.
If refined to +7, increases ATK + 50.
If refined to +9, reduces after cast delay by an additional 5%.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Storage
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
bonus bBaseAtk,100;
bonus bDelayrate,-5;
.@r = getrefine();
if (.@r>=2) {
bonus bAspdRate,.@r/2;
}
if (.@r>=3) {
bonus bLongAtkRate,.@r/3;
}
if (.@r>=7) {
bonus bBaseAtk,50;
}
if (.@r>=9) {
bonus bDelayrate,-5;
}