(fit, ship, context, projectionRange, **kwargs)
| 37445 | |
| 37446 | @staticmethod |
| 37447 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37448 | fit.modules.filteredItemBoost( |
| 37449 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 37450 | ship.getModifiedItemAttr('miningBargeBonusOreMiningYield'), |
| 37451 | skill='Mining Barge', **kwargs) |
| 37452 | |
| 37453 | |
| 37454 | class Effect8228(BaseEffect): |
nothing calls this directly
no test coverage detected