(fit, src, context, projectionRange, **kwargs)
| 28278 | |
| 28279 | @staticmethod |
| 28280 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28281 | lvl = src.level |
| 28282 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Light Fighters'), 'maxVelocity', |
| 28283 | src.getModifiedItemAttr('maxVelocityBonus') * lvl, **kwargs) |
| 28284 | |
| 28285 | |
| 28286 | class Effect6562(BaseEffect): |
nothing calls this directly
no test coverage detected