(fit, ship, context, projectionRange, **kwargs)
| 3605 | |
| 3606 | @staticmethod |
| 3607 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3608 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 3609 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 3610 | skill='Heavy Assault Cruisers', **kwargs) |
| 3611 | |
| 3612 | |
| 3613 | class Effect1099(BaseEffect): |
nothing calls this directly
no test coverage detected