ID #310549
Card
Wolf Orb (Sound Metal)
Buy Price: N/A
Sell Price: N/A
Increases damage of Metallic Sound and Neutral elemental magical damage by 5%.
_______________________
Refine Level +7:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.
_______________________
Refine Level +9:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.
_______________________
Refine Level +11:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 15%.
_______________________
Refine Level +7:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.
_______________________
Refine Level +9:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 10%.
_______________________
Refine Level +11:
Increases damage of Metallic Sound and Neutral elemental magical damage by additional 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Neutral,5; bonus2 bSkillAtk,"WM_METALICSOUND",5; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bSkillAtk,"WM_METALICSOUND",10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bSkillAtk,"WM_METALICSOUND",10; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bSkillAtk,"WM_METALICSOUND",15; } } }
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Neutral,5;
bonus2 bSkillAtk,"WM_METALICSOUND",5;
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_Neutral,15;
bonus2 bSkillAtk,"WM_METALICSOUND",15;
}
}
}