(fit, ship, context, projectionRange, **kwargs)
| 22296 | |
| 22297 | @staticmethod |
| 22298 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22299 | fit.modules.filteredItemBoost( |
| 22300 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 22301 | ship.getModifiedItemAttr('expeditionFrigateBonusOreMiningYield'), |
| 22302 | skill='Expedition Frigates', **kwargs) |
| 22303 | |
| 22304 | |
| 22305 | class Effect5853(BaseEffect): |
nothing calls this directly
no test coverage detected