ID #480291
Armor
Heroic Favor Cloak [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 200
Slots: 1
Armor level: 1
Required level: 100
Weight: 200
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
200
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHP,3000; bonus bMaxSP,200; bonus bSMatk,BaseLevel/10; bonus bRes,5*(BaseLevel/10); bonus bMRes,5*(BaseLevel/10); bonus bMatk,10*(.@r/2); bonus bMatkRate,2*(.@r/3); if (BaseLevel>=200) { bonus bSMatk,1; bonus bRes,7; bonus bMRes,7; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,10; if (.@r>=11) { bonus bDelayrate,-10; if (.@r>=13) { bonus2 bMagicAddRace,RC_All,15; } } } }
.@r = getrefine();
bonus bMaxHP,3000;
bonus bMaxSP,200;
bonus bSMatk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bMatk,10*(.@r/2);
bonus bMatkRate,2*(.@r/3);
if (BaseLevel>=200) {
bonus bSMatk,1;
bonus bRes,7;
bonus bMRes,7;
}
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bMagicAddSize,Size_All,10;
if (.@r>=11) {
bonus bDelayrate,-10;
if (.@r>=13) {
bonus2 bMagicAddRace,RC_All,15;
}
}
}
}