(fit, module, context, projectionRange, **kwargs)
| 7832 | |
| 7833 | @staticmethod |
| 7834 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7835 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 7836 | 'cpu', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7837 | |
| 7838 | |
| 7839 | class Effect2716(BaseEffect): |
nothing calls this directly
no test coverage detected