
RENEWAL / ITEMS
Attacker Booster Greaves [1]
#470000Armor
Atker_Greave
TypeArmor
Equipment positionFootgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF20
Slots1
Required level100
Armor level1
Description
A special set of greaves for your rapid growth.
Specialized in Melee Physical Attack.
Cannot be refined.
Type: Equipment
Class: Shoes
Defense: 20
Weight: 0
Requires Level: 100
Usable By: All Jobs
ATK + 20
FLEE + 20
For every 3 refine levels, increases MHP + 1%.
If refined to +7, increases MHP + 5%.
If refined to +9, decreases Fixed Casting Time by 0.5 seconds.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- 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,20;
bonus bFlee,20;
.@r = getrefine();
if (.@r>=3) {
bonus bMaxHPrate,.@r/3;
}
if (.@r>=7) {
bonus bMaxHPrate,5;
}
if (.@r>=9) {
bonus bFixedCast,-500;
}