Commander Manteau

Item ID 20925 Name Commander Manteau
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
Weapon Level 0 Identifier Commander_manteau_J
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item 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;
}

Set Script
Commander Manteau
Heoric Nepenthes Shoes
bonus bAgi,10;
bonus bInt,10;
bonus bVariableCastrate,-10;
bonus2 bSubRace,RC_Player_Human,5;
Commander Manteau
Heroic Silver Fox Leather Boots
bonus bStr,10;
bonus bDex,10;
bonus bDelayrate,-20;
bonus2 bSubRace,RC_Player_Human,5;
Commander Manteau
Heroic Ungoliant Upgrade Boots
bonus bVit,10;
bonus bLuk,10;
bonus bHealPower,20;
bonus2 bSubRace,RC_Player_Human,5;
bonus bUseSPrate,-10;