ID #470243
Armor
Two Side Diamond Boots [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 30
Weight: 800
Slots: 1
Armor level: 1
Required level: 100
Defense: 30
Weight: 800
Slots: 1
Armor level: 1
Required level: 100
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
800
Defense
30
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,15; bonus2 bSubClass,Class_Boss,5; bonus2 bSubClass,Class_Normal,5; bonus2 bSubRace,RC_Player_Doram,10; bonus2 bSubRace,RC_Player_Human,10; bonus bMaxHPrate,4*.@r; if (.@r>=5) { bonus bDelayrate,-15; bonus bAtkRate,15; bonus bMatkRate,15; if (.@r>=7) { bonus bDelayrate,-25; bonus bAtkRate,25; bonus bMatkRate,25; } }
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bMaxHPrate,4*.@r;
if (.@r>=5) {
bonus bDelayrate,-15;
bonus bAtkRate,15;
bonus bMatkRate,15;
if (.@r>=7) {
bonus bDelayrate,-25;
bonus bAtkRate,25;
bonus bMatkRate,25;
}
}