Supplemental Chip
| Item ID | 28598 | Name | Supplemental Chip |
|
A chip that amplifies the amount of muscle power that can be used and maximizes robot operation technology.
_______________________ STR +5,VIT +5 DEX +5 _______________________ ATK +5% _______________________ If Level 3 Arm Cannon is learned: Decreases After Skill Delay by of all skills by 30%. _______________________ If Level 3 Neutral Barrier is learned: Decreases Variable Casting Time of Arm Cannon, Ice Launcher and Flame Launcher by 50%. _______________________ If Level 3 Pile Bunker is learned: STR +5, VIT +5 DEX +5, ATK +100 _______________________ If Level 5 Fire Earth Research is learned: Nullifies Mado Gear Fuel requirement of certain skills. _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Supplement_Part_Chip | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
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;
|
||||