ID #510165
Weapon
Time Gap Shadow Dagger (A) [2]
Buy Price: N/A
Sell Price: N/A
A dagger imbued with the abyssal magic flowing from the gap of time.
It must be equipped with Time Gap Shadow Dagger (B) to fully utilize it's power.
_______________________
Critical +5
Increases damage of Cross Slash by 15%.
_______________________
When equipped with Time Gap Shadow Dagger (B) on the left hand:
For each 3 Refine Levels of entire set:
ATK +25
ATK +1%
For each 4 Refine Levels of entire set:
Increases damage of Cross Slash by additional 5%.
Total Refine Level of entire set is at least +14:
Increases Critical Damage by 20%.
Total Refine Level of entire set is at least +17:
Critical +15%, C.RATE +5.
Total Refine Level of entire set is at least +21:
Increases damage of Cross Slash by additional 15%.
When equipped with Time Dimensions Rune Crown (Shadow Cross):
Increases damage of Eternal Slash by 25%.
Increases Melee Physical Damage by 15%.
If the Weapons and Headgear's Grade are A or higher:
Increases damage of Eternal Slash by additional (the sum of refine level)%.
Critical +15
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +5
[Grade C]: Damage of Cross Slash +15%.
[Grade B]: Melee Physical Damage +10%.
[Grade A]: P.ATK +3 per 2 Refine Levels.
_______________________
Type: Dagger
Attack: 210
Weight: 150
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Shadow Cross
It must be equipped with Time Gap Shadow Dagger (B) to fully utilize it's power.
_______________________
Critical +5
Increases damage of Cross Slash by 15%.
_______________________
When equipped with Time Gap Shadow Dagger (B) on the left hand:
For each 3 Refine Levels of entire set:
ATK +25
ATK +1%
For each 4 Refine Levels of entire set:
Increases damage of Cross Slash by additional 5%.
Total Refine Level of entire set is at least +14:
Increases Critical Damage by 20%.
Total Refine Level of entire set is at least +17:
Critical +15%, C.RATE +5.
Total Refine Level of entire set is at least +21:
Increases damage of Cross Slash by additional 15%.
When equipped with Time Dimensions Rune Crown (Shadow Cross):
Increases damage of Eternal Slash by 25%.
Increases Melee Physical Damage by 15%.
If the Weapons and Headgear's Grade are A or higher:
Increases damage of Eternal Slash by additional (the sum of refine level)%.
Critical +15
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +5
[Grade C]: Damage of Cross Slash +15%.
[Grade B]: Melee Physical Damage +10%.
[Grade A]: P.ATK +3 per 2 Refine Levels.
_______________________
Type: Dagger
Attack: 210
Weight: 150
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
1500
Range
1
Acquisition method
Equipment reform
Job Requirements
Assassin
Yes
Requirements
Weapon Level
5
Min Level
250
Scripts
Script .@g = getenchantgrade(); bonus bCritical,5; bonus2 bSkillAtk,"SHC_CROSS_SLASH",15; if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SHC_CROSS_SLASH",15; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(getrefine()/2); } } } }
.@g = getenchantgrade();
bonus bCritical,5;
bonus2 bSkillAtk,"SHC_CROSS_SLASH",15;
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"SHC_CROSS_SLASH",15;
if (.@g>=ENCHANTGRADE_B) {
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,3*(getrefine()/2);
}
}
}
}