(fit, ship, context, projectionRange, **kwargs)
| 16149 | |
| 16150 | @staticmethod |
| 16151 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16152 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 16153 | 'cpu', ship.getModifiedItemAttr('bcLargeTurretCPU'), **kwargs) |
| 16154 | |
| 16155 | |
| 16156 | class Effect4825(BaseEffect): |
nothing calls this directly
no test coverage detected