ID #311182
Card
Ice Magic Orb (Storm Buster Trip)
Buy Price: N/A
Sell Price: N/A
Increases damage of Shattering Storm, Banishing Buster and Round Trip by 15%.
_______________________
Refine Level +7:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
_______________________
Refine Level +9:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
_______________________
Refine Level +11:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
Increases damage of The Vigilante at Night by 15%.
_______________________
Refine Level +7:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
_______________________
Refine Level +9:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
_______________________
Refine Level +11:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
Increases damage of The Vigilante at Night by 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=7) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=9) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=11) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"RL_S_STORM",15;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15;
bonus2 bSkillAtk,"RL_R_TRIP",15;
if (.@r>=7) {
bonus2 bSkillAtk,"RL_S_STORM",15;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15;
bonus2 bSkillAtk,"RL_R_TRIP",15;
if (.@r>=9) {
bonus2 bSkillAtk,"RL_S_STORM",15;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15;
bonus2 bSkillAtk,"RL_R_TRIP",15;
if (.@r>=11) {
bonus2 bSkillAtk,"RL_S_STORM",15;
bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15;
bonus2 bSkillAtk,"RL_R_TRIP",15;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",15;
}
}
}