Scutum

Item ID 28903 Name Scutum
A large rectangle curved shield made from three sheets of wood glued together and covered with canvas and leather.
_______________________
FLEE +5
Perfect Dodge +1
_______________________
For each 3 Refine Levels:
Perfect Dodge +2
_______________________
Refine Level +10:
MaxHP +10%
MaxSP +10%
_______________________
Type: Shield
Defense: 1
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 10
Weapon Level 0 Identifier Scutum
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 1 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bFlee,5;
bonus bFlee2,1+(.@r/3*2);
if (.@r >= 10) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
}