
RENEWAL / ITEMS
Authority Sandals
#22214Armor
Authority_Sandals
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF10
Required level100
Armor level1
Description
Sandals given only to those who honor them.
It carries the favor of an ancient sun god, said to be the Lord of the Gods.
All Basic Status + 10.
Ignores physical and magical defense of all monsters (except players) by 50%.
------------------------
When refined to +10 or higher, additional All Basic Status + 10.
------------------------
When refined to +11 or higher, additional All Basic Status + 10.
Type : Shoes
Def : 10
Weight : 50
Required Level : 100
Class : All Jobs
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
Item effect script
.@r = getrefine();
bonus bMdef,10;
bonus bAllStats,10;
bonus2 bIgnoreDefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_All,50;
if (.@r>=7)
bonus bAllStats,10;
if (.@r>=9)
bonus bAllStats,10;