.:Renewal Item Database:.
Shadow Gear
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 |
Fire Breath Shadow Earring [Shadow Pendant] Item ID# 24451 (S_F_Breath_Earing) Firebreath Earring Shadow | |
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Rune Knight |
---|---|
Description | A sacred Earring which is believed to protect its wearer. It also draws the wearer's potential abilities. Reduces SP consumption of Dragon Breath by 2%. For each 2 refine levels: Reduces SP consumption of Dragon Breath by additional 1%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillUseSPrate,"RK_DRAGONBREATH",2+(.@r/2); },{},{} |
Dropped By | No Result |
Fire Breath Shadow Pendant [Shadow Earring] Item ID# 24450 (S_F_Breath_Pendant) Firebreath Pendant Shadow | |
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Rune Knight |
---|---|
Description | A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities. Increases damage of Dragon Breath by 5%. For each 2 refine levels: Increases damage of Dragon Breath by additional 2%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"RK_DRAGONBREATH",5+2*(.@r/2); },{},{} |
Dropped By | No Result |
Fire Breath Shadow Weapon [Shadow Weapon] Item ID# 24449 (S_F_Breath_Weapon) Firebreath Weapon Shadow | |
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Rune Knight |
---|---|
Description | A pair of gloves that can draw the wearer's potential ability. Increases long ranged physical damage by 3%. Refine Level +7, increases long ranged physical damage by additional 3%. Refine Level +9, increases long ranged physical damage by additional 4%. When equipped with Fire Breath Shadow Pendant and Fire Breath Shadow Earring: For each 2 refine levels of entire set: MaxHP and MaxSP by 1%. When equipped with Rune Knight Shadow Weapon: For each refine level of entire set: Increases damage of Dragon Breath by 1%. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bLongAtkRate,3+(.@r>=7?3:0)+(.@r>=9?4:0); },{},{} |
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 Shield
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect. Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by 5%. For each 2 refine levels: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 2%. |
Item Script | { .@r = getrefine(); bonus2 bSkillAtk,"NJ_BAKUENRYU",5+2*(.@r/2); bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",5+2*(.@r/2); bonus2 bSkillAtk,"NJ_KAMAITACHI",5+2*(.@r/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Ninja Kagerou / Oboro |
---|---|
Description | A pair of gloves that can draw the wearer's potential ability. Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by 5%. Refine Level +7: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 5%. Refine Level +9: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 5%. When combined with First Exploding Draft Shadow Shield and First Exploding Draft Shadow Armor: For each refine level of entire set: Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 1%. When combined with Oboro Shadow Shoes: Ignores magical defense of all race monsters, except Players, by 40%. For each refine level of entire set: Ignores magical defense of all race monsters, except Players, by additional 1%. |
Item Script |
expand to view script{ .@r = getrefine(); if (.@r>=9) { bonus2 bSkillAtk,"NJ_BAKUENRYU",15; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",15; bonus2 bSkillAtk,"NJ_KAMAITACHI",15; } else if (.@r>=7) { bonus2 bSkillAtk,"NJ_BAKUENRYU",10; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",10; bonus2 bSkillAtk,"NJ_KAMAITACHI",10; } else { bonus2 bSkillAtk,"NJ_BAKUENRYU",5; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",5; bonus2 bSkillAtk,"NJ_KAMAITACHI",5; } },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | Shoes worn on top of normal shoes for additional defense. Can be equipped alone but needs a complete set to have bonus effect. Increase damage on Fish monsters by 2%. Refined to +7: increase damage on Fish monsters by 1%. Refined to +9: increase damage on Fish monsters by 2%. [+Homer's Shadow Shield] Increase experience gained when killing Fish monsters by 3%. More Information on Combo: |
Item Script |
expand to view script{ bonus2 bAddRace,RC_Fish,2; bonus2 bMagicAddRace,RC_Fish,2; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bAddRace,RC_Fish,1; bonus2 bMagicAddRace,RC_Fish,1; } if (.@r>=9) { bonus2 bAddRace,RC_Fish,2; bonus2 bMagicAddRace,RC_Fish,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 Weapon
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A pair of gloves that can draw the wearer's potential ability. Ignore 5% physical defense of Fish and Insect race monsters. For each 2 refine levels: Ignore 1% additional physical defense of Fish and Insect race monsters. When equipped with Penetration Shadow Earring and Penetration Shadow Pendant: MATK + 5 If total refine level of entire set is +25 or higher: Ignore 100% of physical defense of Fish and Insect monsters. |
Item Script | { .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefRaceRate,RC_Fish,5+.@r/2; bonus2 bIgnoreDefRaceRate,RC_Insect,5+.@r/2; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A pair of gloves that can draw the wearer's potential ability. Ignores physical defense of Fish monsters by 5%. For each 2 refine levels: Ignores physical defense of Fish monsters by additional 1%. [+ Penetration Shadow Pendant & Penetration Shadow Earring]: ATK +5. If total refine level of entire set at least +25: Ignores physical defense of Fish monsters by 100%. More Information on Combo: |
Item Script | { .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefRaceRate,RC_Fish,5+(.@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 | 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 |