(fit, beacon, context, projectionRange, **kwargs)
| 13197 | |
| 13198 | @staticmethod |
| 13199 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13200 | fit.ship.multiplyItemAttr('capacitorCapacity', beacon.getModifiedItemAttr('capacitorCapacityMultiplierSystem'), **kwargs) |
| 13201 | |
| 13202 | |
| 13203 | class Effect4091(BaseEffect): |
nothing calls this directly
no test coverage detected