(fit, src, context, projectionRange, **kwargs)
| 33567 | |
| 33568 | @staticmethod |
| 33569 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33570 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', 'speed', src.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 33571 | |
| 33572 | |
| 33573 | class Effect7002(BaseEffect): |
nothing calls this directly
no test coverage detected