
RENEWAL / ITEMS
Major Auto Spell Shadow Armor
#24728Shadow Gear
S_M_AutoSpell_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
MATK + 3%.
Increases all property magical 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 Frost Misty level 3 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
------------------------
Set Bonus:
Major Auto Spell Shadow Armor
Major Auto Spell Shadow Shoes
MATK + 2%,
if the sum of refine rate of set is 18 or higher, has a 4% chance to auto-cast Jack Frost level 2 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 Jack Frost level 4 when dealing normal melee physical damage (If user has higher level. That level will be cast instead).
------------------------
Class: Shadow Equipment
Location: Shadow Armor
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 armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatkRate,3;
bonus2 bMagicAtkEle,Ele_All,(.@r/2);
if (.@r>=9) {
bonus bAspd,1;
if (.@r>=10) {
bonus3 bAutoSpell,"WL_FROSTMISTY",max(getskilllv("WL_FROSTMISTY"),3),70;
}
}