(fit, ship, context, projectionRange, **kwargs)
| 41314 | |
| 41315 | @staticmethod |
| 41316 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41317 | fit.modules.filteredItemBoost( |
| 41318 | lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), |
| 41319 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 41320 | |
| 41321 | |
| 41322 | class Effect12245(BaseEffect): |
nothing calls this directly
no test coverage detected