Holy Feather Shield-LT [1], броня (Renewal)
Holy Feather Shield-LT [1] (FEATHER_SHIELD_LT_TW) – броня.
![Holy Feather Shield-LT [1], броня (Renewal) Holy Feather Shield-LT [1], броня (Renewal)](/images/db/items/picture/460053.png)
A gauntlet decorated with historic family crest.
It was once used by a legendary bow user known for his unparalleled bravery.
------------------------
When refined to +1 or higher,
MaxHP + 3%, MaxSP + 3%
------------------------
When refined to +6 or higher,
Agi + 5 , Dex + 5
------------------------
When refined to +8 or higher,
Agi + 10 , Dex + 10
------------------------
Set Bonus:
Striking Armguard [1]
Striking Hat [1]
Reduce damage taken from normal and boss monsters by 20%.
------------------------
Striking Armguard [1]
Striking Mail [1]
For every refine level of armor, increase long ranged physical damage by 2%.
------------------------
Striking Armguard [1]
Striking Mikoshi [1]
Reduces damage taken from Neutral property attacks by 10%.
------------------------
Striking Armguard [1]
Striking Shoes
For every refine level of shoes, ATK + 4%.
------------------------
Def : 60
Базовые свойства предмета
- ID: 30382
- Код: FEATHER_SHIELD_LT_TW
- Тип: броня
- Уровень брони: 2
- Защита: 150
- Требуемый уровень: 150
- Вес: 40
Скрипт
.@r = getrefine();
.@g = getenchantgrade();
bonus bDelayrate,-3;
bonus bAspdRate,3;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
if (.@r>=7) {
bonus bDelayrate,-3;
bonus bAspdRate,3;
}
if (.@r>=9) {
bonus bAtkRate,10;
bonus bMatkRate,10;
}
if (.@r>=12) {
bonus bDelayrate,-4;
bonus bAspd,2;
}
if (.@g>=ENCHANTGRADE_D) {
bonus bPow,2;
bonus bSpl,2;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bSMatk,5;
}
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddSize,Size_All,4*(.@r/3);
bonus2 bMagicAddSize,Size_All,4*(.@r/3);
}
if (.@g>=ENCHANTGRADE_A) {
if (.@r>=13) {
bonus2 bResEff,Eff_Freeze,10000;
bonus2 bResEff,Eff_Sleep,10000;
bonus2 bResEff,Eff_Stone,10000;
bonus2 bResEff,Eff_Stun,10000;
}
}