(fit, src, context, projectionRange, **kwargs)
| 3422 | |
| 3423 | @staticmethod |
| 3424 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3425 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'capacitorNeed', |
| 3426 | src.getModifiedItemAttr('eliteBonusLogistics1'), skill='Logistics Cruisers', **kwargs) |
| 3427 | |
| 3428 | |
| 3429 | class Effect1046(BaseEffect): |
nothing calls this directly
no test coverage detected