ID #310519
Card
Wolf Orb (Brand Drive)
Buy Price: N/A
Sell Price: N/A
Increases damage of Overbrand and Earth Drive by 15%.
_______________________
Refine Level +7:
Increases damage of Overbrand and Earth Drive by additional 15%.
_______________________
Refine Level +9:
Increases damage of Overbrand and Earth Drive by additional 15%.
_______________________
Refine Level +11:
Increases damage of Overbrand by additional 15%.
Decreases Earth Drive skill cooldown by 1 second.
_______________________
Refine Level +7:
Increases damage of Overbrand and Earth Drive by additional 15%.
_______________________
Refine Level +9:
Increases damage of Overbrand and Earth Drive by additional 15%.
_______________________
Refine Level +11:
Increases damage of Overbrand by additional 15%.
Decreases Earth Drive skill cooldown by 1 second.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"LG_EARTHDRIVE",15; bonus2 bSkillAtk,"LG_OVERBRAND",15; if (.@r>=7) { bonus2 bSkillAtk,"LG_EARTHDRIVE",15; bonus2 bSkillAtk,"LG_OVERBRAND",15; if (.@r>=9) { bonus2 bSkillAtk,"LG_EARTHDRIVE",15; bonus2 bSkillAtk,"LG_OVERBRAND",15; if (.@r>=11) { bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1000; bonus2 bSkillAtk,"LG_OVERBRAND",15; } } }
.@r = getrefine();
bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
if (.@r>=7) {
bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
if (.@r>=9) {
bonus2 bSkillAtk,"LG_EARTHDRIVE",15;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
if (.@r>=11) {
bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1000;
bonus2 bSkillAtk,"LG_OVERBRAND",15;
}
}
}