Glacier Magic Orb (Variable Casting)
| Item ID | 311345 | Name | Glacier Magic Orb (Variable Casting) |
|
Decreases Variable Casting Time by 7%.
_______________________ Refine Level +9: Decreases Variable Casting Time by additional 8%. _______________________ When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon: Decreases Variable Casting Time by additional 5%. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Glacier_F_Orb_153 | ||
| Attack | 0 | Type | Card - Enchant | ||
| MATK | 0 | Equip Locations | None | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 0 | Min Equip Level | None | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bVariableCastrate,-7;
if (.@r>=9) {
bonus bVariableCastrate,-8;
.@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) {
bonus bVariableCastrate,-5;
}
}
|
||||