(fit, ship, context, projectionRange, **kwargs)
| 3520 | |
| 3521 | @staticmethod |
| 3522 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3523 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 3524 | 'falloff', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 3525 | skill='Heavy Assault Cruisers', **kwargs) |
| 3526 | |
| 3527 | |
| 3528 | class Effect1061(BaseEffect): |
nothing calls this directly
no test coverage detected