(fit, ship, context, projectionRange, **kwargs)
| 3659 | |
| 3660 | @staticmethod |
| 3661 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3662 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 3663 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusGunship2'), |
| 3664 | skill='Assault Frigates', **kwargs) |
| 3665 | |
| 3666 | |
| 3667 | class Effect1181(BaseEffect): |
nothing calls this directly
no test coverage detected