Powered Mail
| Item ID | 15148 | Name | Powered Mail |
|
A robotic suit that can amplify the muscles of its wearer.
_______________________ Increases Ranged Physical Damage by 3%. _______________________ For each Refine Level above +5: Increases Ranged Physical Damage by 2%. _______________________ When equipped with Powered Arm, Powered Tank and Powered Boots: 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: Armor Defense: 100 Weight: 200 Armor Level: 1 _______________________ Requirement: Base Level 100 Mechanic |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Supplement_Part_Str_J | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 100 | Equippable Jobs | Blacksmith | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 200 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine(); bonus bLongAtkRate,3 + (.@r < 5 ? 0 : (.@r * 2)); |
||||
| 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;
}
|