ID #311146
Card
Ice Magic Orb (Tornado Swing)
Buy Price: N/A
Sell Price: N/A
Increases damage of Axe Tornado and Power Swing by 15%.
_______________________
Refine Level +7:
Increases damage of Axe Tornado and Power Swing by additional 15%.
_______________________
Refine Level +9:
Increases damage of Axe Tornado and Power Swing by additional 15%.
_______________________
Refine Level +11:
Increases damage of Axe Tornado and Power Swing by additional 15%.
Increases damage of Axe Stomp by 15%.
_______________________
Refine Level +7:
Increases damage of Axe Tornado and Power Swing by additional 15%.
_______________________
Refine Level +9:
Increases damage of Axe Tornado and Power Swing by additional 15%.
_______________________
Refine Level +11:
Increases damage of Axe Tornado and Power Swing by additional 15%.
Increases damage of Axe Stomp by 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; if (.@r>=11) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; bonus2 bSkillAtk,"MT_AXE_STOMP",15; bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"NC_AXETORNADO",15;
bonus2 bSkillAtk,"NC_POWERSWING",15;
if (.@r>=7) {
bonus2 bSkillAtk,"NC_AXETORNADO",15;
bonus2 bSkillAtk,"NC_POWERSWING",15;
if (.@r>=9) {
bonus2 bSkillAtk,"NC_AXETORNADO",15;
bonus2 bSkillAtk,"NC_POWERSWING",15;
if (.@r>=11) {
bonus2 bSkillAtk,"NC_AXETORNADO",15;
bonus2 bSkillAtk,"NC_POWERSWING",15;
bonus2 bSkillAtk,"MT_AXE_STOMP",15;
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",15;
}
}
}