Viewing Item

#410313: Eye of the Storm

Item ID 410313 For Sale No
Identifier Eye_Of_Storm_TH Credit Price Not For Sale
Name Eye of the Storm Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2 bAddClass,Class_Boss,10;

2 bonus2 bMagicAddClass,Class_Boss,10;

3 bonus bDelayrate,-10;

4 bonus2 bSkillAtk,"WL_CHAINLIGHTNING",BaseLevel/2;

5 bonus2 bSkillAtk,"SO_VARETYR_SPEAR",BaseLevel/2;

6 bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",BaseLevel/2;

7 if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {

8 bonus bLongAtkRate,10;

9 bonus2 bVariableCastrate,"SR_RIDEINLIGHTNING",-100;

10 }

11 if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {

12 bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000;

13 bonus2 bSkillCooldown,"SO_WATER_INSIGNIA",-55000;

14 }

15 if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard)

16 skill "SO_WATER_INSIGNIA",1;

17 hateffect HAT_EF_BLACK_THUNDER,true;

Equip Script None
Unequip Script

1 hateffect HAT_EF_BLACK_THUNDER,false;