(fit, container, context, projectionRange, **kwargs)
| 41015 | |
| 41016 | @staticmethod |
| 41017 | def handler(fit, container, context, projectionRange, **kwargs): |
| 41018 | fit.modules.filteredItemBoost( |
| 41019 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'damageMultiplier', |
| 41020 | container.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 41021 | |
| 41022 | |
| 41023 | class Effect12189(BaseEffect): |
nothing calls this directly
no test coverage detected