(fit, ship, context, projectionRange, **kwargs)
| 32521 | |
| 32522 | @staticmethod |
| 32523 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 32524 | fit.modules.filteredItemBoost(lambda mod: True, 'moduleRepairRate', |
| 32525 | ship.getModifiedItemAttr('shipBonusStrategicCruiserMinmatar2'), |
| 32526 | skill='Minmatar Strategic Cruiser', **kwargs) |
| 32527 | |
| 32528 | |
| 32529 | class Effect6920(BaseEffect): |
nothing calls this directly
no test coverage detected