(fit, ship, context, projectionRange, **kwargs)
| 2431 | |
| 2432 | @staticmethod |
| 2433 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2434 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 2435 | 'speed', ship.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 2436 | |
| 2437 | |
| 2438 | class Effect763(BaseEffect): |
nothing calls this directly
no test coverage detected