ID #311343
Card
Glacier Magic Orb (MATK)
Buy Price: N/A
Sell Price: N/A
For each 3 Refine Levels:
MATK +20
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
MATK +10%
_______________________
Refine Level +11:
S.MATK +5
_______________________
When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases Magical Damage with every element by additional 10%.
MATK +20
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
MATK +10%
_______________________
Refine Level +11:
S.MATK +5
_______________________
When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases Magical Damage with every element by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMatk,20*(.@r/3); bonus2 bMagicAtkEle,Ele_All,5*(.@r/3); if (.@r>=9) { bonus bMatkRate,10; if (.@r>=11 ) { bonus bSMatk,5; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus2 bMagicAtkEle,Ele_All,10; } } }
.@r = getrefine();
bonus bMatk,20*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,5*(.@r/3);
if (.@r>=9) {
bonus bMatkRate,10;
if (.@r>=11 ) {
bonus bSMatk,5;
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) {
bonus2 bMagicAtkEle,Ele_All,10;
}
}
}