
RENEWAL / ITEMS
Auto Spell Shadow Shield
#24722Shadow Gear
S_AutoSpell_Shield
TypeShadow Gear
Equipment positionShadow shield
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
MATK + 15.
------------------------
For every 2 refine level, MATK + 1.
------------------------
When refined to +9 or higher, there's a 7% chance to cast Napalm Beat Level 7 when performing normal melee physical attack.
------------------------
When refined to +10 or higher, there's a 10% chance to cast Napalm Beat Level 10 when performing normal melee physical attack.
------------------------
Set Bonus:
Auto Spell Shadow Shield
Auto Spell Shadow Armor
Auto Spell Shadow Shoes
MATK + 1%,
------------------------
When the total refine level of set is 21 or higher,
there's a 4% chance to cast Napalm Vulcan Level 3 when performing normal melee physical attack.
------------------------
When the total refine level of set is 27 or higher,
there's a 8% chance to cast Napalm Vulcan Level 5 when performing normal melee physical attack.
------------------------
Class : Shadow Equipment
Location : Shield
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow shield
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatk,15+(.@r/2);
if (.@r==9)
bonus3 bAutoSpell,"MG_NAPALMBEAT",7,70;
else if (.@r>9)
bonus3 bAutoSpell,"MG_NAPALMBEAT",10,100;