Royal Hunting Manteau A-type

Item ID 480510 Name Royal Hunting Manteau A-type
An manteau crafted for efficient hunting by hunters participating in hunting competitions.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When enchanted with Royal Hunting Boots Type A:
Increases Physical Damage by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 70
Weight: 90
Armor Level: 1
_______________________
Requirement:
Base Level 115
Weapon Level 0 Identifier Royal_H_Manteau_A
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 115
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+100*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,5;
}

Set Script
Royal Hunting Mail A-type
Royal Hunting Manteau A-type
bonus bDelayrate,-10;
bonus bBaseAtk,50;
Royal Hunting Manteau A-type
Royal Hunting Boots A-type
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus bVariableCastrate,-10;