Kiri no Tsuyu

Item ID 28764 Name Kiri no Tsuyu
A ninja dagger once used by ninja in the past whose can withstand alcohol.
It must be equipped with another Ninja sword, Surudoi Kaze, to show its true power.
_______________________
When equipped with Surudoi Kaze:
For each 3 Refine Levels:
ATK +10

For each 5 Refine Levels:
ATK +2%

Total Refine Level of entire set at least +14:
Increases damage of Cross Slash by 25%.

Total Refine Level of entire set at least +16:
Decreases Cross Slash skill cooldown by 2 seconds.

Total Refine Level of entire set at least +18:
Enables the use of Distorted Cresent, skill Level based on learned Level of Shadow Trampling.
Enables the use of Shadow Trampling, skill Level based on learned Level of Distorted Cresent.

Total Refine Level of entire set at least +20:
Increases damage of Cross Slash by additional 25%.
_______________________
Type: Dagger
Attack: 150
Weight: 100
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Ninja
Weapon Level 4 Identifier Fog_Dew_Sword
Attack 150 Type Weapon - Dagger
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Ninja, Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None

Set Script
Ancient Hero Boots
Surudoi Kaze
Kiri no Tsuyu
autobonus "{ bonus bStr,20; bonus bAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
Ancient Hero Boots
[Not For Sale] Surudoi Kaze
Kiri no Tsuyu
autobonus "{ bonus bStr,20; bonus bAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
[Not For Sale] Ancient Hero Boots
Surudoi Kaze
Kiri no Tsuyu
autobonus "{ bonus bStr,20; bonus bAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
[Not For Sale] Ancient Hero Boots
[Not For Sale] Surudoi Kaze
Kiri no Tsuyu
autobonus "{ bonus bStr,20; bonus bAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
Surudoi Kaze
Kiri no Tsuyu
.@r = getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,10*(.@r/3);
bonus bAtkRate,2*(.@r/5);
if (.@r >= 14) {
   .@val = 25;
   if (.@r >= 16) {
      bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
      if (.@r >= 18) {
         .@lvl = max(getskilllv("KG_KAGEHUMI"),getskilllv("OB_ZANGETSU"));
         skill "KG_KAGEHUMI",.@lvl;
         skill "OB_ZANGETSU",.@lvl;
         if (.@r >= 20) {
            .@val += 25;
         }
      }
   }
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",.@val;
}
[Not For Sale] Surudoi Kaze
Kiri no Tsuyu
.@r = getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,10*(.@r/3);
bonus bAtkRate,2*(.@r/5);
if (.@r >= 14) {
   .@val = 25;
   if (.@r >= 16) {
      bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
      if (.@r >= 18) {
         .@lvl = max(getskilllv("KG_KAGEHUMI"),getskilllv("OB_ZANGETSU"));
         skill "KG_KAGEHUMI",.@lvl;
         skill "OB_ZANGETSU",.@lvl;
         if (.@r >= 20) {
            .@val += 25;
         }
      }
   }
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",.@val;
}