Artwork unavailable
RENEWAL / ITEMS
Champion's Cloak [1]
#480672Armor
aegis_480672
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF35
Slots1
Required level250
Armor level2
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
.@g = getenchantgrade();
.@r = getrefine();
bonus bPAtk,12;
bonus bMaxHPrate,5+(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus2 bAddSize,Size_All,4*(.@r/3);
if (.@r>=7) {
bonus bPAtk,7;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
bonus bDelayrate,-10;
if (.@r>=11) {
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,7;
bonus bBaseAtk,15;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus bMaxHPrate,2;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bShortAtkRate,15;
bonus bLongAtkRate,15;
bonus bMaxHPrate,5;
}
}
}
}