Supplemental Chip [1], броня (Renewal)
Supplemental Chip [1] (SUPPLEMENT_PART_CHIP) – броня.
![Supplemental Chip [1], броня (Renewal) Supplemental Chip [1], броня (Renewal)](/images/db/items/picture/28598.png)
A special chip that amplifies natural abilities for a powerful effect.
Str + 5
Vit + 5
Dex + 5
Atk + 5%
If Arm Cannon is level 3,
Reduces the cast delay of skills by 30%.
If Neutral Barrier is level 3,
Reduces the variable casting time of Arm Cannon by 50%.
Reduces the variable casting time of Ice Launcher by 50%.
Reduces the variable casting time of Flame Launcher by 50%.
If Pile Bunker is level 3,
Str + 5
Vit + 5
Dex + 5
Atk + 100
If Fire Earth Research is level 5,
Magic Gear Fuel is not consumed when using skills.
Базовые свойства предмета
- ID: 27970
 - Код: SUPPLEMENT_PART_CHIP
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
bonus bStr,5;
bonus bVit,5;
bonus bDex,5;
bonus2 bAddClass,Class_All,5;
if (getskilllv("NC_ARMSCANNON") >= 3)
   bonus bDelayrate,-30;
if (getskilllv("NC_NEUTRALBARRIER") >= 3) {
   bonus2 bVariableCastrate,"NC_ARMSCANNON",-50;
   bonus2 bVariableCastrate,"NC_FLAMELAUNCHER",-50;
   bonus2 bVariableCastrate,"NC_COLDSLOWER",-50;
}
if (getskilllv("NC_PILEBUNKER") >= 3) {
   bonus bStr,5;
   bonus bVit,5;
   bonus bDex,5;
   bonus bBaseAtk,100;
}
if (getskilllv("NC_RESEARCHFE") >= 5)
   bonus bNoMadoFuel;