0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #510153 Weapon

Furious Shadow [1]

Buy Price: N/A Sell Price: N/A
One of the daggers forged for an assassin who wields the art of the sword.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%, ATK +15.
[Grade C]: Damage of Shadow Stab +5%.
[Grade B]: P.ATK +3.
[Grade A]: Damage of Shadow Stab +10%.
_______________________
Furious Gear Enchantment doesn't apply to Furious Shadow.
_______________________
Type: Dagger
Attack: 120
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Shadow Cross

Available from boxes

Equipment Reform

Available through the reform system Refine_Furious

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Weapon
1000
1
Equipment reform

Job Requirements

Yes

Requirements

5
205

Scripts

.@g = getenchantgrade(); if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; bonus bBaseAtk,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SHC_SHADOW_STAB",5; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"SHC_SHADOW_STAB",10; } } } }
.@g = getenchantgrade();
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   bonus bBaseAtk,15;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SHC_SHADOW_STAB",5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,3;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bSkillAtk,"SHC_SHADOW_STAB",10;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.