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

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 Armor
Lord Bearer's Shadow Shoes
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: 27493
 - Код: S_R_BEARERS_ARMOR
 - Тип: теневое снаряжение
 
- Вес: 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;
   }
}