ID #311145
Card
Ice Magic Orb (Vulkan Boomerang)
Buy Price: N/A
Sell Price: N/A
Increases damage of Vulcan Arm and Axe Boomerang by 15%.
_______________________
Refine Level +7:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +9:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +11:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
Decreases Axe Boomerang skill cooldown by 2 seconds.
_______________________
Refine Level +7:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +9:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
_______________________
Refine Level +11:
Increases damage of Vulcan Arm and Axe Boomerang by additional 15%.
Decreases Axe Boomerang skill cooldown by 2 seconds.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=11) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; bonus2 bSkillAtk,"MT_TRIPLE_LASER",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
bonus2 bSkillAtk,"NC_VULCANARM",15;
if (.@r>=7) {
bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
bonus2 bSkillAtk,"NC_VULCANARM",15;
if (.@r>=9) {
bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
bonus2 bSkillAtk,"NC_VULCANARM",15;
if (.@r>=11) {
bonus2 bSkillAtk,"NC_AXEBOOMERANG",15;
bonus2 bSkillAtk,"NC_VULCANARM",15;
bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000;
bonus2 bSkillAtk,"MT_TRIPLE_LASER",15;
}
}
}