ID #15442
Armor
Fierce Physique Manteau [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Defense: 10
Slots: 1
Armor level: 1
Required level: 70
Defense: 10
Slots: 1
Armor level: 1
Required level: 70
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Defense
10
Requirements
Armor Level
1
Min Level
70
Scripts
Script .@r = getrefine(); bonus bBaseAtk,2; bonus bMdef,5; bonus bVit,1; if (.@r>=5) { bonus bDef,5; bonus bMaxHP,50; } if (.@r>=7) { bonus bDef,7; bonus bMaxHP,70; } if (.@r>=9) { bonus bDef,9; bonus bMaxHP,90; } if (.@r>=10) { bonus bBaseAtk,3; bonus2 bSubEle,Ele_Neutral,3; }
.@r = getrefine();
bonus bBaseAtk,2;
bonus bMdef,5;
bonus bVit,1;
if (.@r>=5) {
bonus bDef,5;
bonus bMaxHP,50;
}
if (.@r>=7) {
bonus bDef,7;
bonus bMaxHP,70;
}
if (.@r>=9) {
bonus bDef,9;
bonus bMaxHP,90;
}
if (.@r>=10) {
bonus bBaseAtk,3;
bonus2 bSubEle,Ele_Neutral,3;
}