(fit, ship, context, projectionRange, **kwargs)
| 16100 | |
| 16101 | @staticmethod |
| 16102 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16103 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Hybrid Turret'), |
| 16104 | 'power', ship.getModifiedItemAttr('bcLargeTurretPower'), **kwargs) |
| 16105 | |
| 16106 | |
| 16107 | class Effect4822(BaseEffect): |
nothing calls this directly
no test coverage detected