
RENEWAL / ITEMS
Illusion Goibne's Greaves [1]
#22192Armor
Goibne_Boots_IL
TypeArmor
Equipment positionFootgear
GenderBoth
Weight120
Buy price0 z
Sell price0 z
DEF42
Slots1
Required level130
Armor level1
Description
MHP + 5%, MSP + 5%.
------------------------
When refined to +7 or higher, reduce variable casting time by 5%.
------------------------
When refined to +9 or higher, increase long ranged physical damage by 10%.
------------------------
Type : Shoes
Def : 42
Weight : 120
Required Level : 130
Class : All Jobs except Novice
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
- Novice
- No
- Super Novice
- No
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
if (.@r >= 7) {
bonus bVariableCastrate,-5;
if (.@r >= 9) {
bonus bLongAtkRate,10;
}
}