.:Renewal Item Database:.
Shadow Gear - Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Increases damage of Duple Light by 5%. Every 2 refine levels, increases damage of Duple Light by additional 2%. |
Item Script | { bonus2 bSkillAtk,"AB_DUPLELIGHT",5+2*(getrefine()/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Sorcerer |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Increases damage of Diamond Dust by 5%. For each 2 refine levels: Increases damage of Diamond Dust by additional 2%. |
Item Script | { bonus2 bSkillAtk,"SO_DIAMONDDUST",5+2*getrefine(); },{},{} |
Dropped By | No Result |
Earth Spike Shadow Armor [Shadow Body] Item ID# 24222 (S_EarthSpike_Armor) Earth Spike Shadow Armor | |
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | An armor worn on top of normal armor for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Refined to +2, every melee physical attack has a 1% chance to activate level (Refine/2) Earth Spike. Each refine level increases the trigger rate by 0.2%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=2) autobonus "{ bonus3 bAutoSpell,\"WZ_EARTHSPIKE\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | An armor worn on top of normal armor for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Increase physical and magical damage against Poison property monsters by 1%. Each 2 refine increase physical and magical damage against Poison property monsters by 1%. [Envenom Shadow Set] Envenom Shadow Armor Envenom Shadow Shield Reduces physical and magical damage taken from Poison property monsters by 2%. More Information on Combo: |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bAddEle,Ele_Poison,(1+(.@r/2)); bonus2 bMagicAddEle,Ele_Poison,(1+(.@r/2)); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Soul Linker |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Increases damage of Esma by 10%. For each 2 Refine Levels: Increases damage of Espa and Eswhoo by additional 1%. |
Item Script | { .@r = getrefine(); bonus2 bSkillAtk,"SL_SMA",10; bonus2 bSkillAtk,"SP_SPA",(.@r/2); bonus2 bSkillAtk,"SP_SWHOO",(.@r/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Pierces physical defense of Demihuman (except Player) and Undead monsters by 5%. For each 2 refine levels: Pierces physical defense of Demihuman (except Player) and Undead monsters by 1%. [Executioner Holy Water Shadow set: Executioner Holy Water Shadow Armor, Penetration Shadow Shield, Penetration Shadow Shoes] DEF +5. If total refine level of entire set at least +25: Pierces physical defense of Demihuman (except Player) and Undead monsters by 100%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5 + (.@r/2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,.@val; bonus2 bIgnoreDefRaceRate,RC_Undead,.@val; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | An armor worn on top of normal armor for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Increase physical and magical damage against Ghost property monsters by 1%. Each 2 refine increase physical and magical damage against Ghost property monsters by 1%. [Geist Shadow Set] Geist Shadow Armor Geist Shadow Shield Reduces physical and magical damage taken from Ghost property monsters by 2%. More Information on Combo: |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bAddEle,Ele_Ghost,(1+(.@r/2)); bonus2 bMagicAddEle,Ele_Ghost,(1+(.@r/2)); },{},{} |
Dropped By | No Result |
Exorcist Corrupted Shadow Armor [Shadow Body] Item ID# 24376 (S_ExoCorrupt_Armor) Corrupted Exorcist Shadow Armor | |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Pierces physical defense of Demon and Angel monsters by 5%. For each 2 refine levels: Pierces physical defense of Demon and Angel monsters by 1%. [Corrupted Exorcist Shadow set: Corrupted Exorcist Shadow Armor, Penetration Shadow Shield, Penetration Shadow Shoes] DEF +5. If total refine level of entire set at least +25: Pierces physical defense of Demon and Angel monsters by 100%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5 + (.@r/2); bonus2 bIgnoreDefRaceRate,RC_Demon,.@val; bonus2 bIgnoreDefRaceRate,RC_Angel,.@val; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | An armor worn on top of normal armor for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Refined to +2, every melee physical attack has a 1% chance to activate level (Refine/2) Fire Bolt. Each refine level increases the trigger rate by 0.2%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=2) autobonus "{ bonus3 bAutoSpell,\"MG_FIREBOLT\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Increases magical damage against all elemental monsters by 5%. For each 2 refine levels: Increases magical damage against all elemental monsters by additional 1%. |
Item Script | { bonus2 bMagicAtkEle,Ele_All,5+(getrefine()/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect. Pierces physical defense of Fish and Insect monsters by 5%. For each 2 refine levels: Pierces physical defense of Fish and Insect monsters by 1%. [Fishing Insect Net Shadow set: Fishing Insect Net Shadow Armor, Penetration Shadow Shield, Penetration Shadow Shoes] DEF +5. If total refine level of entire set at least +25: Pierces physical defense of Fish and Insect monsters by 100%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5 + (.@r/2); bonus2 bIgnoreDefRaceRate,RC_Fish,.@val; bonus2 bIgnoreDefRaceRate,RC_Insect,.@val; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | An armor worn on top of normal armor for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Increase physical and magical damage against Fire property monsters by 1%. Each 2 refine increase physical and magical damage against Fire property monsters by 1%. [Flame Shadow Set] Flame Shadow Armor Flame Shadow Shield Reduces physical and magical damage taken from Fire property monsters by 2%. More Information on Combo: |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bAddEle,Ele_Fire,(1+(.@r/2)); bonus2 bMagicAddEle,Ele_Fire,(1+(.@r/2)); },{},{} |
Dropped By | No Result |