(fit, ship, context, projectionRange, **kwargs)
| 21601 | |
| 21602 | @staticmethod |
| 21603 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21604 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 21605 | 'armorDamageAmount', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21606 | |
| 21607 | |
| 21608 | class Effect5726(BaseEffect): |
nothing calls this directly
no test coverage detected