Black Feather Hat, броня (Renewal)
Black Feather Hat (BLACK_FEATHER) – броня.

A winged hat that is said to have been used by an executive of a certain organization.
Brings out high performance on top secret missions.
Dex + 10
Mdef + 15
Restores 50 SP to the user when a monster is killed.
Increases the damage of Feint Bomb by 10%.
If Invisibility is level 5,
Increases physical damage on boss monsters by 50%.
If Maelstrom is level 3,
Enables Level 7 Flying Kick.
If Reproduce is level 10,
Reduces the SP cost of skills by 30%.
If upgrade level is +7 or higher,
Hit + 30
Increases the damage of Feint Bomb by an additional 15%.
If upgrade level is +9 or higher,
Additional Hit + 20
Increases the damage of Feint Bomb by an additional 25%.
If upgrade level is +10 or higher,
Bypass 100% of hard defense of all race targets when performing a physical attack.
Базовые свойства предмета
- ID: 25077
- Код: BLACK_FEATHER
- Тип: броня
- Уровень брони: 1
- Защита: 18
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 100
Скрипт
.@r = getrefine();
bonus bSPGainValue,50;
bonus bLongSPGainValue,50;
bonus bMagicSPGainValue,50;
bonus bMdef,15;
bonus bDex,10;
bonus2 bSkillAtk,"SC_FEINTBOMB",10;
if (getskilllv("SC_INVISIBILITY") >= 5)
bonus2 bAddClass,Class_Boss,50;
if (getskilllv("SC_MAELSTROM") >= 3)
skill "TK_JUMPKICK",7;
if (getskilllv("SC_REPRODUCE") >= 10)
bonus bUseSPrate,-30;
if (.@r>=7) {
bonus2 bSkillAtk,"SC_FEINTBOMB",15;
bonus bHit,30;
}
if (.@r>=9) {
bonus2 bSkillAtk,"SC_FEINTBOMB",25;
bonus bHit,20;
}
if (.@r>=10)
bonus bIgnoreDefRace,RC_All;