(fit, container, context, projectionRange, **kwargs)
| 41032 | |
| 41033 | @staticmethod |
| 41034 | def handler(fit, container, context, projectionRange, **kwargs): |
| 41035 | fit.modules.filteredItemBoost( |
| 41036 | lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'damageMultiplier', |
| 41037 | container.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 41038 | |
| 41039 | |
| 41040 | class Effect12190(BaseEffect): |
nothing calls this directly
no test coverage detected