Kiri no Tsuyu-LT

Item ID 510060 Name Kiri no Tsuyu-LT
An improved version of one of the ninja swords used by ninjas skilled in dual swordsmanship in the past.
Resonates with Hero's Boots-LT.
It's true abilities can only be realized when equipped with the other ninja sword, Surudoi Kaze.
_______________________
When equipped with Surudoi Kaze:
Base Level at least 210:
POW +2, P.ATK +1.

For each 3 Refine Levels of entire set:
ATK +15

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

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

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

Total Refine Level of entire set at least +20:
Increases Physical Damage against enemies of every size by 15%.
_______________________
When equipped with Surudoi Kaze and Hero's Boots-LT:
ATK +10%, P.ATK +2.
_______________________
[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Ranged Physical Damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
_______________________
Type: Dagger
Attack: 190
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Ninja classes
Weapon Level 5 Identifier Fog_Dew_Sword_LT
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 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None

Set Script
Kiri no Tsuyu-LT
Surudoi Kaze
Hero Boots-LT
bonus bPAtk,2;
bonus bAtkRate,10;
Kiri no Tsuyu-LT
[Not For Sale] Surudoi Kaze
Hero Boots-LT
bonus bPAtk,2;
bonus bAtkRate,10;
Heroic Token (Shinkiro & Shiranui)
Surudoi Kaze
Kiri no Tsuyu-LT
.@sum = getequiprefinerycnt(EQI_ACC_R)+getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L);
bonus2 bAddSize,Size_All,15;
if (.@sum >= 20) {
   bonus bLongAtkRate,10;
   bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",10;
   bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bPow,5;
   bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",10;
   bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
}
Heroic Token (Shinkiro & Shiranui)
[Not For Sale] Surudoi Kaze
Kiri no Tsuyu-LT
.@sum = getequiprefinerycnt(EQI_ACC_R)+getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L);
bonus2 bAddSize,Size_All,15;
if (.@sum >= 20) {
   bonus bLongAtkRate,10;
   bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",10;
   bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bPow,5;
   bonus2 bSkillAtk,"SS_KUNAIWAIKYOKU",10;
   bonus2 bSkillAtk,"SS_KUNAIKAITEN",10;
}
Kiri no Tsuyu-LT
Surudoi Kaze
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,15*(.@sum/3);
bonus bAtkRate,4*(.@sum/5);
if (BaseLevel >= 210) {
   bonus bPAtk,1;
   bonus bPow,2;
}
if (.@sum >= 14) {
   bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",35;
   if (.@sum >= 16) {
      .@a = getskilllv("OB_ZANGETSU");
      .@b = getskilllv("KG_KAGEHUMI");
      if (.@a > .@b)
         skill "OB_ZANGETSU",.@a;
      else
         skill "KG_KAGEHUMI",.@b;
      bonus2 bAddEle,Ele_All,15;
      if (.@sum >= 18) {
         bonus2 bSkillAtk,"KO_JYUMONJIKIRI",25;
         if (.@sum >= 20) {
            bonus2 bAddSize,Size_All,15;
         }
      }
   }
}
if (getequipid(EQI_HAND_R) == 510060)
   .@g = getenchantgrade(EQI_HAND_R);
else
   .@g = getenchantgrade(EQI_HAND_L);
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bPAtk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,2;
         bonus bPow,3;
      }
   }
}