(fit, ship, context, projectionRange, **kwargs)
| 18334 | |
| 18335 | @staticmethod |
| 18336 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18337 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 18338 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 18339 | |
| 18340 | |
| 18341 | class Effect5221(BaseEffect): |
nothing calls this directly
no test coverage detected