
RENEWAL / ITEMS
Upgrade Part - Plate [1]
#15344Armor
Upgrade_Part_Plate_
TypeArmor
Equipment positionArmor
GenderBoth
Weight300
Buy price25,000 z
Sell price12,500 z
DEF110
Slots1
Required level130
Armor level1
Description
Designed to be worn over the frames of Madogears for enhanced Defense, this part is easy to assemble and disassemble.
Class: Armor
Defense: 110
Property: Neutral
Weight: 300
Requires Level: 130
Usable By: Mechanic
Reduces damage taken from Small and Medium size enemies by 10%.
If upgrade level is +7 or higher, Reduces damage taken from Large size enemies by 10%.
If upgrade level is +9 or higher, Reduces damage taken from Small and Medium size enemies by an additional 5%.
This item is indestructible in battle.
Set Bonus
Upgrade Part - Plate [1]
Upgrade Part - Engine [1]
Upgrade Part - Booster [1]
Upgrade Part - Gun Barrel [1]
Increases the damage of Arm Cannon by 50%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Blacksmith
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@val = 10;
if (.@r>6) {
bonus2 bSubSize,Size_Large,10;
if (.@r>8) {
.@val += 5;
}
}
bonus2 bSubSize,Size_Small,.@val;
bonus2 bSubSize,Size_Medium,.@val;