(fit, ship, context, projectionRange, **kwargs)
| 32470 | |
| 32471 | @staticmethod |
| 32472 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 32473 | fit.modules.filteredItemBoost(lambda mod: True, 'moduleRepairRate', |
| 32474 | ship.getModifiedItemAttr('shipBonusStrategicCruiserCaldari2'), |
| 32475 | skill='Caldari Strategic Cruiser', **kwargs) |
| 32476 | |
| 32477 | |
| 32478 | class Effect6909(BaseEffect): |
nothing calls this directly
no test coverage detected