Tiger King Doll Hat-LT [1], броня (Renewal)
Tiger King Doll Hat-LT [1] (KING_TIGER_DOLL_HAT_LT) – броня.
![Tiger King Doll Hat-LT [1], броня (Renewal) Tiger King Doll Hat-LT [1], броня (Renewal)](/images/db/items/picture/400245.png)
Str + 2, Dex + 2, POW + 2, CON + 2.
Increases attack speed (reduces delay after attack by 10%).
Increases physical damage against brute race enemies by 10%.
Has a chance to gain [Strength of the Beast] for 7 seconds when dealing physical damage.
If refine rate is 7 or higher, increases melee physical damage by 15%.
If refine rate is 9 or higher, Atk + 10%.
If refine rate is 11 or higher, increases melee physical damage by additional 10%.
[Strength of the Beast] Effect
- Atk + 35 per refine rate.
- If refine rate is 10 or higher, P.Atk + 20.
[Bonus by grade]
[Grade D] Atk + 5%, POW + 3.
[Grade C] STA + 2, reduces fixed casting time by 0.5 seconds.
[Grade B] P.Atk + 2, Res + 20.
[Grade A] P.Atk + 7.
Базовые свойства предмета
- ID: 29361
- Код: KING_TIGER_DOLL_HAT_LT
- Тип: броня
- Уровень брони: 2
- Защита: 6
- Требуемый уровень: 150
- Вес: 40
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bStr,2; bonus bDex,2; bonus bPow,2; bonus bCon,2; bonus bAspdRate,10; bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Player_Doram,10; autobonus "{ .@r = getrefine(); bonus bBaseAtk,35*.@r; if (.@r>=10) { bonus bPAtk,20; } }",1,7000,BF_WEAPON; if (.@r>=7) { bonus bShortAtkRate,15; if (.@r>=9) { bonus bAtkRate,10; if (.@r>=11) { bonus bShortAtkRate,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,5; bonus bPow,3; if (.@g >= ENCHANTGRADE_C) { bonus bFixedCast,-500; bonus bSta,2; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bRes,20; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,7; } } } }