ID #311330
Card
Glacier Magic Orb (Grenade)
Buy Price: N/A
Sell Price: N/A
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 5%.
_______________________
Refine Level +9:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 10%.
_______________________
For each 4 Refine Levels:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 5%.
_______________________
Refine Level +9:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"NW_BASIC_GRENADE",10+5*(.@r/4); bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10+5*(.@r/4); bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"NW_BASIC_GRENADE",10; bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10; bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10; }
.@r = getrefine();
bonus2 bSkillAtk,"NW_BASIC_GRENADE",10+5*(.@r/4);
bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10+5*(.@r/4);
bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10+5*(.@r/4);
if (.@r>=9) {
bonus2 bSkillAtk,"NW_BASIC_GRENADE",10;
bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10;
bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10;
}