(fit, ship, context, projectionRange, **kwargs)
| 10128 | |
| 10129 | @staticmethod |
| 10130 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10131 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 10132 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors1'), |
| 10133 | skill='Heavy Interdiction Cruisers', **kwargs) |
| 10134 | |
| 10135 | |
| 10136 | class Effect3356(BaseEffect): |
nothing calls this directly
no test coverage detected