Artwork unavailable
RENEWAL / ITEMS
Fighter's Cloak [1]
#480671Armor
aegis_480671
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF35
Slots1
Required level250
Armor level2
No description is available. Available 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 bAtkRate,5;
bonus bNonCritAtkRate,5*(.@r/2);
bonus bBaseAtk,25*(.@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 bLongAtkRate,15;
bonus bShortAtkRate,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,7;
bonus bBaseAtk,15;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bPow,5;
bonus bCon,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bNonCritAtkRate,15;
bonus bPAtk,7;
}
}
}
}
Equipment sets
Set 1
Set effect
bonus bNonCritAtkRate,15;
bonus bPAtk,5;
if (getenchantgrade(EQI_HEAD_TOP)>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,10;
}





