ID #28789
Weapon
Time Gap Kurojin (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 Kurojin (B) to fully utilize it's power.
_______________________
Increases damage of Kunai - Rotation by 15%.
_______________________
When equipped with Time Gap Kurojin (B) on the left hand:
For each 2 Refine Levels:
ATK +25
ATK +1%
For each 3 Refine Levels:
Increases damage of Kunai - Rotation by additional 5%.
Total Refine Level of entire set is at least +14:
Increases Ranged Physical Damage by 25%.
Total Refine Level of entire set is at least +17:
Decreases Variable Casting Time by 10%.
P.ATK +7.
Total Refine Level of entire set is at least +21:
Increases damage of Kunai - Rotation by additional 15%.
When equipped with Time Dimensions Rune Crown (Shinkiro & Shiranui):
Increases damage of Kunai - Refraction by 25%.
Increases Ranged Physical Damage by additional 15%.
If the Weapons and Headgear's Grade are A or higher:
Decreases Kunai - Rotation and Kunai - Refraction skill cooldown by 0.7 seconds.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +5
[Grade C]: Damage of Kunai - Rotation +15%.
[Grade B]: Ranged 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
Shinkiro, Shiranui
It must be equipped with Time Gap Kurojin (B) to fully utilize it's power.
_______________________
Increases damage of Kunai - Rotation by 15%.
_______________________
When equipped with Time Gap Kurojin (B) on the left hand:
For each 2 Refine Levels:
ATK +25
ATK +1%
For each 3 Refine Levels:
Increases damage of Kunai - Rotation by additional 5%.
Total Refine Level of entire set is at least +14:
Increases Ranged Physical Damage by 25%.
Total Refine Level of entire set is at least +17:
Decreases Variable Casting Time by 10%.
P.ATK +7.
Total Refine Level of entire set is at least +21:
Increases damage of Kunai - Rotation by additional 15%.
When equipped with Time Dimensions Rune Crown (Shinkiro & Shiranui):
Increases damage of Kunai - Refraction by 25%.
Increases Ranged Physical Damage by additional 15%.
If the Weapons and Headgear's Grade are A or higher:
Decreases Kunai - Rotation and Kunai - Refraction skill cooldown by 0.7 seconds.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +5
[Grade C]: Damage of Kunai - Rotation +15%.
[Grade B]: Ranged 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
Shinkiro, Shiranui
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
Requirements
Weapon Level
5
Min Level
250
Scripts
Script .@g = getenchantgrade(); bonus2 bSkillAtk,"SS_KUNAIKAITEN",15; if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",15; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,3*(getrefine()/2); } } } }
.@g = getenchantgrade();
bonus2 bSkillAtk,"SS_KUNAIKAITEN",15;
if (.@g>=ENCHANTGRADE_D) {
bonus bPAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"SS_KUNAIKAITEN",15;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,3*(getrefine()/2);
}
}
}
}