(fit, ship, context, projectionRange, **kwargs)
| 3555 | |
| 3556 | @staticmethod |
| 3557 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3558 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 3559 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 3560 | skill='Heavy Assault Cruisers', **kwargs) |
| 3561 | |
| 3562 | |
| 3563 | class Effect1080(BaseEffect): |
nothing calls this directly
no test coverage detected