(fit, ship, context, projectionRange, **kwargs)
| 10608 | |
| 10609 | @staticmethod |
| 10610 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10611 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 10612 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 10613 | |
| 10614 | |
| 10615 | class Effect3489(BaseEffect): |
nothing calls this directly
no test coverage detected