
RENEWAL / ITEMS
Chrome Metal Plate [1]
#450220Armor
Chrome_Plate_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level99
Armor level1
Description
Armor that shines in cold colors made of bradium, a mineral from another world.
It is imbued with the power of a god, and there are traces of it being used in a ritual somewhere, but the name of the god believed in is unknown.
------------------------
Increases Physical/Magical damage to Insect type monsters + 40%.
Resistance to water property attacks +20%.
------------------------
For every refine level, resistance to Insect monster +1%, resistance to Holy property monster +3%.
When refined to +8 or higher, immune to sleep, and Armor will be indestructible.
When refined to +9 or higher, immune to knockback, and Resistance to Acid Terror skill + 80%.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 99
Class : All Jobs
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 bAspdRate,10;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSubRace,RC_Player_Doram,7;
bonus bDef,30*.@r;
bonus bMdef,3*.@r;
if (.@r>=6) {
bonus bAtkRate,15;
bonus bMatkRate,15;
}
if (.@r>=8) {
bonus bAtkRate,15;
bonus bMatkRate,15;
}