Odin's Blessing [1]
ID: 2353 · Odins_Blessing
NPC Sell:
15.0K
NPC Buy:
30.0K
Item Info
| Type | Armor |
| Weight | 250 |
| Slots | 1 |
| DEF | 6 |
| Equip Level | 65 |
| Equip | Armor |
| NPC Buy | 30,000z |
| NPC Sell | 15,000z |
Description
The main component of the Hermod Armor set.
Class: Armor
Defense: 6
Weight: 250
Level Requirement: 65
Jobs: All except Novice
Script
Combo (Stone_Buckler + Odins_Blessing + Magni_Cap):
bonus bStr, 2;
bonus bDef, 5;
bonus bMdef, 5;
if (BaseClass == Job_Swordman)
bonus bDef, 6;
Combo (Valkyrjas_Shield + Odins_Blessing + Fricca_Circlet):
bonus bDef, 2 - getequiprefinerycnt(EQI_HAND_L) - getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMdef, 5 + getequiprefinerycnt(EQI_HAND_L) + getequiprefinerycnt(EQI_HEAD_TOP);
Combo (Valkyrjas_Shield_C + Odins_Blessing + Fricca_Circlet):
bonus bDef, 2 - getrefine() - getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMdef, 5 + getrefine() + getequiprefinerycnt(EQI_HEAD_TOP);
Combo (Odins_Blessing + Fricco_Shoes + Falcon_Robe):
bonus bAgi, 3;
bonus bMaxHPrate, 5;
bonus bMaxSPrate, 5;
Combo (Odins_Blessing + Vidars_Boots + Valis_Manteau):
bonus bVit, 5;
bonus bHPrecovRate, 10;
bonus bSPrecovRate, 10;
Combo (Odins_Blessing + Ulle_Cap):
if (readparam(bDex) > 69)
bonus bUseSPrate, -10;
Combo (Odins_Blessing + Ulle_Cap_I):
if (readparam(bDex) > 69)
bonus bUseSPrate, -10;
No known monster drops for this item.