(fit, ship, context, projectionRange, **kwargs)
| 17796 | |
| 17797 | @staticmethod |
| 17798 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17799 | groups = ('Missile Launcher Heavy', 'Missile Launcher Rapid Light', 'Missile Launcher Heavy Assault') |
| 17800 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 17801 | 'speed', ship.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 17802 | |
| 17803 | |
| 17804 | class Effect5132(BaseEffect): |
nothing calls this directly
no test coverage detected