Bionic Aluminum Planter [1], броня (Renewal)
Bionic Aluminum Planter [1] (FAKE_ALLOY_POT) – броня.
![Bionic Aluminum Planter [1], броня (Renewal) Bionic Aluminum Planter [1], броня (Renewal)](/images/db/items/picture/460030.png)
Mdef + 10.
Reduces damage taken from demihuman and angel race monsters by 5%.
Базовые свойства предмета
- ID: 30371
 - Код: FAKE_ALLOY_POT
 - Тип: броня
 - Уровень брони: 1
 - Защита: 100
 - Требуемый уровень: 100
 
- Вес: 100
 
Скрипт
.@r = getrefine();
bonus bMdef,10;
bonus bStr,.@r/2;
bonus bInt,.@r/2;
bonus bMaxHPrate,2*(.@r/2);
bonus2 bSubEle,Ele_Neutral,5*(.@r/4);
if (.@r>=9) {
   bonus bStr,5;
   bonus bInt,5;
   bonus bMaxHPrate,3;
}
if (.@r>=11) {
   bonus bStr,5;
   bonus bInt,10;
   bonus bMaxHPrate,5;
}
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
   bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST"));
   bonus2 bSkillAtk,"GN_HELLS_PLANT",3*(getskilllv("GN_REMODELING_CART")+getskilllv("GN_CARTBOOST"));
   bonus2 bSkillAtk,"GN_CARTCANNON",3*getskilllv("GN_CART_TORNADO");
}