
RENEWAL / ITEMS
Upgrade Part - Plate
#15111Armor
Upgrade_Part_Plate
TypeArmor
Equipment positionArmor
GenderBoth
Weight300
Buy price10 z
Sell price5 z
DEF110
Required level100
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: 100
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
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
bonus bUnbreakableArmor;
bonus2 bSubSize,Size_Small,10;
bonus2 bSubSize,Size_Medium,10;
.@r = getrefine();
if (.@r>=7) {
bonus2 bSubSize,Size_Large,10;
}
if (.@r>=9) {
bonus2 bSubSize,Size_Small,5;
bonus2 bSubSize,Size_Medium,5;
}