(fit, src, context, projectionRange, **kwargs)
| 28566 | |
| 28567 | @staticmethod |
| 28568 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28569 | lvl = src.level |
| 28570 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('XL Torpedo Specialization'), 'speed', |
| 28571 | src.getModifiedItemAttr('rofBonus') * lvl, **kwargs) |
| 28572 | |
| 28573 | |
| 28574 | class Effect6580(BaseEffect): |
nothing calls this directly
no test coverage detected