(cls, fit, booster, context, projectionRange, **kwargs)
| 8092 | |
| 8093 | @classmethod |
| 8094 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8095 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 8096 | 'trackingSpeed', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8097 | |
| 8098 | |
| 8099 | class Effect2748(BaseEffect): |
nothing calls this directly
no test coverage detected