(fit, ship, context, projectionRange, **kwargs)
| 16165 | |
| 16166 | @staticmethod |
| 16167 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16168 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 16169 | 'cpu', ship.getModifiedItemAttr('bcLargeTurretCPU'), **kwargs) |
| 16170 | |
| 16171 | |
| 16172 | class Effect4826(BaseEffect): |
nothing calls this directly
no test coverage detected