(fit, ship, context, projectionRange, **kwargs)
| 15708 | |
| 15709 | @staticmethod |
| 15710 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15711 | affectedGroups = ('Missile Launcher Cruise', 'Missile Launcher Torpedo') |
| 15712 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in affectedGroups, |
| 15713 | 'speed', ship.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 15714 | |
| 15715 | |
| 15716 | class Effect4667(BaseEffect): |
nothing calls this directly
no test coverage detected