(fit, ship, context, projectionRange, **kwargs)
| 15880 | |
| 15881 | @staticmethod |
| 15882 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15883 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 15884 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusATF1'), **kwargs) |
| 15885 | |
| 15886 | |
| 15887 | class Effect4793(BaseEffect): |
nothing calls this directly
no test coverage detected