(fit, ship, context, projectionRange, **kwargs)
| 21203 | |
| 21204 | @staticmethod |
| 21205 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21206 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', |
| 21207 | 'speed', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 21208 | |
| 21209 | |
| 21210 | class Effect5628(BaseEffect): |
nothing calls this directly
no test coverage detected