ID #24220
Shadowgear
Fire Bolt Shadow Armor
Buy Price: N/A
Sell Price: N/A
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.
_______________________
Refine Level at least +2:
1% chance to auto-cast Level (Refine Level/2) Fire Bolt when dealing melee physical attacks.
_______________________
For each Refine Level:
Increases trigger rate by 0.2%
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
Refine Level at least +2:
1% chance to auto-cast Level (Refine Level/2) Fire Bolt when dealing melee physical attacks.
_______________________
For each Refine Level:
Increases trigger rate by 0.2%
_______________________
Type: Shadow Armor
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=2) autobonus "{ bonus3 bAutoSpell,\"MG_FIREBOLT\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=2)
autobonus "{ bonus3 bAutoSpell,\"MG_FIREBOLT\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT;