(fit, ship, context, projectionRange, **kwargs)
| 10569 | |
| 10570 | @staticmethod |
| 10571 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10572 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 10573 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 10574 | |
| 10575 | |
| 10576 | class Effect3484(BaseEffect): |
nothing calls this directly
no test coverage detected