(fit, module, context, projectionRange, **kwargs)
| 11094 | |
| 11095 | @staticmethod |
| 11096 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11097 | module.boostItemAttr('trackingSpeedBonus', module.getModifiedChargeAttr('trackingSpeedBonusBonus'), **kwargs) |
| 11098 | |
| 11099 | |
| 11100 | class Effect3600(BaseEffect): |
nothing calls this directly
no test coverage detected