Heroic Token (Shinkiro & Shiranui)

Item ID 490184 Name Heroic Token (Shinkiro & Shiranui)
A mysterious accessory that brings out the potential of a Hero's Weapon-LT. It contains the energy of the Shinkiro and Shiranui.
_______________________
ATK +10%, MATK +10%.
_______________________
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Clarity Huuma Shuriken-LT:
Increases Physical Damage against enemies of every size by 15%.

Refine Level of Clarity Huuma Shuriken-LT is +10 or higher:
Increases Ranged Physical Damage by 10%.
Increases damage of Huuma Shuriken - Grasp by 10%.

If Clarity Huuma Shuriken-LT's Grade is C or higher:
POW +5, P.ATK +5.
Increases damage of Huuma Shuriken - Grasp by additional 10%.
_______________________
When equipped with Kiri No Tsuyu-LT and Surudoi Kaze:
Increases Physical Damage against enemies of every size by 15%.

Total Refine Level of Kiri No Tsuyu-LT and Surudoi Kaze is +20 or higher:
Increases Ranged Physical Damage by 10%.
Increases damage of Kunai - Distortion and Kunai - Rotation by 10%.

If Kiri No Tsuyu-LT's Grade is C or higher:
POW +5, P.ATK +5.
Increases damage of Kunai - Distortion and Kunai - Rotation by additional 10%.
(Applies only when equipped on the right hand)
_______________________
Type: Accessory
Defense: 10
Weight: 20
Armor Level: 2
_______________________
Requirement:
Base Level 205
Shinkiro, Shiranui
Weapon Level 0 Identifier Hero_Token_SS
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Left/Right
Defense 10 Equippable Jobs Kagerou / Oboro
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 20 Min Equip Level 205
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bMatkRate,10;
bonus bAtkRate,10;
bonus bVariableCastrate,-10;

Set Script
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;
}
Heroic Token (Shinkiro & Shiranui)
Huuma Shuriken Clearness-LT
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
   bonus bLongAtkRate,10;
   bonus2 bSkillAtk,"SS_FUUMASHOUAKU",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bPow,5;
   bonus2 bSkillAtk,"SS_FUUMASHOUAKU",10;
}