Frontier Spell (Physical Force)

Item ID 313846 Name Frontier Spell (Physical Force)
ATK +10, ATK +1%, P.ATK +1.
_______________________
Refine Level +7:
ATK +10, ATK +1%.
_______________________
Refine Level +9:
ATK +15, ATK +2%.
Weapon Level 0 Identifier Ch01_2_P_F
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
.@r = getrefine();
bonus bPAtk,1;
bonus bAtkRate,1;
bonus bBaseAtk,10;
if (.@r>=7) {
   bonus bAtkRate,1;
   bonus bBaseAtk,10;
   if (.@r>=9) {
      bonus bAtkRate,2;
      bonus bBaseAtk,15;
   }
}