ID #24604
ShadowGear
Flare Dance Shadow Earring
Buy Price: N/A
Sell Price: N/A
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
MaxHP +5%
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
MaxHP +2000, MaxSP +200.
Increases Ranged Physical Damage by 7%.
_______________________
When combined with Flare Dance Shadow Pendant and Flare Dance Shadow Shoes:
For each 2 Refine Levels of entire set:
Increases damage of Fire Dance by 1%.
_______________________
When combined with Rebellion Shadow Armor:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Earring
_______________________
Requirement:
Base Level 99
Gunslinger
_______________________
MaxHP +5%
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
MaxHP +2000, MaxSP +200.
Increases Ranged Physical Damage by 7%.
_______________________
When combined with Flare Dance Shadow Pendant and Flare Dance Shadow Shoes:
For each 2 Refine Levels of entire set:
Increases damage of Fire Dance by 1%.
_______________________
When combined with Rebellion Shadow Armor:
Ignores physical defense of all race, except Players, by 40%.
For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Earring
_______________________
Requirement:
Base Level 99
Gunslinger
Available from boxes
Basic Information
Type
ShadowGear
Job Requirements
Gunslinger
Yes
Requirements
Min Level
99
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxHPrate,5; if (.@r>=7) { bonus bMaxHPrate,5; } if (.@r>=9) { bonus bLongAtkRate,7; bonus bMaxHP,2000; bonus bMaxSP,200; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHPrate,5;
if (.@r>=7) {
bonus bMaxHPrate,5;
}
if (.@r>=9) {
bonus bLongAtkRate,7;
bonus bMaxHP,2000;
bonus bMaxSP,200;
}