
RENEWAL / ITEMS
Flare Dance Shadow Earring
#24604Shadow Gear
S_Flare_Dance_Earing
TypeShadow Gear
Equipment positionShadow right accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Required level99
Description
A sacred earring that is said to protect the wearer. Brings out the wearer's potential.
MaxHP +10 per refine rate.
MaxHP + 5%.
When refined to +7 or higher, additional MaxHP + 5%.
When refined to +9 or higher, MaxHP + 2000, MaxSP + 200, increases long ranged physical damage by 7%.
When equipped with Fire Dance Shadow Earring/Pendant/Shoes,
Increases Fire Dance damage by half of the sum of the refine rate.
When equipped with Rebellion Shadow Armor,
Ignores 40% of physical defense of all races except the player, additionally ignores physical defense equal to the sum of the refine rate of Fire Dance Shadow Earring/Rebellion Shadow Armor.
Type : Shadow Equipment
Location: Earrings Weight: 0
Required level: 99
Usable by : Gunslinger class
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow right accessory
- Jobs
- Gunslinger
- Yes
- Rebellion
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}