(fit, ship, context, projectionRange, **kwargs)
| 6694 | |
| 6695 | @staticmethod |
| 6696 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6697 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 6698 | 'falloff', ship.getModifiedItemAttr('eliteBonusInterdictors1'), |
| 6699 | skill='Interdictors', **kwargs) |
| 6700 | |
| 6701 | |
| 6702 | class Effect2215(BaseEffect): |
nothing calls this directly
no test coverage detected