Excelion Shield

Item ID 28941 Name Excelion Shield
A shield made from lost technology found in the research building ruins.
_______________________
MaxHP +5%
MaxSP +5%
MDEF +5
_______________________
Base Level at least 130:
MaxHP +5%
MaxSP +5%
_______________________
For each 3 Refine Levels:
ATK +30
MATK +30
_______________________
Type: Shield
Defense: 150
Weight: 95
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Excelion_Shield
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 95 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 120 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,5;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus bBaseAtk,30*(.@r/3);
bonus bMatk,30*(.@r/3);
if (readparam(BaseLevel)>=130) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,5;
}