(fit, beacon, context, projectionRange, **kwargs)
| 12360 | |
| 12361 | @staticmethod |
| 12362 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12363 | fit.ship.multiplyItemAttr('shieldCapacity', beacon.getModifiedItemAttr('shieldCapacityMultiplier'), **kwargs) |
| 12364 | |
| 12365 | |
| 12366 | class Effect3993(BaseEffect): |
nothing calls this directly
no test coverage detected