(fit, src, context, projectionRange, **kwargs)
| 28549 | |
| 28550 | @staticmethod |
| 28551 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28552 | lvl = src.level |
| 28553 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('XL Cruise Missile Specialization'), 'speed', |
| 28554 | src.getModifiedItemAttr('rofBonus') * lvl, **kwargs) |
| 28555 | |
| 28556 | |
| 28557 | class Effect6578(BaseEffect): |
nothing calls this directly
no test coverage detected