Patent Kiri no Tsuyu

Item ID 510022 Name Patent Kiri no Tsuyu
One of the ninja swords used by ninjas who were good at sword art in the past.
Seeing it with a sharpened blade, it began to show its natural strength.
It must be equipped with the other ninja sword, Surudoi Kaze, in order to demonstrate its true ability, and it seems to resonate with the Great Hero's Boots.
_______________________
When equipped with Surudoi Kaze:
For each 3 Refine Levels of entire set:
ATK +15

For each 5 Refine Levels of entire set:
ATK +3%

Total Refine Level of entire set at least +14:
Increases damage of Cross Slash by 30%.
Decreases Cross Slash skill cooldown by 2 seconds.

Total Refine Level of entire set at least +16:
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 +18:
Increases Physical Damage against enemies of every element by 15%.

Total Refine Level of entire set at least +20:
Increases damage of Cross Slash by 25%.
_______________________
When equipped with Surudoi Kaze and Great Hero's Boots:
DEX +10, ATK +7%.
_______________________
Type: Dagger
Attack: 190
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Ninja
Weapon Level 4 Identifier Up_Fog_Dew_Sword
Attack 190 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 120 Min Equip Level 150
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
/*Is combo set with 28763 Surudoi Kaze*/

Set Script
Great Hero Boots
Patent Kiri no Tsuyu
Surudoi Kaze
bonus bDex,10;
bonus bAtkRate,7;
Great Hero Boots
Patent Kiri no Tsuyu
[Not For Sale] Surudoi Kaze
bonus bDex,10;
bonus bAtkRate,7;
Surudoi Kaze
Patent Kiri no Tsuyu
.@r = getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,15*(.@r/3);
bonus bAtkRate,3*(.@r/5);
if (.@r >= 14) {
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",30;
   bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
   if (.@r >= 16) {
      skill "OB_ZANGETSU",getskilllv("KG_KAGEHUMI");
      skill "KG_KAGEHUMI",getskilllv("OB_ZANGETSU");
      if (.@r >= 18) {
         bonus2 bAddEle,Ele_All,15;
         if (.@r >= 20) {
            bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25;
         }
      }
   }
}
[Not For Sale] Surudoi Kaze
Patent Kiri no Tsuyu
.@r = getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,15*(.@r/3);
bonus bAtkRate,3*(.@r/5);
if (.@r >= 14) {
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",30;
   bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
   if (.@r >= 16) {
      skill "OB_ZANGETSU",getskilllv("KG_KAGEHUMI");
      skill "KG_KAGEHUMI",getskilllv("OB_ZANGETSU");
      if (.@r >= 18) {
         bonus2 bAddEle,Ele_All,15;
         if (.@r >= 20) {
            bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25;
         }
      }
   }
}
Unknown Hero Potential Ring
Patent Kiri no Tsuyu
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"KO_BAKURETSU",((readparam(bStr)/6)+(readparam(bAgi)/6));
Ring of Unknown Hero (Ninja)
Patent Kiri no Tsuyu
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",(readparam(bStr)+readparam(bAgi))/12;
[Not For Sale] Ring of Unknown Hero (Ninja)
Patent Kiri no Tsuyu
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",(readparam(bStr)+readparam(bAgi))/12;