(fit, module, context, projectionRange, **kwargs)
| 17372 | |
| 17373 | @staticmethod |
| 17374 | def handler(fit, module, context, projectionRange, **kwargs): |
| 17375 | fit.modules.filteredChargeBoost( |
| 17376 | lambda mod: mod.charge.requiresSkill('Mercoxit Ore Processing'), |
| 17377 | 'specializationAsteroidYieldMultiplier', |
| 17378 | module.getModifiedItemAttr('miningAmountBonus'), **kwargs) |
| 17379 | |
| 17380 | |
| 17381 | class Effect5079(BaseEffect): |
nothing calls this directly
no test coverage detected