(fit, ship, context, projectionRange, **kwargs)
| 10145 | |
| 10146 | @staticmethod |
| 10147 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10148 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 10149 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors1'), |
| 10150 | skill='Heavy Interdiction Cruisers', **kwargs) |
| 10151 | |
| 10152 | |
| 10153 | class Effect3366(BaseEffect): |
nothing calls this directly
no test coverage detected