(fit, ship, context, projectionRange, **kwargs)
| 16083 | |
| 16084 | @staticmethod |
| 16085 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16086 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 16087 | 'power', ship.getModifiedItemAttr('bcLargeTurretPower'), **kwargs) |
| 16088 | |
| 16089 | |
| 16090 | class Effect4821(BaseEffect): |
nothing calls this directly
no test coverage detected