(fit, container, context, projectionRange, **kwargs)
| 2680 | |
| 2681 | @staticmethod |
| 2682 | def handler(fit, container, context, projectionRange, **kwargs): |
| 2683 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Cloaking Device', |
| 2684 | 'cpu', container.getModifiedItemAttr('cloakingCpuNeedBonus'), **kwargs) |
| 2685 | |
| 2686 | |
| 2687 | class Effect898(BaseEffect): |
nothing calls this directly
no test coverage detected