Fierce Physique Boots [1], броня (Renewal)
Fierce Physique Boots [1] (FIERCE_PHYSIQUE_BOOTS) – броня.
The warrior's boot sewed from white gold silk and decorated with Brasilis's jewelry
[Character Bound]
[Effect of Item]
Atk + 3, Luk + 1
----------
If refine to +5
Increases the recovery rate of
[recovery skills] by 1%
Increases the recovery rate of
[recovery items] by 1%
----------
If refine to +7
Increases the recovery rate of
[recovery skills] by an additional 2%
Increases the recovery rate of
[recovery items] by an additional 2%
----------
If refine to +9
Increases the recovery rate of
[recovery skills] by an additional 3%
Increases the recovery rate of
[recovery items] by an additional 3%
----------
If refine to +10
Increase Resistant to
[Stun] and [Stone] by 5 %
Reduce Damage from
[Demi-Human, Player] race 1 %
----------
[Set Bonus]
Fierce Physique Armor
Fierce Physique Manteau
Fierce Physique Boots
All Status + 1
Max HP + 2 %
Max SP + 2 %
Reduce damage from
[Demi-Human, Player] race 1 %
Required
Базовые свойства предмета
- ID: 26726
 - Код: FIERCE_PHYSIQUE_BOOTS
 - Тип: броня
 - Уровень брони: 1
 - Защита: 20
 - Требуемый уровень: 70
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bBaseAtk,3;
bonus bLuk,1;
if (.@r>=5) {
   bonus bHealPower,1;
   bonus bAddItemHealRate,1;
}
if (.@r>=7) {
   bonus bHealPower,2;
   bonus bAddItemHealRate,2;
}
if (.@r>=9) {
   bonus bHealPower,3;
   bonus bAddItemHealRate,3;
}
if (.@r>=10) {
   bonus2 bResEff,Eff_Stun,500;
   bonus2 bResEff,Eff_Stone,500;
   bonus2 bSubRace,RC_DemiHuman,1;
   bonus2 bSubRace,RC_Player_Human,1;
   bonus2 bSubRace,RC_Player_Doram,1;
}