(fit, ship, context, projectionRange, **kwargs)
| 3538 | |
| 3539 | @staticmethod |
| 3540 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3541 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 3542 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 3543 | skill='Heavy Assault Cruisers', **kwargs) |
| 3544 | |
| 3545 | |
| 3546 | class Effect1062(BaseEffect): |
nothing calls this directly
no test coverage detected