Hero Judgement Shawl

Item ID 15095 Name Hero Judgement Shawl
Honorable robe given to those who fought Satan Morocc. The robe is enhanced with powers to increase concentration and spirit, occasionally it will release unpredictable attacks.
_______________________
MaxHP +5%
MaxSP +5%
ATK +10
MATK +10
HIT +10
FLEE +10
_______________________
Increases damage of Dragon Combo, Sky Net Blow and Earth Shaker by 10%.
_______________________
Increases damage of Judex and Adoramus by 10%.
_______________________
Random chance to auto-cast Level 1 Lex Aeterna on attacker when wearer attacked by magical attack.
chance is increased with a higher Refine Level.
_______________________
Random chance to auto-cast Level 10 Kyrie Eleison on wearer when wearer attacked by physical attack.
chance is increased with a higher Refine Level.
_______________________
Type: Armor
Defense: 77
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 160
Archbishop and Sura
Weapon Level 0 Identifier Hero_Judgement_Shawl
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 77 Equippable Jobs Acolyte, Priest, Monk
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 50 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 bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMatk,10;
bonus bBaseAtk,10;
bonus bHit,10;
bonus bFlee,10;
bonus2 bSkillAtk,"AB_JUDEX",10;
bonus2 bSkillAtk,"AB_ADORAMUS",10;
bonus2 bSkillAtk,"SR_DRAGONCOMBO",10;
bonus2 bSkillAtk,"SR_SKYNETBLOW",10;
bonus2 bSkillAtk,"SR_EARTHSHAKER",10;
.@r = getrefine()+1;
bonus5 bAutoSpell,"PR_KYRIE",10,.@r*3,BF_SHORT,0;
bonus5 bAutoSpell,"PR_LEXAETERNA",1,.@r*6,BF_MAGIC,1;

Set Script
Brooch of Hero
Hero Judgement Shawl
.@r = getequiprefinerycnt(EQI_ARMOR);
bonus5 bAutoSpell,"PR_KYRIE",10,-(50+.@r),BF_SHORT,0;
bonus2 bSkillAtk,"AB_JUDEX",5*.@r;
bonus2 bSkillAtk,"AB_ADORAMUS",5*.@r;
bonus2 bSkillAtk,"SR_DRAGONCOMBO",5*.@r;
bonus2 bSkillAtk,"SR_SKYNETBLOW",5*.@r;
bonus2 bSkillAtk,"SR_EARTHSHAKER",5*.@r;