Poenitentia Aegis [1], броня (Renewal)
Poenitentia Aegis [1] (POENETENTIA_AEGIS) – броня.
![Poenitentia Aegis [1], броня (Renewal) Poenitentia Aegis [1], броня (Renewal)](/images/db/items/picture/460013.png)
A shield filled with regrets about not being able to protect someone.
------------------------
MHP + 5%, MSP + 5%.
------------------------
For every 3 refine level, DEF + 50, MDEF + 10.
------------------------
[Set Bonus]
Poenitentia Aegis [1]
Poenitentia Gladius [2]
OR
Poenitentia Aegis [1]
Poenitentia Asta [2]
ASPD + 10%, reduce damage taken from all property enemies by 10%.
------------------------
[Grade Bonus]
[Grade D] Increase Shield Shooting damage by 5%.
[Grade C] Increase Shield Shooting damage by additional 8%.
[Grade B] Increase Shield Shooting damage by additional 12%. POW, SPL + 1.
------------------------
Def : 120
Базовые свойства предмета
- ID: 30361
- Код: POENETENTIA_AEGIS
- Тип: броня
- Уровень брони: 2
- Защита: 120
- Требуемый уровень: 230
- Профессии: crusader
- Вес: 150
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMdef,10*(.@r/3); bonus bDef,50*(.@r/3); if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",5; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus bSpl,1; bonus2 bSkillAtk,"IG_SHIELD_SHOOTING",15; } } }