0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
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

Available from boxes

Basic Information

Shadowgear

Requirements

1

Scripts

.@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);
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.