
RENEWAL / ITEMS
Mighty Black Threaded Armor [1]
#15283Armor
Armor_of_Rosary
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price20 z
Sell price10 z
DEF60
Slots1
Required level100
Armor level1
Description
An armor that enhances the user, allowing them to crush their enemies. It was buried with it's previous master.
Class: Armor
Defense: 60
Weight: 80
Requires Level: 100
Usable By: All Jobs
ATK + 10
Bypass 10% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
If upgrade level is +7 or higher,
Additional ATK + 20
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
If upgrade level is +8 or higher,
Additional ATK + 20
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
This item is indestructible in battle.
If upgrade level is +9 or higher,
Additional ATK + 30
Bypass an additional 20% of hard defense of normal monsters, boss monsters and players when performing a physical attack.
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,10;
bonus2 bIgnoreDefRaceRate,RC_All,10;
if (.@r>=7) {
bonus bBaseAtk,20;
bonus2 bIgnoreDefRaceRate,RC_All,20;
}
if (.@r>=8) {
bonus bBaseAtk,20;
bonus2 bIgnoreDefRaceRate,RC_All,20;
bonus bUnbreakableArmor;
}
if (.@r>=9) {
bonus bBaseAtk,30;
bonus2 bIgnoreDefRaceRate,RC_All,20;
}