(fit, src, context, projectionRange, **kwargs)
| 9615 | |
| 9616 | @staticmethod |
| 9617 | def handler(fit, src, context, projectionRange, **kwargs): |
| 9618 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'cpu', |
| 9619 | src.getModifiedItemAttr('shieldTransportCpuNeedBonus'), **kwargs) |
| 9620 | |
| 9621 | |
| 9622 | class Effect3172(BaseEffect): |
nothing calls this directly
no test coverage detected