
RENEWAL / ITEMS
Major Auto Spell Shadow Earring
#24730Shadow Gear
S_M_AutoSpell_Earring
TypeShadow Gear
Equipment positionShadow right accessory
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 3%.
Increases melee physical damage by 1% per 2 refine rate.
If refine rate is 9 or higher, ASPD + 1.
If refine rate is 10 or higher, has a 7% chance to auto-cast Fatal Menace level 7 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
Set Bonus:
Major Auto Spell Shadow Earring
Major Auto Spell Shadow Pendant
ATK +2%,
if the sum of refine rate of set is 18 or higher, has a 4% chance to auto-cast Power Swing level 4 when dealing normal melee physical damage (If user has higher level. That level will be cast instead),
if the sum of refine rate of set is 20 or higher, has a 8% chance to auto-cast Power Swing level 8 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
------------------------
Class: Shadow Equipment
Location: Shadow Earring
Weight: 0
Required Lv: 1
Class: All 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
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bShortAtkRate,(.@r/2);
if (.@r>=9) {
bonus bAspd,1;
if (.@r>=10) {
bonus5 bAutoSpell,"SC_FATALMENACE",max(getskilllv("SC_FATALMENACE"),7),70,BF_SHORT|BF_NORMAL,1;
}
}