[Not For Sale] Holy White Cloth [1], броня (Renewal)

[Not For Sale] Holy White Cloth [1] (AEGIS_15479) – броня.

 

The armor that the Albatross wears during war


[Effect of Item]
All stats +1, MDEF +10
----------
If refined to +5,
Max HP +500
Max SP +50
----------
If refined to +7,
ATK +5
MATK +5
DEF +10
----------
If refined to +8,
Additional ATK +5
Additional MATK +5
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by 2%
----------
If refined to +9,
Additional ATK +10
Additional MATK +10
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by an additional 3%
----------
If refined to +10,
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by an additional 5%
Max HP +1%
Max SP +1%
Reduces damage from [Demihuman, Player] race by 1%


[Set Bonus]
Albatross's Armor
Odious's Robe
Insidious's Shoes


All statuses +2
Max HP +3%
Max SP +3%
Increases Damage [Boss] type by 10%
Reduces damage from [Demihuman, Player] race by 2%


This item is untradable, can be put in storage only

Базовые свойства предмета

  • ID: 24110
  • Код: AEGIS_15479
  • Тип: броня
  • Уровень брони: 1
  • Защита: 50
  •  
  • Требуемый уровень: 100
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bDelayrate,-10;
bonus bMdef,10;
bonus bHealPower,2;
bonus bHealPower2,1;
bonus2 bAddItemGroupHealRate,IG_Potion,1;
if (.@r>=7) {
   bonus bHealPower,4;
   bonus bHealPower2,2;
   bonus2 bAddItemGroupHealRate,IG_Potion,2;
   bonus bDef,50;
   bonus bUnbreakableArmor;
}
if (.@r>=8) {
   bonus bHealPower,6;
   bonus bHealPower2,3;
   bonus2 bAddItemGroupHealRate,IG_Potion,3;
   bonus bDef,100;
}
if (.@r>=9) {
   bonus bHealPower2,3;
   bonus2 bAddItemGroupHealRate,IG_Potion,3;
   bonus bDef,150;
   bonus2 bResEff,Eff_Stone,5000;
}