
RENEWAL / ITEMS
Vohu Manah [1]
#450372Armor
Vohu_Manah
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bUnbreakableArmor;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus bMaxHPrate,5*.@r;
bonus bMaxSPrate,5*.@r;
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
if (.@r>=9) {
bonus2 bAddSize,Size_All,25;
bonus2 bMagicAddSize,Size_All,25;
bonus2 bSubRace,RC_Demon,15;
bonus2 bSubRace,RC_Undead,15;
}
}