Triangle Rune Cap

Item ID 5682 Name Triangle Rune Cap
A fluffy big red hat that made with rune of magic.
_______________________
INT +1
_______________________
Increases recovery amount gained from Healing skills by 2%.
_______________________
Adds a chance of reflecting magical attack with 40% chance for 2 seconds when receiving magical attack
_______________________
Refine Level +7:
MATK +10
Increases the reflect chance by 60%.
_______________________
Type: Headgear
Defense: 5
Position: Upper
Weight: 30
Armor Level: 1
_______________________
Requirement: None
Weapon Level 0 Identifier Triangle_Rune_Cap
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 5 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus bInt,1;
bonus bHealPower,2;
if (getrefine() > 6) {
   bonus bMatk,10;
   bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,150,BF_MAGIC,0;
}
else {
   bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,150,BF_MAGIC,0;
}