
RENEWAL / ITEMS
Prana Boots [1]
#470206Armor
Prana_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF50
Slots1
Required level100
Armor level1
Description
Shoes that amplify the life energy that resides in all living things.
------------------------
Reduce damage taken from demihuman monsters (except players) by 5%.
------------------------
Increase recovery rate of received healing and recovery items by 30%.
------------------------
For every refine level, MHP + 1000, INT + 3, DEX + 3.
------------------------
When refined to +9 or higher, additional MHP + 15%, DEF + 100, reduce damage taken from Players by 10%.
------------------------
When refined to +11 or higher, additional MHP + 15%, additional DEF + 100, reduce damage taken from normal and boss monsters by 5%.
------------------------
Type : Shoes
Def : 50
Weight : 100
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,15;
bonus2 bSubRace,RC_DemiHuman,5;
bonus bHealPower2,30;
bonus bAddItemHealRate,30;
bonus bInt,3*.@r;
bonus bDex,3*.@r;
bonus bMaxHP,1000*.@r;
if (.@r>=5) {
bonus bDef,100;
bonus bMaxHPrate,15;
bonus2 bSubRace,RC_Player_Human,10;
}
if (.@r>=7) {
bonus bDef,100;
bonus bMaxHPrate,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
}