ID #24334
Shadowgear
Magic Compose 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:
Random chance to auto-cast Level (RefineLv/2) Lightning Bolt, Cold Bolt, Fire Bolt or Earth Spike when dealing melee physical attacks.
_______________________
For each Refine Level:
Increases the chance by 0.1%.
_______________________
Type: Shadow Armor
_______________________
Requirement: None
_______________________
Refine Level +2:
Random chance to auto-cast Level (RefineLv/2) Lightning Bolt, Cold Bolt, Fire Bolt or Earth Spike when dealing melee physical attacks.
_______________________
For each Refine Level:
Increases the chance by 0.1%.
_______________________
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 > 1) { .@val = .@r/2; bonus3 bAutoSpell,"MG_COLDBOLT",.@val,(5+.@r); bonus3 bAutoSpell,"MG_COLDBOLT",.@val,(5+.@r); bonus3 bAutoSpell,"MG_FIREBOLT",.@val,(5+.@r); bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",.@val,(5+.@r); bonus3 bAutoSpell,"WZ_EARTHSPIKE",.@val,(5+.@r); }
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r > 1) {
.@val = .@r/2;
bonus3 bAutoSpell,"MG_COLDBOLT",.@val,(5+.@r);
bonus3 bAutoSpell,"MG_COLDBOLT",.@val,(5+.@r);
bonus3 bAutoSpell,"MG_FIREBOLT",.@val,(5+.@r);
bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",.@val,(5+.@r);
bonus3 bAutoSpell,"WZ_EARTHSPIKE",.@val,(5+.@r);
}