(fit, src, context, projectionRange, **kwargs)
| 3405 | |
| 3406 | @staticmethod |
| 3407 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3408 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'capacitorNeed', |
| 3409 | src.getModifiedItemAttr('eliteBonusLogistics2'), skill='Logistics Cruisers', **kwargs) |
| 3410 | |
| 3411 | |
| 3412 | class Effect1036(BaseEffect): |
nothing calls this directly
no test coverage detected