(fit, ship, context, projectionRange, **kwargs)
| 32504 | |
| 32505 | @staticmethod |
| 32506 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 32507 | fit.modules.filteredItemBoost(lambda mod: True, 'moduleRepairRate', |
| 32508 | ship.getModifiedItemAttr('shipBonusStrategicCruiserGallente2'), |
| 32509 | skill='Gallente Strategic Cruiser', **kwargs) |
| 32510 | |
| 32511 | |
| 32512 | class Effect6911(BaseEffect): |
nothing calls this directly
no test coverage detected