Fierce Magique Boots [1], броня (Renewal)
Fierce Magique Boots [1] (FIERCE_MAGIQUE_BOOTS) – броня.
The warrior's boot sewed from white gold silk and decorated with Brasilis's jewelry
[Character Bound]
[Effect of Item]
Matk + 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 Magique Armor
Fierce Magique Manteau
Fierce Magique Boots
All Status + 1
Max HP + 2 %
Max SP + 2 %
Reduce damage from
[Demi-Human, Player] race 1 %
Required
Базовые свойства предмета
- ID: 26727
- Код: FIERCE_MAGIQUE_BOOTS
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 70
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMatk,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; }