(fit, ship, context, projectionRange, **kwargs)
| 37372 | |
| 37373 | @staticmethod |
| 37374 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37375 | fit.modules.filteredItemBoost( |
| 37376 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 37377 | ship.getModifiedItemAttr('shipRoleBonusOreMiningYield'), **kwargs) |
| 37378 | |
| 37379 | |
| 37380 | class Effect8224(BaseEffect): |
nothing calls this directly
no test coverage detected