Issgard Crystal (Marksman)

Item ID 312312 Name Issgard Crystal (Marksman)
ATK +30.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Ranged Physical Damage +2%, ATK +5.
[Grade C]: Ranged Physical Damage +2%, ATK +5.
[Grade B]: Ranged Physical Damage +2%, ATK +5.
[Grade A]: Ranged Physical Damage +2%, ATK +5.
_______________________
When equipped with Glacier Flower Meow Power(Marksman):
Increases Ranged Physical Damage by additional 5%.
_______________________
When equipped with Glacier Flower Meow Power(Firing Shot):
P.ATK +5, POW +7, CON +7.
Weapon Level 0 Identifier Isgard_2_Ranger2
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
.@g = getenchantgrade();
bonus bBaseAtk,30;
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,2;
   bonus bBaseAtk,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,2;
      bonus bBaseAtk,5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bLongAtkRate,2;
         bonus bBaseAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bLongAtkRate,2;
            bonus bBaseAtk,5;
         }
      }
   }
}

Set Script
Issgard Crystal (Marksman)
Glacier Flower Meow Power (Marksman)
bonus bLongAtkRate,5;
Issgard Crystal (Marksman)
Glacier Flower Meow Power (Firing Shot)
bonus bPAtk,5;
bonus bPow,7;
bonus bCon,7;