(fit, ship, context, projectionRange, **kwargs)
| 16198 | |
| 16199 | @staticmethod |
| 16200 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16201 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 16202 | 'capacitorNeed', ship.getModifiedItemAttr('bcLargeTurretCap'), **kwargs) |
| 16203 | |
| 16204 | |
| 16205 | class Effect4867(BaseEffect): |
nothing calls this directly
no test coverage detected