Howling Tiger Pajama

Item ID 450368 Name Howling Tiger Pajama
None
Weapon Level 0 Identifier Howling_Tiger_Pajama
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs Summoner
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubRace,RC_Player_Doram,7;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",BaseLevel/10;
bonus2 bSkillAtk,"SH_HOWLING_OF_CHUL_HO",BaseLevel/10;
bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",BaseLevel/10;
bonus2 bAddSize,Size_All,.@r*7;
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus bNoKnockback;
   if (.@r>=9) {
       bonus2 bSkillCooldown,"SU_HISS",-45000;
       bonus bUnbreakableArmor;
   }
}