(fit, ship, context, projectionRange, **kwargs)
| 3503 | |
| 3504 | @staticmethod |
| 3505 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3506 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 3507 | 'maxRange', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 3508 | skill='Heavy Assault Cruisers', **kwargs) |
| 3509 | |
| 3510 | |
| 3511 | class Effect1060(BaseEffect): |
nothing calls this directly
no test coverage detected