Poenitentia Aegis

Item ID 460013 Name Poenitentia Aegis
A shield with regrets that couldn't be kept.
_______________________
MaxHP +5%
MaxSP +5%
_______________________
For each 3 Refine Levels:
DEF +50, MDEF +10
_______________________
[Bonus by Grade]
[Grade D]: Increases damage of Shield Shooting by 5%.
[Grade C]: Increases damage of Shield Shooting by 8%.
[Grade B]: Increases damage of Shield Shooting by 15, POW +1, SPL +1
_______________________
When equipped with Poenitentia Gladius or Poenitentia Asta:
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases damage taken from against enemies of all elements by 10%.
_______________________
Type: Shield
Defense: 120
Weight: 150
Armor Level: 2
_______________________
Requirement:
Base Level 230
Imperial Guard
Weapon Level 0 Identifier Poenetentia_Aegis
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 120 Equippable Jobs Crusader
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 150 Min Equip Level 230
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bMdef,10*(.@r/3);
bonus bDef,50*(.@r/3);
if (.@g >= ENCHANTGRADE_D) {
   bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",8;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPow,1;
         bonus bSpl,1;
         bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",15;
      }
   }
}

Set Script
Poenitentia Aegis
Poenitentia Gladius
bonus bAspdRate,10;
bonus2 bSubEle,Ele_All,10;
Poenitentia Aegis
Poenitentia Hasta
bonus bAspdRate,10;
bonus2 bSubEle,Ele_All,10;