(fit, src, context, projectionRange, **kwargs)
| 42281 | |
| 42282 | @staticmethod |
| 42283 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42284 | fit.modules.filteredItemBoost( |
| 42285 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 42286 | src.getModifiedItemAttr('shipMiningBonusYieldOreDestroyerRoleBonus'), **kwargs) |
| 42287 | |
| 42288 | |
| 42289 | class Effect12597(BaseEffect): |
nothing calls this directly
no test coverage detected