Lian Shield [1], броня (Renewal)
Lian Shield [1] (LIAN_SHIELD) – броня.
![Lian Shield [1], броня (Renewal) Lian Shield [1], броня (Renewal)](/images/db/items/picture/2195.png)
A shield with mystical powers.
Reduces damage taken from Neutral property enemies by 5%.
Increases damage taken from Formless race enemies by 5%.
Increases the experience given from monsters by 10% if the user has active VIP.
Set Bonus
Lian Robe
Lian Shield
Increases physical and magical damage on Neutral property targets by 1% per upgrade level of Lian Shield.
Reduces damage taken from Formless race enemies by 1% per upgrade level of Lian Robe.
Set Bonus
Lian Shield
Lian Shoes
Reduces damage taken from Neutral property enemies by 5%.
Reduces damage taken from Neutral property enemies by an additional 1% per upgrade level of Lian Shield.
Базовые свойства предмета
- ID: 21520
 - Код: LIAN_SHIELD
 - Тип: броня
 - Уровень брони: 1
 - Защита: 50
 - Требуемый уровень: 65
 
- Вес: 130
 
Скрипт
bonus2 bSubEle,Ele_Neutral,5;
bonus2 bSubRace,RC_Formless,-5;
if (vip_status(VIP_STATUS_ACTIVE)) {
   bonus2 bExpAddRace,RC_All,10;
}