
RENEWAL / ITEMS
Overwelm Vit Armor [1]
#15347Armor
Overwhelm_Vit_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight200
Buy price0 z
Sell price0 z
DEF120
Slots1
Required level1
Armor level1
Description
Black armor with power of vital.
ATK + 50.
MHP +2% per 3 refine rates.
If refined to +7 or higher, pierces 30% of physical DEF on Brute, Demon.
If refined to +9 or higher, increases physical damage dealt to Brute, Demon by 10%.
If refined to +11 or higher, increases physical damage dealt to Wind, Earth by 10%.
When equipped with Temporal Vit Boots[1] or Modified Vit Boots[1],
MHP + 10%.
If the sum of refine rate is 21 or higher,
Pierces additional 20% of physical DEF on Brute, Demon type monsters.
Class: Equipment
Position: Armor
DEF : 120
Weight: 200
Required Level : 1
Usable By: All Jobs
Item Move Restrictions:
Drop
NPC Sale
RODEX
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,50;
if (.@r > 2)
bonus bMaxHPrate,.@r/3*2;
if (.@r > 6) {
bonus2 bIgnoreDefRaceRate,RC_Brute,30;
bonus2 bIgnoreDefRaceRate,RC_Demon,30;
}
if (.@r > 8) {
bonus2 bAddRace,RC_Brute,10;
bonus2 bAddRace,RC_Demon,10;
}
if (.@r > 10) {
bonus2 bAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Wind,10;
}