(fit, beacon, context, projectionRange, **kwargs)
| 13214 | |
| 13215 | @staticmethod |
| 13216 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13217 | fit.ship.multiplyItemAttr('rechargeRate', beacon.getModifiedItemAttr('rechargeRateMultiplier'), **kwargs) |
| 13218 | |
| 13219 | |
| 13220 | class Effect4093(BaseEffect): |
nothing calls this directly
no test coverage detected