Anger of the Brave

Item ID 29140 Name Anger of the Brave
Random chance to transform into Fallen Orc Hero for 5 seconds when recieving physical damage.
_______________________
During transformation:
Random chance to auto-cast Level 3 Earth Quake around yourself when recieving physical damage.
_______________________
When equipped with Orcish Axe and Orcish Sword:
Random chance to auto-cast Soul Destroyer, skill level is based on your learned level, on your enemy when recieving physical damage.

For each 2 Refine Levels of Orcish Axe and Orcish Sword:
ATK +15
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Total Refine Level of Orcish Axe and Orcish Sword is +20 or higher:
Prevents Stun status.
Weapon Level 0 Identifier Orcish_Hero_Of_Anger
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
autobonus "{ bonus3 bAutoSpell,\"NPC_EARTHQUAKE\",3,1000; }",8,5000,BF_WEAPON,"{ active_transform 1850,5000; }";

Set Script
Anger of the Brave
Orcish Axe
Orcish Sword
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
   bonus2 bResEff,Eff_Stun,10000;
Anger of the Brave
Orcish Axe
Orcish Sword
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
   bonus2 bResEff,Eff_Stun,10000;
Anger of the Brave
Orcish Axe
Orcish Sword
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
   bonus2 bResEff,Eff_Stun,10000;
Anger of the Brave
Orcish Axe
Orcish Sword
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
   bonus2 bResEff,Eff_Stun,10000;