Kung Jin's Headpiece (OSM) [1], броня (Renewal)
Kung Jin's Headpiece (OSM) [1] (KUNGJIN_HEADPIECE_EXE) – броня.
The headpiece of Kung Jin that looks very gorgeous.
----------
[Effect of Item]
LUK +3, DEX +3, ATK +10, MDEF +10
----------
If refined to +5,
Critical Rate +10
Increases Critical Damage 5%
----------
If refined to +7,
DEF +15
Increases Critical Damage by an additional 2%
Increases damage skill [Focused Arrow Strike] by 10%
----------
If refined to +8,
Flee +15
Increases Critical Damage by an additional 3%
Increases damage skill [Focused Arrow Strike] by 15%
----------
If refined to +9,
ATK +15
Increases Critical Damage by an additional 5%
Increases damage skill [Focused Arrow Strike] by 20%
----------
If refined to +10,
ATK + 5%
Reduces variable cast time skill [Focused Arrow Strike] by 10%
Reduces global cooldown after using the skill by 10%
----------
[Set Bonus]
Kung Jin's Headpiece (OSM)
Realgar Shooter
Increases damage skill [Focused Arrow Strike] by 10%
Increases Critical Damage 10%
The effect of this item is disabled in WOE 1, 2 Map
Базовые свойства предмета
- ID: 24154
- Код: KUNGJIN_HEADPIECE_EXE
- Тип: броня
- Уровень брони: 1
- Защита: 30
- Требуемый уровень: 50
- Вес: 20
Скрипт
.@r = getrefine(); bonus bLuk,3; bonus bDex,3; bonus bBaseAtk,10; bonus bMdef,10; if (.@r>=5) { bonus bCritical,10; bonus bCritAtkRate,5; } if (.@r>=7) { bonus bDef,15; bonus bCritAtkRate,2; bonus2 bSkillAtk,"SN_SHARPSHOOTING",10; } if (.@r>=8) { bonus bFlee,15; bonus bCritAtkRate,3; bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; } if (.@r>=9) { bonus bBaseAtk,15; bonus bCritAtkRate,5; bonus2 bSkillAtk,"SN_SHARPSHOOTING",20; } if (.@r>=10) { bonus bAtkRate,5; bonus2 bVariableCastrate,"SN_SHARPSHOOTING",-10; bonus bDelayrate,-10; }