Lord Bearer's Shadow Earring, теневое снаряжение (Renewal)
Lord Bearer's Shadow Earring (S_R_BEARERS_EARRING) – теневое снаряжение.

For every 2 refine levels, MHP +1%.
------------------------
If refine rate is 7 or higher, increases physical and magical damage against all size monsters by 5%.
------------------------
If refine rate is 9 or higher, additional MHP +5%.
------------------------
Set Bonus:
Lord Bearer's Shadow Pendant
Lord Bearer's Shadow Earring
All Talent Stat +2.
If the sum of refine rate is 18 or higher, grants [Endure] effect, MHP -20%.
If the sum of refine rate is 20, MHP +25%.
Базовые свойства предмета
- ID: 27495
- Код: S_R_BEARERS_EARRING
- Тип: теневое снаряжение
- Вес: 1
Скрипт
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHPrate,(.@r/2);
if (.@r>=7) {
bonus2 bAddSize,Size_All,5;
bonus2 bMagicAddSize,Size_All,5;
if (.@r>=9) {
bonus bMaxHPrate,5;
}
}