(fit, src, context, projectionRange, **kwargs)
| 43048 | |
| 43049 | @staticmethod |
| 43050 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43051 | fit.modules.filteredItemBoost( |
| 43052 | lambda mod: (mod.item.requiresSkill('Mining') |
| 43053 | or mod.item.requiresSkill('Ice Harvesting') |
| 43054 | or mod.item.requiresSkill('Gas Cloud Harvesting')), |
| 43055 | 'miningWasteProbability', src.getModifiedItemAttr('miningWasteProbabilityBonus'), **kwargs) |
| 43056 | |
| 43057 | |
| 43058 | class Effect12828(BaseEffect): |
nothing calls this directly
no test coverage detected