ID #20925
Armor
Commander Manteau [1]
Buy Price: N/A
Sell Price: N/A
A cloak made for the purpose of taking command on the battlefield.
It is made of a fairly durable material so that you can take command even at the forefront.
_______________________
MDEF +10
_______________________
ATK +10, MATK +10
_______________________
MaxHP +3%, MaxSP +3%
_______________________
Decreases damage taken from Players by 5%.
_______________________
Refine Level +5:
ATK +20, MATK +20
MaxHP +7%, MaxSP +7%
_______________________
Refine Level +7:
ATK +30, MATK +30
MaxHP +10%, MaxSP +10%
_______________________
When equipped with Heroic Ungoliant Boots:
VIT +10, LUK +10
Decreases SP Consumption by 10%.
Increases Healing skills effectiveness by 20%.
Decreases damage taken from Players by additional 5%.
_______________________
When equipped with Heroic Silver Fox Leather Boots:
STR +10, DEX +10
Decreases After Skill Delay by 20%.
Decreases damage taken from Players by additional 5%.
_______________________
When equipped with Heroic Nepenthes Shoes:
AGI +10, INT +10
Decreases Variable Casting Time by 10%.
Decreases damage taken from Players by additional 5%.
_______________________
Type: Garment
Defense: 16
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 165
It is made of a fairly durable material so that you can take command even at the forefront.
_______________________
MDEF +10
_______________________
ATK +10, MATK +10
_______________________
MaxHP +3%, MaxSP +3%
_______________________
Decreases damage taken from Players by 5%.
_______________________
Refine Level +5:
ATK +20, MATK +20
MaxHP +7%, MaxSP +7%
_______________________
Refine Level +7:
ATK +30, MATK +30
MaxHP +10%, MaxSP +10%
_______________________
When equipped with Heroic Ungoliant Boots:
VIT +10, LUK +10
Decreases SP Consumption by 10%.
Increases Healing skills effectiveness by 20%.
Decreases damage taken from Players by additional 5%.
_______________________
When equipped with Heroic Silver Fox Leather Boots:
STR +10, DEX +10
Decreases After Skill Delay by 20%.
Decreases damage taken from Players by additional 5%.
_______________________
When equipped with Heroic Nepenthes Shoes:
AGI +10, INT +10
Decreases Variable Casting Time by 10%.
Decreases damage taken from Players by additional 5%.
_______________________
Type: Garment
Defense: 16
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 165
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
20
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMdef,10; bonus bBaseAtk,10; bonus bMatk,10; bonus2 bSubRace,RC_Player_Human,3; if (.@r>=5) { bonus bBaseAtk,20; bonus bMatk,20; bonus bMaxHPrate,7; bonus bMaxSPrate,7; } if (.@r>=7) { bonus bBaseAtk,30; bonus bMatk,30; bonus bMaxHPrate,10; bonus bMaxSPrate,10; }
.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMdef,10;
bonus bBaseAtk,10;
bonus bMatk,10;
bonus2 bSubRace,RC_Player_Human,3;
if (.@r>=5) {
bonus bBaseAtk,20;
bonus bMatk,20;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
}
if (.@r>=7) {
bonus bBaseAtk,30;
bonus bMatk,30;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}