ID #24222
Shadowgear
Earth Spike 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 +2:
1% chance to auto-cast Level (Refine Level/2) Earth Spike when dealing melee physical attacks.
_______________________
For each Refine Level:
Increases trigger rate by 0.2%
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
Refine Level +2:
1% chance to auto-cast Level (Refine Level/2) Earth Spike 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,\"WZ_EARTHSPIKE\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=2)
autobonus "{ bonus3 bAutoSpell,\"WZ_EARTHSPIKE\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT;