Artwork unavailable
RENEWAL / ITEMS
Heroic Valor Cloak [1]
#480292Armor
Hero_Courage
TypeArmor
Equipment positionGarment
GenderBoth
Weight20
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,3000;
bonus bMaxSP,200;
bonus bPAtk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bBaseAtk,10*(.@r/2);
bonus bAtkRate,2*(.@r/3);
if (BaseLevel>=200) {
bonus bPAtk,1;
bonus bRes,7;
bonus bMRes,7;
}
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus2 bAddSize,Size_All,10;
if (.@r>=11) {
bonus bDelayrate,-10;
if (.@r>=13) {
bonus2 bAddRace,RC_All,15;
}
}
}
}