
RENEWAL / ITEMS
Auto Spell Shadow Weapon
#24725Shadow Gear
S_AutoSpell_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 15.
------------------------
For every 2 refine level, ATK + 1.
------------------------
When refined to +9 or higher, there's a 7% chance to cast Bash Level 7 when performing normal melee physical attack.
------------------------
When refined to +10 or higher, there's a 10% chance to cast Bash Level 10 when performing normal melee physical attack.
------------------------
Set Bonus:
Auto Spell Shadow Weapon
Auto Spell Shadow Pendant
Auto Spell Shadow Earring
ATK + 1%,
------------------------
When the total refine level of set is 21 or higher,
there's a 4% chance to cast Sonic Blow Level 7 when performing normal melee physical attack.
------------------------
When the total refine level of set is 27 or higher,
there's a 8% chance to cast Sonic Blow Level 10 when performing normal melee physical attack.
------------------------
Class : Shadow Equipment
Location : Weapon
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 weapon
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bBaseAtk,15+(.@r/2);
if (.@r==9)
bonus3 bAutoSpell,"SM_BASH",7,70;
else if (.@r>9)
bonus3 bAutoSpell,"SM_BASH",10,100;