(fit, ship, context, projectionRange, **kwargs)
| 16116 | |
| 16117 | @staticmethod |
| 16118 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16119 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 16120 | 'power', ship.getModifiedItemAttr('bcLargeTurretPower'), **kwargs) |
| 16121 | |
| 16122 | |
| 16123 | class Effect4823(BaseEffect): |
nothing calls this directly
no test coverage detected