(fit, ship, context, projectionRange, **kwargs)
| 37878 | |
| 37879 | @staticmethod |
| 37880 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37881 | fit.modules.filteredItemBoost( |
| 37882 | lambda mod: mod.item.requiresSkill('Mining'), 'capacitorNeed', |
| 37883 | ship.getModifiedItemAttr('shipRoleBonusStripMinerActivationCost'), **kwargs) |
| 37884 | |
| 37885 | |
| 37886 | class Effect8304(BaseEffect): |
nothing calls this directly
no test coverage detected