
RENEWAL / ITEMS
Ranger Booster Manteau [1]
#480003Armor
Ran_Manteau
TypeArmor
Equipment positionGarment
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF30
Slots1
Required level100
Armor level1
Description
A special manteau for your rapid growth.
Specialized in Ranged Physical Attack.
Cannot be refined.
Type: Equipment
Class: Garment
Defense: 30
Weight: 0
Requires Level: 100
Usable By: All Jobs
Reduces Variable Cast Time by 5%.
For every 3 refine levels, increases ATK + 2.
If refined to +7, increases Ranged Physical Attack by 5%.
If refined to +9, reduces After Cast Delay by 10%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- 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 bVariableCastrate,-5;
.@r = getrefine();
if (.@r>=3) {
bonus bBaseAtk,.@r/3*2;
}
if (.@r>=7) {
bonus bLongAtkRate,5;
}
if (.@r>=9) {
bonus bDelayrate,-10;
}