(fit, ship, context, projectionRange, **kwargs)
| 32487 | |
| 32488 | @staticmethod |
| 32489 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 32490 | fit.modules.filteredItemBoost(lambda mod: True, 'moduleRepairRate', |
| 32491 | ship.getModifiedItemAttr('shipBonusStrategicCruiserAmarr2'), |
| 32492 | skill='Amarr Strategic Cruiser', **kwargs) |
| 32493 | |
| 32494 | |
| 32495 | class Effect6910(BaseEffect): |
nothing calls this directly
no test coverage detected