ID #510166
Weapon
Time Gap Shadow Dagger (B) [2]
Buy Price: N/A
Sell Price: N/A
A sibling dagger forged with Time Gap Shadow Dagger (A).
_______________________
Refine Level +7:
Critical +5
Increases damage of Cross Slash by 10%.
_______________________
Refine Level +9:
Increases damage of Eternal Slash by 10%.
_______________________
Refine Level +12:
Critical +10
Increases damage of Eternal Slash by additional 15%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%
[Grade C]: Damage of Cross Slash +5%.
[Grade B]: P.ATK +3, Critical +5.
[Grade A]: Critical +10, Damage of Cross Slash +10%.
_______________________
Time Gap series enchantment can't be applied to Time Gap Shadow Dagger (B).
_______________________
Type: Dagger
Attack: 160
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Shadow Cross
_______________________
Refine Level +7:
Critical +5
Increases damage of Cross Slash by 10%.
_______________________
Refine Level +9:
Increases damage of Eternal Slash by 10%.
_______________________
Refine Level +12:
Critical +10
Increases damage of Eternal Slash by additional 15%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%
[Grade C]: Damage of Cross Slash +5%.
[Grade B]: P.ATK +3, Critical +5.
[Grade A]: Critical +10, Damage of Cross Slash +10%.
_______________________
Time Gap series enchantment can't be applied to Time Gap Shadow Dagger (B).
_______________________
Type: Dagger
Attack: 160
Weight: 100
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Shadow Cross
Available from boxes
Equipment Reform
Available through the reform system Time_Gap_Refine_Hammer
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
250
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bCritical,5; bonus2 bSkillAtk,"SHC_CROSS_SLASH",10; if (.@r>=9) { bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",10; if (.@r>=12) { bonus bCritical,10; bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SHC_CROSS_SLASH",5; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,3; bonus bCritical,5; if (.@g>=ENCHANTGRADE_A) { bonus bCritical,10; bonus2 bSkillAtk,"SHC_CROSS_SLASH",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
bonus bCritical,5;
bonus2 bSkillAtk,"SHC_CROSS_SLASH",10;
if (.@r>=9) {
bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",10;
if (.@r>=12) {
bonus bCritical,10;
bonus2 bSkillAtk,"SHC_ETERNAL_SLASH",15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"SHC_CROSS_SLASH",5;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,3;
bonus bCritical,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritical,10;
bonus2 bSkillAtk,"SHC_CROSS_SLASH",10;
}
}
}
}