True Hunting Mail

Item ID 15246 Name True Hunting Mail
Armor awarded to the hunters who excelled at the hunting competitions as a token of gratitude from the royal family.
_______________________
MaxHP +1000
MaxSP +200
Increases Damage against monsters of Animal and Insect race by 10%.
_______________________
For each 3 Refine Levels:
MaxHP and MaxSP +1%
_______________________
When equipped with True Hunting Manteau and True Hunting Boots:
Decreases After Skill Delay by 7%.
_______________________
Refine Level of True Hunting Mail, True Hunting Manteau and True Hunting Boots each is +9 or higher:
Decreases After Skill Delay by additional 8%.
_______________________
Type: Armor
Defense: 40
Weight: 90
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier True_Hunting_Mail
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1000;
bonus bMaxSP,200;
bonus2 bAddRace,RC_Insect,10;
bonus2 bMagicAddRace,RC_Insect,10;
bonus2 bAddRace,RC_Brute,10;
bonus2 bMagicAddRace,RC_Brute,10;
bonus bMaxHPrate,(.@r/3);
bonus bMaxSPrate,(.@r/3);

Set Script
True Hunting Mail
True Hunting Manteau
True Hunting Boots
bonus bDelayrate,-7;
if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
   bonus bDelayrate,-8;
}
True Hunting Boots
True Hunting Mail
bonus bLongAtkRate,7;
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_ARMOR) >= 9) {
   bonus bCritAtkRate,10;
}