Item Details

Hero's Grace [1] ( Hero_Favor )

ID 480291 Hero's Grace [1]
Hero's Grace [1] Buy Price: zeny Sell Price: 0 zeny Weight: 20 Slots: 1
Type: Armor/Garment/Boots/Headgear/Accessory item. Sub Type: Not specified Gender: Both Locations: Garment/Robe
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: 1 Min. Equip Level: 100 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

A Manteau worn by the legendary hero.
You can feel a mysterious power when wearing it.
------------------------
MHP + 3000, MSP + 200.
------------------------
When Base Level is 200 or higher, S.MATK + 1, RES + 7, MRES + 7.
------------------------
For every 10 Base Level when Base Level is 200 or higher, additional S.MATK + 1, RES + 5, MRES + 5.
------------------------
For every 2 refine level, MATK + 10.
------------------------
For every 3 refine level, MATK + 2%.
------------------------
When refined to +7 or higher, reduce Variable Casting Time by 10%.
------------------------
When refined to +9 or higher, increase magic damage against all size monsters by 10%.
------------------------
When refined to +11 or higher, reduce After Cast Delay by 10%.
------------------------
When refined to +13 or higher, increase magic damage against all race monsters by 15%.
------------------------
Set Bonus:
Hero's Grace [1]
Ancient Hero Boots [1]

Reduce Fixed Casting Time by 0.2 seconds.
MATK + 40.
------------------------
Set Bonus:
Hero's Grace [1]
Great Hero's Boots [1]

Reduce Fixed Casting Time by 0.2 seconds.
MATK + 60.
------------------------
Set Bonus:
Hero's Grace [1]
Hero Boots-LT [1]

When Shoes is refined to +13 or higher,
Reduce Fixed Casting Time by 0.2 seconds.
MATK + 150, MATK + 18%, S.MATK + 8.
------------------------
Type : Garment
Def : 0
Weight : 20
Armor Level : 1
Required Level : 100
Class : All Jobs

All

Not specified

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@r = getrefine();
bonus bMaxHP,3000;
bonus bMaxSP,200;
bonus bSMatk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bMatk,10*(.@r/2);
bonus bMatkRate,2*(.@r/3);
if (BaseLevel>=200) {
   bonus bSMatk,1;
   bonus bRes,7;
   bonus bMRes,7;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
       bonus2 bMagicAddSize,Size_All,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus2 bMagicAddRace,RC_All,15;
           }
       }
   }
}
Not specified
Not specified

Not specified

Not specified