(fit, src, context, projectionRange, **kwargs)
| 32282 | |
| 32283 | @staticmethod |
| 32284 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32285 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Cruise', 'speed', |
| 32286 | src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 32287 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', 'speed', |
| 32288 | src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 32289 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rapid Heavy', 'speed', |
| 32290 | src.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 32291 | |
| 32292 | |
| 32293 | class Effect6881(BaseEffect): |
nothing calls this directly
no test coverage detected