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 #510172 Weapon

Time Gap Kurojin (B) [2]

Buy Price: N/A Sell Price: N/A
A dagger made together with Time Gap Kurojin (A).
Refine Level +7:
Increases damage of Kunai - Refraction by 10%.
_______________________
Refine Level +9:
Increases damage of Kunai - Rotation by 10%.
_______________________
Refine Level +12:
P.ATK +10
Increases damage of Kunai - Refraction by additional 15%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%
[Grade C]: Damage of Kunai - Rotation +5%.
[Grade B]: P.ATK +5.
[Grade A]: ATK +5%, Damage of Kunai - Refraction +10%.
_______________________
Time Gap series enchantment can't be applied to Time Gap Kurojin (B).
_______________________
Type: Dagger
Attack: 160
Weight: 100
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

Weapon
1000
1
Equipment reform

Requirements

5
250

Scripts

.@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",10; if (.@r>=9) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",10; if (.@r>=12) { bonus bPAtk,7; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",10; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_A) { bonus bAtkRate,5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
      if (.@r>=12) {
         bonus bPAtk,7;
         bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",15;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bAtkRate,5;
            bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",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.