0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #311043 Card

Gale Storm Tuning Device

Buy Price: N/A Sell Price: N/A
Increases damage of Gale Storm by 5%.
_______________________
[Bonus by Weapon Grade]
[Grade D]: Damage of Gale Storm +3%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Gale Storm +4%.
[Grade A]: Damage of Gale Storm +6%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus2 bSkillAtk,"WH_GALESTORM",5; if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WH_GALESTORM",3; if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"WH_GALESTORM",4; if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"WH_GALESTORM",6; } } } }
.@g = getenchantgrade();
bonus2 bSkillAtk,"WH_GALESTORM",5;
if (.@g >= ENCHANTGRADE_D) {
  bonus2 bSkillAtk,"WH_GALESTORM",3;
  if (.@g >= ENCHANTGRADE_C) {
    bonus2 bAddSize,Size_All,10;
    if (.@g >= ENCHANTGRADE_B) {
      bonus2 bSkillAtk,"WH_GALESTORM",4;
      if (.@g >= ENCHANTGRADE_A) {
        bonus2 bSkillAtk,"WH_GALESTORM",6;
      }
    }
  }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.