(fit, ship, context, projectionRange, **kwargs)
| 1995 | |
| 1996 | @staticmethod |
| 1997 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1998 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 1999 | 'speed', ship.getModifiedItemAttr('shipBonusMC'), skill='Minmatar Cruiser', **kwargs) |
| 2000 | |
| 2001 | |
| 2002 | class Effect604(BaseEffect): |
nothing calls this directly
no test coverage detected