Glacier Magic Orb (Kunai Explosion)

Item ID 311258 Name Glacier Magic Orb (Kunai Explosion)
Increases damage of Kunai Splash and Kunai Explosion by 20%.
_______________________
For each 3 Refine Levels:
Increases damage of Kunai Splash and Kunai Explosion by additional 10%.
_______________________
Refine Level +9:
Increases damage of Kunai Splash and Kunai Explosion by additional 20%.
_______________________
Refine Level +11:
Increases damage of Kunai Splash and Kunai Explosion by additional 20%.
Weapon Level 0 Identifier Glacier_F_Orb_67
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();
bonus2 bSkillAtk,"KO_HAPPOKUNAI",20+10*(.@r/3);
bonus2 bSkillAtk,"KO_BAKURETSU",20+10*(.@r/3);
if (.@r>=9) {
  bonus2 bSkillAtk,"KO_HAPPOKUNAI",20;
  bonus2 bSkillAtk,"KO_BAKURETSU",20;
  if (.@r>=11) {
    bonus2 bSkillAtk,"KO_HAPPOKUNAI",20;
    bonus2 bSkillAtk,"KO_BAKURETSU",20;
  }
}