
RENEWAL / ITEMS
Attacker Booster Plate [1]
#450001Armor
Atker_Plate
TypeArmor
Equipment positionArmor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF120
Slots1
Required level100
Armor level1
Description
A special armor for your rapid growth.
Specialized in Melee Physical Attack.
Cannot be refined.
Type: Equipment
Class: Armor
Defense: 120
Weight: 0
Requires Level: 100
Usable By: All Jobs
ATK + 100
Reduces after cast delay by 5%.
For every 2 refine levels, increases ATK + 1%.
For every 3 refine levels, increases Critical Damage 1%.
If refined to +7, increases ATK + 50.
If refined to +9, decreases after cast delay by an additional 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
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 bAtkRate,.@r/2;
}
if (.@r>=3) {
bonus bCritAtkRate,.@r/3;
}
if (.@r>=7) {
bonus bBaseAtk,50;
}
if (.@r>=9) {
bonus bDelayrate,-5;
}