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
_______________________
[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
- HD Etherdeocon × 10
- Enriched Etherdeocon × 20
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1000
Range
1
Acquisition method
Equipment reform
Job Requirements
Assassin
Yes
Requirements
Weapon Level
5
Min Level
205
Scripts
Script .@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;
}
}
}
}