Viewing Item

#312065: Glacier Flower Meow Power (Marksman)

Item ID 312065 Name Glacier Flower Meow Power (Marksman)
Weapon Level 0 Identifier Ice_C_Orb_Ran2
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 Not For Sale Trade restriction None
ATK +5%, ATK +75
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Ranged Physical Damage +5%
[Grade C]: Ranged Physical Damage +5%

  Script
Item
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=7) {
   bonus bLongAtkRate,5;
   if (.@r>=9) {
      bonus bLongAtkRate,5;
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,5;
   }
}
Equip
None
Unequip
None

Set Script
Issgard Crystal (Marksman)
Glacier Flower Meow Power (Marksman)
bonus bLongAtkRate,5;
Issgard Crystal (Executioner)
Glacier Flower Meow Power (Marksman)
bonus bLongAtkRate,8;