(fit, src, context, projectionRange, **kwargs)
| 29650 | |
| 29651 | @staticmethod |
| 29652 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29653 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher XL Cruise', 'speed', |
| 29654 | src.getModifiedItemAttr('shipBonusTitanC2'), skill='Caldari Titan', **kwargs) |
| 29655 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher XL Torpedo', 'speed', |
| 29656 | src.getModifiedItemAttr('shipBonusTitanC2'), skill='Caldari Titan', **kwargs) |
| 29657 | |
| 29658 | |
| 29659 | class Effect6639(BaseEffect): |
nothing calls this directly
no test coverage detected