Fallen Warrior Manteau
20748 Manteau_Of_Fallen
A legendary cloak worn by those who fought bravely and died in battle.
Base STR at least 90:
ATK +10
For each Refine Level:
ATK +2
Base INT at least 90:
MATK +20
For each Refine Level:
MATK +3
Base VIT at least 90:
Decreases damage taken from Neutral elemental attacks by 3%.
Refine Level +8:
Decreases damage taken from Neutral elemental attacks by 3%.
Refine Level +10:
Decreases damage taken from Neutral elemental attacks by 4%.
Base AGI at least 90:
Increases Attack Speed (decreases After Attack Delay by 3%).
For each 2 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 1%).
Refine Level +10:
ASPD +1
Base DEX at least 90:
Increases Ranged Physical Damage by 3%.
For each 2 Refine Levels:
Increases Ranged Physical Damage by 1%.
Base LUK at least 90:
Increases Critical Damage by 5%.
For each Refine Level:
Increases Critical Damage by 1%.
Type: Garment
Defense: 20
Weight: 60
Armor Level: 1
Requirement:
Base Level 120
Información adicional
- Precio de compra
- 10 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus bAgi,5;
bonus bFlee,10;
if (readparam(bStr)>=90)
bonus bBaseAtk,10+(.@r*2);
if (readparam(bInt)>=90)
bonus bMatk,20+(.@r*3);
if (readparam(bVit)>=90)
bonus2 bSubEle,Ele_Neutral,3+((.@r>=8)?3:0)+((.@r>=10)?4:0);
if (readparam(bAgi)>=90) {
bonus bAspdRate,3+(.@r/2);
bonus bAspd,((.@r>=10)?1:0);
}
if (readparam(bDex)>=90)
bonus bLongAtkRate,3+(.@r/2);
if (readparam(bLuk)>=90)
bonus bCritAtkRate,5+.@r;