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