ID #311165
Card
Ice Magic Orb (Cannon Empire)
Buy Price: N/A
Sell Price: N/A
Increases damage of Tiger Cannon and Fallen Empire by 15%.
_______________________
Refine Level +7:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
_______________________
Refine Level +9:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
_______________________
Refine Level +11:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
Increases damage of Third Flame Bomb by 15%.
_______________________
Refine Level +7:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
_______________________
Refine Level +9:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
_______________________
Refine Level +11:
Increases damage of Tiger Cannon and Fallen Empire by additional 15%.
Increases damage of Third Flame Bomb by 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"SR_TIGERCANNON",15; bonus2 bSkillAtk,"SR_FALLENEMPIRE",15; if (.@r>=7) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; bonus2 bSkillAtk,"SR_FALLENEMPIRE",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; bonus2 bSkillAtk,"SR_FALLENEMPIRE",15; if (.@r>=11) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; bonus2 bSkillAtk,"SR_FALLENEMPIRE",15; bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"SR_TIGERCANNON",15;
bonus2 bSkillAtk,"SR_FALLENEMPIRE",15;
if (.@r>=7) {
bonus2 bSkillAtk,"SR_TIGERCANNON",15;
bonus2 bSkillAtk,"SR_FALLENEMPIRE",15;
if (.@r>=9) {
bonus2 bSkillAtk,"SR_TIGERCANNON",15;
bonus2 bSkillAtk,"SR_FALLENEMPIRE",15;
if (.@r>=11) {
bonus2 bSkillAtk,"SR_TIGERCANNON",15;
bonus2 bSkillAtk,"SR_FALLENEMPIRE",15;
bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",15;
}
}
}