Protect Feathers, броня (Renewal)
Protect Feathers (PROTECT_FEATHERS) – броня.

An iron band decorated with beautiful feathers designed to protect the back of the head.
Mdef + 2
Aspd + 5%
Reduces damage taken from Human Player and Doram race enemies by 2%.
If the user's base Vit is 108 or higher,
Additional Aspd + 5%
Reduces damage taken from Human Player and Doram race enemies by an additional 3%.
If the user's base Vit is 120 or higher,
Max HP + 3%
Additional Mdef + 3
Set Bonus
Feather Beret
Feathers of Protection
Aspd + 5%
If Feather Beret upgrade level is +7 or higher,
Additional Aspd + 5%
If Feather Beret upgrade level is +9 or higher,
Max HP + 5%
Базовые свойства предмета
- ID: 24836
- Код: PROTECT_FEATHERS
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 70
- Вес: 50
Скрипт
bonus2 bSubRace,RC_Player_Doram,2; bonus2 bSubRace,RC_Player_Human,2; bonus bAspdRate,5; .@vit = readparam(bVit); if (.@vit >= 108) { bonus2 bSubRace,RC_Player_Doram,3; bonus2 bSubRace,RC_Player_Human,3; bonus bAspdRate,5; if (.@vit >= 120) { bonus bMaxHPrate,3; bonus bMdef,3; } }