(fit, ship, context, projectionRange, **kwargs)
| 21155 | |
| 21156 | @staticmethod |
| 21157 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21158 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rapid Heavy', |
| 21159 | 'speed', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 21160 | |
| 21161 | |
| 21162 | class Effect5620(BaseEffect): |
nothing calls this directly
no test coverage detected