
RENEWAL / ITEMS
Attacker Booster Manteau [1]
#480000Armor
Atker_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 Melee Physical Attack.
Cannot be refined.
Type: Equipment
Class: Garment
Defense: 30
Weight: 0
Requires Level: 100
Usable By: All Jobs
ASPD + 5%
For every 3 refine levels, increases CRI + 2.
If refined to +7, increases Critical Damage 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 bAspdRate,5;
.@r = getrefine();
if (.@r>=3) {
bonus bCritical,.@r/3*2;
}
if (.@r>=7) {
bonus bCritAtkRate,5;
}
if (.@r>=9) {
bonus bDelayrate,-10;
}