(fit, ship, context, projectionRange, **kwargs)
| 42146 | |
| 42147 | @staticmethod |
| 42148 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42149 | fit.modules.filteredItemMultiply( |
| 42150 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'armorDamageAmount', |
| 42151 | 1 / ship.getModifiedItemAttr('modeRemoteRepairBonusPostDiv'), **kwargs) |
| 42152 | |
| 42153 | |
| 42154 | class Effect12578(BaseEffect): |
nothing calls this directly
no test coverage detected