(fit, ship, context, projectionRange, **kwargs)
| 20314 | |
| 20315 | @staticmethod |
| 20316 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20317 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', |
| 20318 | 'speed', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 20319 | |
| 20320 | |
| 20321 | class Effect5459(BaseEffect): |
nothing calls this directly
no test coverage detected