Hero Plate

Item ID 15093 Name Hero Plate
Honorable plate given to those who fought Satan Morocc. There is strong power that protects this plate.
_______________________
MaxHP +5%
MaxSP +5%
ATK +10
MATK +10
HIT +10
FLEE +10
MDEF +5
_______________________
Increases damage of Banishing Point by 10%.
_______________________
Increases damage of Storm Blast by 10%.
_______________________
Random chance to auto-cast Level 10 Heal or Level 10 Stormgust when dealing physical damage.
chance is increased with a higher Refine Level.
_______________________
Type: Armor
Defense: 120
Weight: 400
Armor Level: 1
_______________________
Requirement:
Base Level 160
Rune Knight and Royal Guard
Weapon Level 0 Identifier Hero_Plate
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 120 Equippable Jobs Swordman, Knight, Crusader
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 400 Min Equip Level 160
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bMdef,5;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMatk,10;
bonus bBaseAtk,10;
bonus bHit,10;
bonus bFlee,10;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",10;
bonus2 bSkillAtk,"RK_STORMBLAST",10;
.@r = (getrefine()+1)*3;
bonus5 bAutoSpell,"AL_HEAL",10,.@r,BF_SHORT,0;
bonus5 bAutoSpell,"WZ_STORMGUST",10,.@r,BF_SHORT,1;

Set Script
Brooch of Hero
Hero Plate
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus5 bAutoSpell,"AL_HEAL",10,-(50+.@r),BF_SHORT,0;
bonus5 bAutoSpell,"WZ_STORMGUST",10,-(50+.@r),BF_SHORT,1;
bonus2 bSkillAtk,"RK_STORMBLAST",5*.@r;
bonus2 bSkillAtk,"LG_BANISHINGPOINT",5*.@r;