Powered Arm
| Item ID | 28368 | Name | Powered Arm |
|
An arm that can amplify the amount of muscle strength that can be operated and raise the operating technology of the robot to the limit.
_______________________ Decreases SP Consumption of Cold Slower and Flame Launcher by 5. _______________________ When equipped with Powered Tank, Powered Boots and Powered Mail: Increases damage of Arm Cannon, Cold Slower and Flame Launcher by 50%. Random chance to decreases After Skill Delay by 30% for 7 seconds when receiving physical damage. Refine Level of Powered Mail, Powered Tank and Powered Boots is +7 or higher: Increases damage of Arm Cannon, Cold Slower and Flame Launcher by additional 50%. Nullifies Mado Gear Fuel Consumption when using skills. _______________________ Type: Accessory Weight: 10 Armor Level: 1 _______________________ Requirement: Base Level 100 Mechanic |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Supplement_Part_Dex_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 0 | Equippable Jobs | Blacksmith | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| 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 |
bonus2 bSkillUseSP,"NC_COLDSLOWER",5; bonus2 bSkillUseSP,"NC_FLAMELAUNCHER",5; |
||||
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
bonus2 bSkillAtk,"NC_COLDSLOWER",50;
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;
bonus2 bSkillAtk,"NC_ARMSCANNON",50;
autobonus2 "{ bonus bDelayrate,-30; }",20,7000,BF_WEAPON|BF_MAGIC;
if (getequiprefinerycnt(EQI_ARMOR) >= 7 && getequiprefinerycnt(EQI_GARMENT) >= 7 && getequiprefinerycnt(EQI_SHOES) >= 7) {
bonus2 bSkillAtk,"NC_COLDSLOWER",50;
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",50;
bonus2 bSkillAtk,"NC_ARMSCANNON",50;
bonus bNoMadoFuel;
}
|