(fit, ship, context, projectionRange, **kwargs)
| 23235 | |
| 23236 | @staticmethod |
| 23237 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23238 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 23239 | 'maxRange', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors1'), |
| 23240 | skill='Heavy Interdiction Cruisers', **kwargs) |
| 23241 | |
| 23242 | |
| 23243 | class Effect5994(BaseEffect): |
nothing calls this directly
no test coverage detected