(fit, src, context, projectionRange, **kwargs)
| 43086 | |
| 43087 | @staticmethod |
| 43088 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43089 | for attr in ('capacitorNeed', 'duration'): |
| 43090 | fit.modules.filteredItemBoost( |
| 43091 | lambda mod: (mod.item.requiresSkill('Mining') |
| 43092 | or mod.item.requiresSkill('Ice Harvesting') |
| 43093 | or mod.item.requiresSkill('Gas Cloud Harvesting')), |
| 43094 | attr, src.getModifiedItemAttr('boosterMiningLaserIceGasHarvesterDurationReductionAndCapacitor'), **kwargs) |
| 43095 | |
| 43096 | |
| 43097 | class Effect12835(BaseEffect): |
nothing calls this directly
no test coverage detected