(fit, ship, context, projectionRange, **kwargs)
| 3572 | |
| 3573 | @staticmethod |
| 3574 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3575 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 3576 | 'falloff', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 3577 | skill='Heavy Assault Cruisers', **kwargs) |
| 3578 | |
| 3579 | |
| 3580 | class Effect1084(BaseEffect): |
nothing calls this directly
no test coverage detected