(fit, ship, context, projectionRange, **kwargs)
| 16841 | |
| 16842 | @staticmethod |
| 16843 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16844 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 16845 | 'damageMultiplier', ship.getModifiedItemAttr('rookieSETDamageBonus'), **kwargs) |
| 16846 | |
| 16847 | |
| 16848 | class Effect4994(BaseEffect): |
nothing calls this directly
no test coverage detected