
RENEWAL / ITEMS
Howling Tiger Pajama [1]
#450368Armor
Howling_Tiger_Pajama
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF100
Slots1
Required level200
Armor level1
Description
A popular clothing brand in Rune Midgard.
These wild pajama costumes are made of flexible materials, so even adults can wear them comfortably.
------------------------
Reduce damage taken from Human and Doram Player by 7%.
------------------------
For every 10 Base Level, increase Chulho Sonic Claw, Howling of Chulho, and Hogogong Strike damage by 1%.
------------------------
For every refine level, increase physical and magic damage against all size enemies by 7%.
------------------------
When refined to +7 or higher, ASPD + 10%, Immune to Knockback.
------------------------
When refined to +9 or higher, Armor will be indestructible in battle, reduce Hiss cooldown by 45 seconds.
------------------------
When refined to +10 or higher, increase physical damage against all property enemies by 15%.
------------------------
When refined to +12 or higher, ATK + 150, POW + 15.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 200
Class : Spirit Handler
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Spirit Handler
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
}