ID #311349
Card
Glacier Magic Orb (Magical-Race)
Buy Price: N/A
Sell Price: N/A
Increases Magical Damage against monsters of every race by 10%.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of every race by additional 10%.
_______________________
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 against monsters of every race by additional 15%.
_______________________
Refine Level +9:
Increases Magical Damage against monsters of every race by additional 10%.
_______________________
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 against monsters of every race by additional 15%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bMagicAddRace,RC_All,10; if (.@r>=9) { bonus2 bMagicAddRace,RC_All,10; .@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 bMagicAddRace,RC_All,15; }
.@r = getrefine();
bonus2 bMagicAddRace,RC_All,10;
if (.@r>=9) {
bonus2 bMagicAddRace,RC_All,10;
.@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 bMagicAddRace,RC_All,15;
}